Uses of Class
org.hl7.fhir.r5.model.ConceptMap2.OtherElementComponent
Packages that use ConceptMap2.OtherElementComponent
-
Uses of ConceptMap2.OtherElementComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConceptMap2.OtherElementComponentModifier and TypeMethodDescriptionprotected ConceptMap2.OtherElementComponentJsonParser.parseConceptMap2OtherElementComponent(com.google.gson.JsonObject json) protected ConceptMap2.OtherElementComponentXmlParser.parseConceptMap2OtherElementComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConceptMap2.OtherElementComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeConceptMap2OtherElementComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap2.OtherElementComponent element, int index) protected voidXmlParser.composeConceptMap2OtherElementComponent(String name, ConceptMap2.OtherElementComponent element) protected voidXmlParser.composeConceptMap2OtherElementComponentElements(ConceptMap2.OtherElementComponent element) protected voidJsonParser.composeOtherElementComponent(String name, ConceptMap2.OtherElementComponent element) protected voidJsonParser.composeOtherElementComponentProperties(ConceptMap2.OtherElementComponent element) protected booleanXmlParser.parseConceptMap2OtherElementComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap2.OtherElementComponent res) protected voidJsonParser.parseConceptMap2OtherElementComponentProperties(com.google.gson.JsonObject json, ConceptMap2.OtherElementComponent res) -
Uses of ConceptMap2.OtherElementComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ConceptMap2.OtherElementComponentModifier and TypeFieldDescriptionprotected List<ConceptMap2.OtherElementComponent>ConceptMap2.TargetElementComponent.dependsOnA set of additional dependencies for this mapping to hold.protected List<ConceptMap2.OtherElementComponent>ConceptMap2.TargetElementComponent.productA set of additional outcomes from this mapping to other elements.Methods in org.hl7.fhir.r5.model that return ConceptMap2.OtherElementComponentModifier and TypeMethodDescriptionConceptMap2.TargetElementComponent.addDependsOn()ConceptMap2.TargetElementComponent.addProduct()ConceptMap2.OtherElementComponent.copy()ConceptMap2.TargetElementComponent.getDependsOnFirstRep()ConceptMap2.TargetElementComponent.getProductFirstRep()ConceptMap2.OtherElementComponent.setProperty(String value) ConceptMap2.OtherElementComponent.setPropertyElement(UriType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ConceptMap2.OtherElementComponentModifier and TypeMethodDescriptionConceptMap2.TargetElementComponent.getDependsOn()ConceptMap2.TargetElementComponent.getProduct()Methods in org.hl7.fhir.r5.model with parameters of type ConceptMap2.OtherElementComponentModifier and TypeMethodDescriptionConceptMap2.TargetElementComponent.addDependsOn(ConceptMap2.OtherElementComponent t) ConceptMap2.TargetElementComponent.addProduct(ConceptMap2.OtherElementComponent t) voidConceptMap2.OtherElementComponent.copyValues(ConceptMap2.OtherElementComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ConceptMap2.OtherElementComponentModifier and TypeMethodDescriptionConceptMap2.TargetElementComponent.setDependsOn(List<ConceptMap2.OtherElementComponent> theDependsOn) ConceptMap2.TargetElementComponent.setProduct(List<ConceptMap2.OtherElementComponent> theProduct)