Skip to content

Commit cbe1077

Browse files
committed
add source in graphql
1 parent e5c2019 commit cbe1077

6 files changed

Lines changed: 3 additions & 1 deletion

File tree

.DS_Store

0 Bytes
Binary file not shown.

.github/.DS_Store

0 Bytes
Binary file not shown.

claimManagement/.DS_Store

0 Bytes
Binary file not shown.

claimManagement/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
minSdkVersion 26
2828
targetSdkVersion 32
2929
versionCode 4
30-
versionName "2.3.4"
30+
versionName "2.3.5"
3131
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
3232
}
3333
buildTypes {

claimManagement/src/main/graphql/org.openimis.imisclaim/schema.graphqls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5943,6 +5943,7 @@ input CreateClaimMutationInput {
59435943
items: [ClaimItemInputType]
59445944
services: [ClaimServiceInputType]
59455945
attachments: [ClaimAttachmentInputType]
5946+
source: String
59465947
clientMutationId: String
59475948
}
59485949

claimManagement/src/main/java/org/openimis/imisclaims/network/request/CreateClaimGraphQLRequest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ public String create(
139139
+ " healthFacilityId: " + hfId
140140
+ " program: " + programId
141141
+ " visitType: \"" + claim.getVisitType() +"\""
142+
+ " source: \"MOB\" "
142143
+ fagepFields
143144
+ " services: " + claimServices
144145
+ " items: " + claimItems

0 commit comments

Comments
 (0)