Uses of Class
org.hl7.fhir.dstu2.model.ConceptMap.OtherElementComponent
-
Packages that use ConceptMap.OtherElementComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ConceptMap.OtherElementComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ConceptMap.OtherElementComponent Modifier and Type Method Description protected ConceptMap.OtherElementComponentJsonParser. parseConceptMapOtherElementComponent(com.google.gson.JsonObject json, ConceptMap owner)protected ConceptMap.OtherElementComponentXmlParser. parseConceptMapOtherElementComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type ConceptMap.OtherElementComponent Modifier and Type Method Description protected voidJsonParser. composeConceptMapOtherElementComponent(String name, ConceptMap.OtherElementComponent element)protected voidXmlParser. composeConceptMapOtherElementComponent(String name, ConceptMap.OtherElementComponent element)protected voidJsonParser. composeConceptMapOtherElementComponentInner(ConceptMap.OtherElementComponent element) -
Uses of ConceptMap.OtherElementComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ConceptMap.OtherElementComponent Modifier and Type Field Description protected List<ConceptMap.OtherElementComponent>ConceptMap.TargetElementComponent. dependsOnA set of additional dependencies for this mapping to hold.protected List<ConceptMap.OtherElementComponent>ConceptMap.TargetElementComponent. productA set of additional outcomes from this mapping to other elements.Methods in org.hl7.fhir.dstu2.model that return ConceptMap.OtherElementComponent Modifier and Type Method Description ConceptMap.OtherElementComponentConceptMap.TargetElementComponent. addDependsOn()ConceptMap.OtherElementComponentConceptMap.TargetElementComponent. addProduct()ConceptMap.OtherElementComponentConceptMap.OtherElementComponent. copy()ConceptMap.OtherElementComponentConceptMap.OtherElementComponent. setCode(String value)ConceptMap.OtherElementComponentConceptMap.OtherElementComponent. setCodeElement(StringType value)ConceptMap.OtherElementComponentConceptMap.OtherElementComponent. setCodeSystem(String value)ConceptMap.OtherElementComponentConceptMap.OtherElementComponent. setCodeSystemElement(UriType value)ConceptMap.OtherElementComponentConceptMap.OtherElementComponent. setElement(String value)ConceptMap.OtherElementComponentConceptMap.OtherElementComponent. setElementElement(UriType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ConceptMap.OtherElementComponent Modifier and Type Method Description List<ConceptMap.OtherElementComponent>ConceptMap.TargetElementComponent. getDependsOn()List<ConceptMap.OtherElementComponent>ConceptMap.TargetElementComponent. getProduct()Methods in org.hl7.fhir.dstu2.model with parameters of type ConceptMap.OtherElementComponent Modifier and Type Method Description ConceptMap.TargetElementComponentConceptMap.TargetElementComponent. addDependsOn(ConceptMap.OtherElementComponent t)ConceptMap.TargetElementComponentConceptMap.TargetElementComponent. addProduct(ConceptMap.OtherElementComponent t)
-