Skip to content

Commit

Permalink
feat(src/feature/featuretype): added discount as a prefillable param …
Browse files Browse the repository at this point in the history
…when creating new patient
  • Loading branch information
Benaiah Barango committed Oct 14, 2021
1 parent 2fcef2c commit 3863bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/feature/featureType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ type PatientOptions = {
dateOfBirth?: string;
gender?: "male" | "female" | "prefer not to say";
biologicalSex?: "male" | "female" | "prefer not to say";
discount?: number;
};
type TreatmentPlanOptions = { patient?: PatientOptions; secretToken: string };

Expand Down

0 comments on commit 3863bd1

Please sign in to comment.