Skip to content

Commit

Permalink
do not wrap obs in a disposition set
Browse files Browse the repository at this point in the history
  • Loading branch information
chibongho committed Nov 12, 2024
1 parent 2af5715 commit a97eb94
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,7 @@ export default function CancelAdmissionRequestWorkspace({
},
];

createEncounter(patient, emrConfiguration?.cancelADTRequestEncounterType, [
{
concept: emrConfiguration?.dispositionDescriptor?.dispositionSetConcept?.uuid,
groupMembers: obs,
},
])
createEncounter(patient, emrConfiguration?.cancelADTRequestEncounterType, obs)
.then(() => {
showSnackbar({
title: t('admissionRequestCancelled', 'Admission request cancelled.'),
Expand Down

0 comments on commit a97eb94

Please sign in to comment.