Uses of Class
org.hl7.fhir.r4.model.ConceptMap.OtherElementComponent
-
Packages that use ConceptMap.OtherElementComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ConceptMap.OtherElementComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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) -
Uses of ConceptMap.OtherElementComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.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)voidConceptMap.OtherElementComponent. copyValues(ConceptMap.OtherElementComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ConceptMap.OtherElementComponent Modifier and Type Method Description ConceptMap.TargetElementComponentConceptMap.TargetElementComponent. setDependsOn(List<ConceptMap.OtherElementComponent> theDependsOn)ConceptMap.TargetElementComponentConceptMap.TargetElementComponent. setProduct(List<ConceptMap.OtherElementComponent> theProduct)
-