Skip to content

Commit 3b93f21

Browse files
Show only completed medication administration in print (ohcnetwork#12154)
1 parent eb5766a commit 3b93f21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Medicine/MedicationAdministration/PrintMedicationAdministration.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export const PrintMedicationAdministration = (props: {
5353
pathParams: { patientId: patientId },
5454
queryParams: {
5555
encounter: encounterId,
56+
status: "completed",
5657
},
5758
pageSize: 1000,
5859
}),

0 commit comments

Comments
 (0)