| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Substance |
JsonParser.parseSubstance(com.google.gson.JsonObject json) |
protected Substance |
XmlParser.parseSubstance(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeSubstance(String name,
Substance element) |
protected void |
XmlParser.composeSubstance(String name,
Substance element) |
protected void |
RdfParser.composeSubstance(Turtle.Complex parent,
String parentType,
String name,
Substance element,
int index) |
protected void |
XmlParser.composeSubstanceElements(Substance element) |
protected void |
JsonParser.composeSubstanceInner(Substance element) |
protected boolean |
XmlParser.parseSubstanceContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Substance res) |
protected void |
JsonParser.parseSubstanceProperties(com.google.gson.JsonObject json,
Substance res) |
protected Substance.SubstanceIngredientComponent |
JsonParser.parseSubstanceSubstanceIngredientComponent(com.google.gson.JsonObject json,
Substance owner) |
protected Substance.SubstanceIngredientComponent |
XmlParser.parseSubstanceSubstanceIngredientComponent(org.xmlpull.v1.XmlPullParser xpp,
Substance owner) |
protected boolean |
XmlParser.parseSubstanceSubstanceIngredientComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Substance owner,
Substance.SubstanceIngredientComponent res) |
protected void |
JsonParser.parseSubstanceSubstanceIngredientComponentProperties(com.google.gson.JsonObject json,
Substance owner,
Substance.SubstanceIngredientComponent res) |
protected Substance.SubstanceInstanceComponent |
JsonParser.parseSubstanceSubstanceInstanceComponent(com.google.gson.JsonObject json,
Substance owner) |
protected Substance.SubstanceInstanceComponent |
XmlParser.parseSubstanceSubstanceInstanceComponent(org.xmlpull.v1.XmlPullParser xpp,
Substance owner) |
protected boolean |
XmlParser.parseSubstanceSubstanceInstanceComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Substance owner,
Substance.SubstanceInstanceComponent res) |
protected void |
JsonParser.parseSubstanceSubstanceInstanceComponentProperties(com.google.gson.JsonObject json,
Substance owner,
Substance.SubstanceInstanceComponent res) |
| Modifier and Type | Field and Description |
|---|---|
protected Substance |
BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent.additiveTarget
The actual object that is the target of the reference (Substance added during processing.)
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Substance> |
Specimen.SpecimenProcessingComponent.additiveTarget
The actual objects that are the target of the reference (Material used in the processing step.)
|
| Modifier and Type | Method and Description |
|---|---|
List<Substance> |
Specimen.SpecimenProcessingComponent.getAdditiveTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
Substance.copyValues(Substance dst) |
BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent |
BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent.setAdditiveTarget(Substance value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.