-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(refactor) follow up changes on the case management: discontinuity of case #520
Changes from 1 commit
38ba77e
e926ff3
3b62701
087818c
c307d8c
02936e8
84e2943
e48dfcf
b0fe70f
f01cd1c
cc40214
6af8746
9e71a43
632b3f3
53a27f5
29e5d48
8990d5a
eb37f0a
c5e2a06
86c22ca
e576f5c
5f06452
6a65b2c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,6 @@ | ||
import { Type } from '@openmrs/esm-framework'; | ||
|
||
export const configSchema = { | ||
autopsyEncounterUuid: { | ||
_type: Type.String, | ||
_description: 'Encounter UUID for autopsy', | ||
_default: '', | ||
}, | ||
formsList: { | ||
_type: Type.Object, | ||
_description: 'List of form UUIDs', | ||
_default: { | ||
autopsyFormUuid: '', | ||
}, | ||
}, | ||
morgueVisitTypeUuid: { | ||
_type: Type.String, | ||
_description: ' UUID for morgue visit', | ||
|
@@ -21,7 +9,7 @@ export const configSchema = { | |
morgueDepartmentServiceTypeUuid: { | ||
_type: Type.String, | ||
_description: ' UUID for morgue department service type', | ||
_default: 'd7bd4cc0-90b1-4f22-90f2-ab7fde936727', | ||
_default: '5b9e6cd1-f836-4144-91e4-401c58dd62af', | ||
}, | ||
insurancepaymentModeUuid: { | ||
_type: Type.String, | ||
|
@@ -36,7 +24,7 @@ export const configSchema = { | |
tagNumberUuid: { | ||
_type: Type.String, | ||
_description: 'UUID for tag number concept', | ||
_default: '13ba9c45-c540-4f10-b915-fa3d7baeb3d1', | ||
_default: 'f2b35679-7ba9-4619-92cb-6872b0c6bf57', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and this |
||
}, | ||
morgueAdmissionEncounterType: { | ||
_type: Type.String, | ||
|
@@ -56,22 +44,22 @@ export const configSchema = { | |
obNumberUuid: { | ||
_type: Type.String, | ||
_description: 'UUID for ob number concept', | ||
_default: 'c756d06a-22a5-4b66-933e-3d44667b72a0', | ||
_default: '0dffecb3-2dc4-4d56-8cd4-56ba38579c69', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and this |
||
}, | ||
policeNameUuid: { | ||
_type: Type.String, | ||
_description: 'UUID for police name concept', | ||
_default: '6d58d9b5-6f84-4e77-941e-f5cc86d18a60', | ||
_default: 'd889f05b-0d9b-462f-ae8e-2e9be79fd954', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and this |
||
}, | ||
burialPermitNumberUuid: { | ||
_type: Type.String, | ||
_description: 'UUID for burial permit number concept', | ||
_default: '29ef3df3-9845-49b0-96f2-5fb6d6240039', | ||
_default: 'da524812-5600-4677-ba26-eb61eb925eef', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and this |
||
}, | ||
policeIDNumber: { | ||
_type: Type.String, | ||
_description: 'UUID for police id number concept', | ||
_default: '8d488d02-d1d8-41a5-8219-61f4fc5dbeb0', | ||
_default: '163084AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and this |
||
}, | ||
encounterProviderRoleUuid: { | ||
_type: Type.UUID, | ||
|
@@ -133,4 +121,4 @@ export type ConfigObject = { | |
dischargeAreaUuid: string; | ||
morgueDischargeEncounterTypeUuid: string; | ||
adminUuid: string; | ||
}; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are related to morgue functions