| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<Dosage> |
MedicationStatement.dosage
Indicates how the medication is/was or should be taken by the patient.
|
protected List<Dosage> |
ActivityDefinition.dosage
Provides detailed dosage instructions in the same way that they are described for MedicationRequest resources.
|
protected List<Dosage> |
MedicationDispense.dosageInstruction
Indicates how the medication is to be used by the patient.
|
protected List<Dosage> |
MedicationRequest.dosageInstruction
Indicates how the medication is to be used by the patient.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dosage> |
MedicationStatement.getDosage() |
List<Dosage> |
ActivityDefinition.getDosage() |
List<Dosage> |
MedicationDispense.getDosageInstruction() |
List<Dosage> |
MedicationRequest.getDosageInstruction() |
| Modifier and Type | Method and Description |
|---|---|
MedicationStatement |
MedicationStatement.addDosage(Dosage t) |
ActivityDefinition |
ActivityDefinition.addDosage(Dosage t) |
MedicationDispense |
MedicationDispense.addDosageInstruction(Dosage t) |
MedicationRequest |
MedicationRequest.addDosageInstruction(Dosage t) |
| Modifier and Type | Method and Description |
|---|---|
MedicationStatement |
MedicationStatement.setDosage(List<Dosage> theDosage) |
ActivityDefinition |
ActivityDefinition.setDosage(List<Dosage> theDosage) |
MedicationDispense |
MedicationDispense.setDosageInstruction(List<Dosage> theDosageInstruction) |
MedicationRequest |
MedicationRequest.setDosageInstruction(List<Dosage> theDosageInstruction) |
Copyright © 2014–2017 University Health Network. All rights reserved.