
Uses of Class
org.hl7.fhir.r4.model.ConceptMap.OtherElementComponent
Packages that use ConceptMap.OtherElementComponent
- 
Uses of ConceptMap.OtherElementComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type ConceptMap.OtherElementComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConceptMapOtherElementComponent(String name, ConceptMap.OtherElementComponent element) protected voidRdfParser.composeConceptMapOtherElementComponent(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.composeConceptMapOtherElementComponentInner(ConceptMap.OtherElementComponent element) protected booleanXmlParser.parseConceptMapOtherElementComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner, ConceptMap.OtherElementComponent res) protected voidJsonParser.parseConceptMapOtherElementComponentProperties(com.google.gson.JsonObject json, ConceptMap owner, ConceptMap.OtherElementComponent res)  - 
Uses of ConceptMap.OtherElementComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.model that return ConceptMap.OtherElementComponentModifier 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) Methods in org.hl7.fhir.r4.model that return types with arguments of type ConceptMap.OtherElementComponentModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.getDependsOn()ConceptMap.TargetElementComponent.getProduct()Methods in org.hl7.fhir.r4.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.r4.model with type arguments of type ConceptMap.OtherElementComponentModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.setDependsOn(List<ConceptMap.OtherElementComponent> theDependsOn) ConceptMap.TargetElementComponent.setProduct(List<ConceptMap.OtherElementComponent> theProduct)