Skip to content

Commit

Permalink
Add mcg as new dosage unit; Add Sublingual;
Browse files Browse the repository at this point in the history
  • Loading branch information
cu8code committed Jun 22, 2024
1 parent a69c0b0 commit f6e4922
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Components/Medicine/CreatePrescriptionForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export const PRESCRIPTION_ROUTES = [
"INTRATHECAL",
"TRANSDERMAL",
"RECTAL",
"SUBLINGUAL"

Check failure on line 193 in src/Components/Medicine/CreatePrescriptionForm.tsx

View workflow job for this annotation

GitHub Actions / lint

Insert `,`
] as const;
export const PRESCRIPTION_FREQUENCIES = {
STAT: {
Expand Down
1 change: 1 addition & 0 deletions src/Components/Medicine/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { PerformedByModel } from "../HCX/misc";
import { PRESCRIPTION_ROUTES } from "./CreatePrescriptionForm";

export const DOSAGE_UNITS = [
"msg",
"mg",
"g",
"ml",
Expand Down
3 changes: 2 additions & 1 deletion src/Locale/en/Medicine.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"edit_caution_note": "A new prescription will be added to the consultation with the edited details and the current prescription will be discontinued.",
"reason_for_discontinuation": "Reason for discontinuation",
"reason_for_edit": "Reason for edit",
"PRESCRIPTION_ROUTE_SUBLINGUAL": "Sublingual",
"PRESCRIPTION_ROUTE_ORAL": "Oral",
"PRESCRIPTION_ROUTE_IV": "IV",
"PRESCRIPTION_ROUTE_IM": "IM",
Expand All @@ -60,4 +61,4 @@
"PRESCRIPTION_FREQUENCY_Q4H": "4th hourly",
"PRESCRIPTION_FREQUENCY_QOD": "Alternate day",
"PRESCRIPTION_FREQUENCY_QWK": "Once a week"
}
}

0 comments on commit f6e4922

Please sign in to comment.