Skip to content

Commit

Permalink
OHRI-1965 SHow Lab Order and Lab Result in Add action (UCSF-IGHS#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
ODORA0 authored Nov 14, 2023
1 parent 3565377 commit f20548e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ const CovidLabResults: React.FC<CovidLabWidgetProps> = ({ patientUuid }) => {
encounterType={covidLabOrderEncounterType_UUID}
formList={[
{ name: 'COVID Lab Order Form', excludedIntents: ['COVID_LAB_ORDER_EMBED'] },
{ name: 'COVID Lab Result Form', excludedIntents: ['*'] },
{ name: 'COVID Lab Result Form', excludedIntents: ['COVID_LAB_RESULT_EMBED'] },
{ name: 'COVID Lab Test', excludedIntents: ['*'] },
{ name: 'Lab Order Cancellation', excludedIntents: ['*'] },
{ name: 'Lab Order Cancellation', excludedIntents: ['*', 'COVID_LAB_CANCELLATION_EMBED'] },
{ name: 'Sample Collection', excludedIntents: ['*', 'COVID_SAMPLE_COLLECTION_EMBED'] },
]}
columns={columnsLab}
Expand Down

0 comments on commit f20548e

Please sign in to comment.