| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected ConceptMap.OtherElementComponent |
JsonParser.parseConceptMapOtherElementComponent(com.google.gson.JsonObject json,
ConceptMap owner) |
protected ConceptMap.OtherElementComponent |
XmlParser.parseConceptMapOtherElementComponent(org.xmlpull.v1.XmlPullParser xpp,
ConceptMap owner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeConceptMapOtherElementComponent(String name,
ConceptMap.OtherElementComponent element) |
protected void |
XmlParser.composeConceptMapOtherElementComponent(String name,
ConceptMap.OtherElementComponent element) |
protected void |
XmlParser.composeConceptMapOtherElementComponentElements(ConceptMap.OtherElementComponent element) |
protected void |
JsonParser.composeConceptMapOtherElementComponentInner(ConceptMap.OtherElementComponent element) |
protected boolean |
XmlParser.parseConceptMapOtherElementComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
ConceptMap owner,
ConceptMap.OtherElementComponent res) |
protected void |
JsonParser.parseConceptMapOtherElementComponentProperties(com.google.gson.JsonObject json,
ConceptMap owner,
ConceptMap.OtherElementComponent res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ConceptMap.OtherElementComponent> |
ConceptMap.TargetElementComponent.dependsOn
A set of additional dependencies for this mapping to hold.
|
protected List<ConceptMap.OtherElementComponent> |
ConceptMap.TargetElementComponent.product
A set of additional outcomes from this mapping to other elements.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConceptMap.OtherElementComponent> |
ConceptMap.TargetElementComponent.getDependsOn() |
List<ConceptMap.OtherElementComponent> |
ConceptMap.TargetElementComponent.getProduct() |
| Modifier and Type | Method and Description |
|---|---|
ConceptMap.TargetElementComponent |
ConceptMap.TargetElementComponent.addDependsOn(ConceptMap.OtherElementComponent t) |
ConceptMap.TargetElementComponent |
ConceptMap.TargetElementComponent.addProduct(ConceptMap.OtherElementComponent t) |
| Modifier and Type | Method and Description |
|---|---|
ConceptMap.TargetElementComponent |
ConceptMap.TargetElementComponent.setDependsOn(List<ConceptMap.OtherElementComponent> theDependsOn) |
ConceptMap.TargetElementComponent |
ConceptMap.TargetElementComponent.setProduct(List<ConceptMap.OtherElementComponent> theProduct) |
Copyright © 2014–2019 University Health Network. All rights reserved.