Uses of Class
org.hl7.fhir.r5.model.ConceptMap.MappingPropertyComponent
-
Uses of ConceptMap.MappingPropertyComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected ConceptMap.MappingPropertyComponent
JsonParser.parseConceptMapMappingPropertyComponent
(com.google.gson.JsonObject json) protected ConceptMap.MappingPropertyComponent
XmlParser.parseConceptMapMappingPropertyComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier and TypeFieldDescriptionprotected List
<ConceptMap.MappingPropertyComponent> ConceptMap.TargetElementComponent.property
A property value for this source -> target mapping.Modifier and TypeMethodDescriptionConceptMap.TargetElementComponent.addProperty()
ConceptMap.MappingPropertyComponent.copy()
ConceptMap.TargetElementComponent.getPropertyFirstRep()
ConceptMap.MappingPropertyComponent.setCodeElement
(CodeType value) Modifier and TypeMethodDescriptionConceptMap.TargetElementComponent.addProperty
(ConceptMap.MappingPropertyComponent t) void
ConceptMap.MappingPropertyComponent.copyValues
(ConceptMap.MappingPropertyComponent dst) Modifier and TypeMethodDescriptionConceptMap.TargetElementComponent.setProperty
(List<ConceptMap.MappingPropertyComponent> theProperty)