oro-sdk-apis 3.7.0-dev1.0 → 3.7.0-dev1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -92,6 +92,7 @@ export interface TreatmentPlan {
92
92
  uuidConsult: string;
93
93
  uuidDiagnosis: string;
94
94
  uuidTreatment?: string;
95
+ notes?: string;
95
96
  status: PlanStatus;
96
97
  decidedAt: string;
97
98
  createdAt: string;