Skip to content

Commit d69a24c

Browse files
author
Brandon.Elliott - Everest
committed
update treatment plan payload event to include lab recommendations
1 parent 58a6b96 commit d69a24c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/feature/eventType.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ type TreatmentPlanPayload = {
4343
additionalInfo: string;
4444
};
4545
}[];
46+
lab_recommendations: {
47+
id: string;
48+
name: string;
49+
requiresFasting: boolean;
50+
instructions: string;
51+
tests:{
52+
id:string;
53+
name:string;
54+
}[];
55+
}[];
4656
};
4757
};
4858

0 commit comments

Comments
 (0)