Skip to content

Commit

Permalink
Merge pull request #1603 from ODORA0/ohri-1731
Browse files Browse the repository at this point in the history
OHRI-1731 Exclude intents to show only Lab Order on Add
  • Loading branch information
kajambiya authored Aug 2, 2023
2 parents 71d9ef1 + e963105 commit d68601f
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,10 @@ 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 Test' },
{ name: 'Lab Order Cancellation' },
{ name: 'Sample Collection' },
{ name: 'COVID Lab Order Form' },
{ name: 'COVID Lab Result Form', excludedIntents: ['*'] },
{ name: 'COVID Lab Test', excludedIntents: ['*'] },
{ name: 'Lab Order Cancellation', excludedIntents: ['*'] },
{ name: 'Sample Collection', excludedIntents: ['*', 'COVID_SAMPLE_COLLECTION_EMBED'] },
]}
columns={columnsLab}
description={displayText}
Expand Down

0 comments on commit d68601f

Please sign in to comment.