
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.MappingPropertyComponent
JsonParser.parseConceptMapMappingPropertyComponent
(com.google.gson.JsonObject json) protected ConceptMap.MappingPropertyComponent
XmlParser.parseConceptMapMappingPropertyComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConceptMap.MappingPropertyComponentModifier and TypeMethodDescriptionprotected void
RdfParser.composeConceptMapMappingPropertyComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap.MappingPropertyComponent element, int index) protected void
XmlParser.composeConceptMapMappingPropertyComponent
(String name, ConceptMap.MappingPropertyComponent element) protected void
XmlParser.composeConceptMapMappingPropertyComponentElements
(ConceptMap.MappingPropertyComponent element) protected void
JsonParser.composeMappingPropertyComponent
(String name, ConceptMap.MappingPropertyComponent element) protected void
JsonParser.composeMappingPropertyComponentProperties
(ConceptMap.MappingPropertyComponent element) protected boolean
XmlParser.parseConceptMapMappingPropertyComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap.MappingPropertyComponent res) protected void
JsonParser.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.property
A 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) void
ConceptMap.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)