Uses of Class
org.hl7.fhir.r4.model.ConceptMap.OtherElementComponent
-
Uses of ConceptMap.OtherElementComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected 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 TypeMethodDescriptionprotected void
JsonParser.composeConceptMapOtherElementComponent
(String name, ConceptMap.OtherElementComponent element) protected void
RdfParser.composeConceptMapOtherElementComponent
(Turtle.Complex parent, String parentType, String name, ConceptMap.OtherElementComponent element, int index) 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) -
Uses of ConceptMap.OtherElementComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected 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 TypeMethodDescriptionConceptMap.TargetElementComponent.addDependsOn()
ConceptMap.TargetElementComponent.addProduct()
ConceptMap.OtherElementComponent.copy()
ConceptMap.TargetElementComponent.getDependsOnFirstRep()
ConceptMap.TargetElementComponent.getProductFirstRep()
ConceptMap.OtherElementComponent.setDisplay
(String value) ConceptMap.OtherElementComponent.setDisplayElement
(StringType value) ConceptMap.OtherElementComponent.setProperty
(String value) ConceptMap.OtherElementComponent.setPropertyElement
(UriType value) ConceptMap.OtherElementComponent.setSystemElement
(CanonicalType value) ConceptMap.OtherElementComponent.setValueElement
(StringType value) Modifier and TypeMethodDescriptionConceptMap.TargetElementComponent.getDependsOn()
ConceptMap.TargetElementComponent.getProduct()
Modifier and TypeMethodDescriptionConceptMap.TargetElementComponent.addDependsOn
(ConceptMap.OtherElementComponent t) ConceptMap.TargetElementComponent.addProduct
(ConceptMap.OtherElementComponent t) void
ConceptMap.OtherElementComponent.copyValues
(ConceptMap.OtherElementComponent dst) Modifier and TypeMethodDescriptionConceptMap.TargetElementComponent.setDependsOn
(List<ConceptMap.OtherElementComponent> theDependsOn) ConceptMap.TargetElementComponent.setProduct
(List<ConceptMap.OtherElementComponent> theProduct)