| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Dosage |
JsonParser.parseDosage(com.google.gson.JsonObject json) |
protected Dosage |
XmlParser.parseDosage(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeDosage(String name,
Dosage element) |
protected void |
XmlParser.composeDosage(String name,
Dosage element) |
protected void |
RdfParser.composeDosage(Turtle.Complex parent,
String parentType,
String name,
Dosage element,
int index) |
protected void |
XmlParser.composeDosageElements(Dosage element) |
protected void |
JsonParser.composeDosageInner(Dosage element) |
protected boolean |
XmlParser.parseDosageContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Dosage res) |
protected Dosage.DosageDoseAndRateComponent |
JsonParser.parseDosageDosageDoseAndRateComponent(com.google.gson.JsonObject json,
Dosage owner) |
protected Dosage.DosageDoseAndRateComponent |
XmlParser.parseDosageDosageDoseAndRateComponent(org.xmlpull.v1.XmlPullParser xpp,
Dosage owner) |
protected boolean |
XmlParser.parseDosageDosageDoseAndRateComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Dosage owner,
Dosage.DosageDoseAndRateComponent res) |
protected void |
JsonParser.parseDosageDosageDoseAndRateComponentProperties(com.google.gson.JsonObject json,
Dosage owner,
Dosage.DosageDoseAndRateComponent res) |
protected void |
JsonParser.parseDosageProperties(com.google.gson.JsonObject json,
Dosage res) |
| 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> |
MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.dosage
Dosage for the medication for the specific guidelines.
|
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> |
MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.getDosage() |
List<Dosage> |
ActivityDefinition.getDosage() |
List<Dosage> |
MedicationDispense.getDosageInstruction() |
List<Dosage> |
MedicationRequest.getDosageInstruction() |
| Modifier and Type | Method and Description |
|---|---|
MedicationStatement |
MedicationStatement.addDosage(Dosage t) |
MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent |
MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.addDosage(Dosage t) |
ActivityDefinition |
ActivityDefinition.addDosage(Dosage t) |
MedicationDispense |
MedicationDispense.addDosageInstruction(Dosage t) |
MedicationRequest |
MedicationRequest.addDosageInstruction(Dosage t) |
void |
Dosage.copyValues(Dosage dst) |
| Modifier and Type | Method and Description |
|---|---|
MedicationStatement |
MedicationStatement.setDosage(List<Dosage> theDosage) |
MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent |
MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.setDosage(List<Dosage> theDosage) |
ActivityDefinition |
ActivityDefinition.setDosage(List<Dosage> theDosage) |
MedicationDispense |
MedicationDispense.setDosageInstruction(List<Dosage> theDosageInstruction) |
MedicationRequest |
MedicationRequest.setDosageInstruction(List<Dosage> theDosageInstruction) |
Copyright © 2014–2021 Health Level 7. All rights reserved.