Skip to content

Commit

Permalink
Adding address hierarchy and lab module
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbontyes committed Aug 9, 2024
1 parent 8933974 commit b7f899e
Show file tree
Hide file tree
Showing 7 changed files with 2,909 additions and 132 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@openmrs/esm-form-engine-app": "latest",
"@openmrs/esm-patient-vitals-app": "latest",
"@openmrs/esm-patient-labs-app": "latest",
"@openmrs/esm-laboratory-app": "latest",
"@openmrs/esm-patient-allergies-app": "latest",
"@openmrs/esm-patient-immunizations-app": "latest",
"@openmrs/esm-patient-attachments-app": "latest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@openmrs/esm-form-engine-app": "latest",
"@openmrs/esm-patient-vitals-app": "latest",
"@openmrs/esm-patient-labs-app": "latest",
"@openmrs/esm-laboratory-app": "latest",
"@openmrs/esm-patient-allergies-app": "latest",
"@openmrs/esm-patient-immunizations-app": "latest",
"@openmrs/esm-patient-attachments-app": "latest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,5 +446,10 @@
"encounterTypeUuid": "10d061d8-0677-47f2-8061-f302244dc48b",
"encounterProviderRoleUuid": "240b26f9-dd88-4172-823d-4a8bfeb7841f"
}
},
"@openmrs/esm-billing-app": {
"serviceTypes": {
"billableService": "49f1cfdf-498a-4984-8acb-eebf402c28eb"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<field>STATE_PROVINCE</field>
<nameMapping>Location.province</nameMapping>
<sizeMapping>40</sizeMapping>
<elementDefault>Ninewa</elementDefault>
<elementDefault>Bururi</elementDefault>
<requiredInHierarchy>true</requiredInHierarchy>
</addressComponent>
<addressComponent>
Expand Down Expand Up @@ -40,7 +40,7 @@
<string>address1</string>
</lineByLineFormat>
<addressHierarchyFile>
<filename>addresshierarchy_iraq.csv</filename>
<filename>addresshierarchy_mugamba.csv</filename>
<entryDelimiter>,</entryDelimiter>
<identifierDelimiter>%</identifierDelimiter>
</addressHierarchyFile>
Expand Down

This file was deleted.

Loading

0 comments on commit b7f899e

Please sign in to comment.