Skip to content

Commit

Permalink
Added ORAL as default for all route (#8754)
Browse files Browse the repository at this point in the history
  • Loading branch information
noufalrahim authored Oct 13, 2024
1 parent 7cfd868 commit e588270
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Components/Medicine/PrescriptionBuilder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,9 @@ export default function PrescriptionBuilder({

const DefaultPrescription: Partial<NormalPrescription> = {
dosage_type: "REGULAR",
route: "ORAL",
};
const DefaultPRNPrescription: Partial<PRNPrescription> = {
dosage_type: "PRN",
route: "ORAL",
};
const DefaultPRNPrescription: Partial<PRNPrescription> = { dosage_type: "PRN" };

0 comments on commit e588270

Please sign in to comment.