
Uses of Class
org.hl7.fhir.r5.model.ConceptMap.OtherElementComponent
Packages that use ConceptMap.OtherElementComponent
-
Uses of ConceptMap.OtherElementComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConceptMap.OtherElementComponentModifier and TypeMethodDescriptionprotected ConceptMap.OtherElementComponentJsonParser.parseConceptMapOtherElementComponent(com.google.gson.JsonObject json) protected ConceptMap.OtherElementComponentXmlParser.parseConceptMapOtherElementComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConceptMap.OtherElementComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeConceptMapOtherElementComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap.OtherElementComponent element, int index) protected voidXmlParser.composeConceptMapOtherElementComponent(String name, ConceptMap.OtherElementComponent element) protected voidXmlParser.composeConceptMapOtherElementComponentElements(ConceptMap.OtherElementComponent element) protected voidJsonParser.composeOtherElementComponent(String name, ConceptMap.OtherElementComponent element) protected voidJsonParser.composeOtherElementComponentProperties(ConceptMap.OtherElementComponent element) protected booleanXmlParser.parseConceptMapOtherElementComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap.OtherElementComponent res) protected voidJsonParser.parseConceptMapOtherElementComponentProperties(com.google.gson.JsonObject json, ConceptMap.OtherElementComponent res) -
Uses of ConceptMap.OtherElementComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.productProduct is the output of a ConceptMap that provides additional values that go in other attributes / data elemnts of the target data.Methods in org.hl7.fhir.r5.model that return ConceptMap.OtherElementComponentModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.addDependsOn()ConceptMap.TargetElementComponent.addProduct()ConceptMap.OtherElementComponent.copy()ConceptMap.TargetElementComponent.getDependsOnFirstRep()ConceptMap.TargetElementComponent.getProductFirstRep()ConceptMap.OtherElementComponent.setAttribute(String value) ConceptMap.OtherElementComponent.setAttributeElement(CodeType value) ConceptMap.OtherElementComponent.setValueSet(String value) ConceptMap.OtherElementComponent.setValueSetElement(CanonicalType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ConceptMap.OtherElementComponentModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.getDependsOn()ConceptMap.TargetElementComponent.getProduct()Methods in org.hl7.fhir.r5.model with parameters of type ConceptMap.OtherElementComponentModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.addDependsOn(ConceptMap.OtherElementComponent t) ConceptMap.TargetElementComponent.addProduct(ConceptMap.OtherElementComponent t) voidConceptMap.OtherElementComponent.copyValues(ConceptMap.OtherElementComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ConceptMap.OtherElementComponentModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.setDependsOn(List<ConceptMap.OtherElementComponent> theDependsOn) ConceptMap.TargetElementComponent.setProduct(List<ConceptMap.OtherElementComponent> theProduct)