-
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
Conversation
Looks OK. Thanks so much. |
packages/esm-patient-clinical-view-app/src/case-management/modal/end-date.component.tsx
Outdated
Show resolved
Hide resolved
.../esm-patient-clinical-view-app/src/case-management/modal/case-management-modal.component.tsx
Outdated
Show resolved
Hide resolved
.../esm-patient-clinical-view-app/src/case-management/modal/case-management-modal.component.tsx
Outdated
Show resolved
Hide resolved
.../esm-patient-clinical-view-app/src/case-management/modal/case-management-modal.component.tsx
Show resolved
Hide resolved
...atient-clinical-view-app/src/case-management/table/case-management-list-active-component.tsx
Show resolved
Hide resolved
...ient-clinical-view-app/src/case-management/table/case-management-list-inactive-component.tsx
Show resolved
Hide resolved
Please remove code that is not related to case management from the commit. A best practice is to always branch from master/main and not any branch when checking out a new branch. That way, you will not carry over work for unrelated branch |
@ojwanganto, Thanks, seems when I was doing this work i didn't checkout to a new branch, let me do the clean up |
@@ -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', |
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
}, | ||
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 comment
The 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 comment
The reason will be displayed to describe this comment to others. Learn more.
and this
@@ -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 comment
The 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 comment
The reason will be displayed to describe this comment to others. Learn more.
and this
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
and this
This reverts commit e926ff3.
… into new-case-mgt
284a4f0
to
6a65b2c
Compare
@ojwanganto I tried to remove the files seems it is breaking most of the case management functionality I have created a reference PR for this, so, that I can close this |
Pull request was closed
Requirements
Summary
Screenshots
None.
Related Issue
None.
Other
None.