Skip to content

Commit

Permalink
code removed from MAR Dosage
Browse files Browse the repository at this point in the history
  • Loading branch information
amjithtitus09 committed Jan 30, 2025
1 parent 94a85d2 commit 73a28f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/components/Medicine/MedicationAdministration/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ export function createMedicationAdministrationRequest(
medication.dosage_instruction[0]?.dose_and_rate?.dose_quantity?.value,
unit: medication.dosage_instruction[0]?.dose_and_rate?.dose_quantity
?.unit,
code: medication.dosage_instruction[0]?.dose_and_rate?.dose_quantity
?.unit,
},
},
};
Expand Down
2 changes: 0 additions & 2 deletions src/types/emr/medicationRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ export type MedicationRequestIntent =
export interface DosageQuantity {
value: number;
unit: Code;
// TODO: Remove this once BE Administration Dosage is changed from Quantity to DosageQuantity
code?: Code;
}

export interface BoundsDuration {
Expand Down

0 comments on commit 73a28f5

Please sign in to comment.