
Uses of Class
org.hl7.fhir.r5.model.ConceptMap.MappingPropertyComponent
Packages that use ConceptMap.MappingPropertyComponent
-
Uses of ConceptMap.MappingPropertyComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConceptMap.MappingPropertyComponentModifier and TypeMethodDescriptionprotected ConceptMap.MappingPropertyComponentJsonParser.parseConceptMapMappingPropertyComponent(com.google.gson.JsonObject json) protected ConceptMap.MappingPropertyComponentXmlParser.parseConceptMapMappingPropertyComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConceptMap.MappingPropertyComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeConceptMapMappingPropertyComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap.MappingPropertyComponent element, int index) protected voidXmlParser.composeConceptMapMappingPropertyComponent(String name, ConceptMap.MappingPropertyComponent element) protected voidXmlParser.composeConceptMapMappingPropertyComponentElements(ConceptMap.MappingPropertyComponent element) protected voidJsonParser.composeMappingPropertyComponent(String name, ConceptMap.MappingPropertyComponent element) protected voidJsonParser.composeMappingPropertyComponentProperties(ConceptMap.MappingPropertyComponent element) protected booleanXmlParser.parseConceptMapMappingPropertyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap.MappingPropertyComponent res) protected voidJsonParser.parseConceptMapMappingPropertyComponentProperties(com.google.gson.JsonObject json, ConceptMap.MappingPropertyComponent res) -
Uses of ConceptMap.MappingPropertyComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ConceptMap.MappingPropertyComponentModifier and TypeFieldDescriptionprotected List<ConceptMap.MappingPropertyComponent> ConceptMap.TargetElementComponent.propertyA property value for this source -> target mapping.Methods in org.hl7.fhir.r5.model that return ConceptMap.MappingPropertyComponentModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.addProperty()ConceptMap.MappingPropertyComponent.copy()ConceptMap.TargetElementComponent.getPropertyFirstRep()ConceptMap.MappingPropertyComponent.setCodeElement(CodeType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ConceptMap.MappingPropertyComponentMethods in org.hl7.fhir.r5.model with parameters of type ConceptMap.MappingPropertyComponentModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.addProperty(ConceptMap.MappingPropertyComponent t) voidConceptMap.MappingPropertyComponent.copyValues(ConceptMap.MappingPropertyComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ConceptMap.MappingPropertyComponentModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.setProperty(List<ConceptMap.MappingPropertyComponent> theProperty)