oro-sdk-apis 1.54.2 → 1.54.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -103,7 +103,10 @@ export interface TreatmentAndDrugPrescription {
103
103
  notes?: string;
104
104
  status: PlanStatus;
105
105
  uuidTreatmentPlan: string;
106
- decidedAt: string;
106
+ /**
107
+ * this field is used to store the datetime when the patient accepted or refused the prescription
108
+ */
109
+ decidedAt?: string;
107
110
  createdAt: string;
108
111
  }
109
112
  export interface TreatmentPlans {