
Uses of Class
org.hl7.fhir.dstu2.model.ConceptMap.OtherElementComponent
Packages that use ConceptMap.OtherElementComponent
-
Uses of ConceptMap.OtherElementComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ConceptMap.OtherElementComponentModifier and TypeMethodDescriptionprotected 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.OtherElementComponentModifier and TypeMethodDescriptionprotected 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.OtherElementComponentModifier and TypeFieldDescriptionprotected 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.OtherElementComponentModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.addDependsOn()ConceptMap.TargetElementComponent.addProduct()ConceptMap.OtherElementComponent.copy()ConceptMap.OtherElementComponent.setCodeElement(StringType value) ConceptMap.OtherElementComponent.setCodeSystem(String value) ConceptMap.OtherElementComponent.setCodeSystemElement(UriType value) ConceptMap.OtherElementComponent.setElement(String value) ConceptMap.OtherElementComponent.setElementElement(UriType value) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ConceptMap.OtherElementComponentModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.getDependsOn()ConceptMap.TargetElementComponent.getProduct()Methods in org.hl7.fhir.dstu2.model with parameters of type ConceptMap.OtherElementComponentModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.addDependsOn(ConceptMap.OtherElementComponent t) ConceptMap.TargetElementComponent.addProduct(ConceptMap.OtherElementComponent t)