
Uses of Class
org.hl7.fhir.r5.model.ConceptMap.PropertyComponent
Packages that use ConceptMap.PropertyComponent
-
Uses of ConceptMap.PropertyComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConceptMap.PropertyComponentModifier and TypeMethodDescriptionprotected ConceptMap.PropertyComponent
JsonParser.parseConceptMapPropertyComponent
(com.google.gson.JsonObject json) protected ConceptMap.PropertyComponent
XmlParser.parseConceptMapPropertyComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConceptMap.PropertyComponentModifier and TypeMethodDescriptionprotected void
RdfParser.composeConceptMapPropertyComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap.PropertyComponent element, int index) protected void
XmlParser.composeConceptMapPropertyComponent
(String name, ConceptMap.PropertyComponent element) protected void
XmlParser.composeConceptMapPropertyComponentElements
(ConceptMap.PropertyComponent element) protected void
JsonParser.composePropertyComponent
(String name, ConceptMap.PropertyComponent element) protected void
JsonParser.composePropertyComponentProperties
(ConceptMap.PropertyComponent element) protected boolean
XmlParser.parseConceptMapPropertyComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap.PropertyComponent res) protected void
JsonParser.parseConceptMapPropertyComponentProperties
(com.google.gson.JsonObject json, ConceptMap.PropertyComponent res) -
Uses of ConceptMap.PropertyComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ConceptMap.PropertyComponentModifier and TypeFieldDescriptionprotected List
<ConceptMap.PropertyComponent> ConceptMap.property
A property defines a slot through which additional information can be provided about a map from source -> target.Methods in org.hl7.fhir.r5.model that return ConceptMap.PropertyComponentModifier and TypeMethodDescriptionConceptMap.addProperty()
ConceptMap.PropertyComponent.copy()
ConceptMap.getPropertyFirstRep()
ConceptMap.PropertyComponent.setCodeElement
(CodeType value) ConceptMap.PropertyComponent.setDescription
(String value) ConceptMap.PropertyComponent.setDescriptionElement
(StringType value) ConceptMap.PropertyComponent.setSystemElement
(CanonicalType value) ConceptMap.PropertyComponent.setType
(ConceptMap.ConceptMapPropertyType value) ConceptMap.PropertyComponent.setTypeElement
(Enumeration<ConceptMap.ConceptMapPropertyType> value) ConceptMap.PropertyComponent.setUriElement
(UriType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ConceptMap.PropertyComponentMethods in org.hl7.fhir.r5.model with parameters of type ConceptMap.PropertyComponentModifier and TypeMethodDescriptionConceptMap.addProperty
(ConceptMap.PropertyComponent t) void
ConceptMap.PropertyComponent.copyValues
(ConceptMap.PropertyComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ConceptMap.PropertyComponentModifier and TypeMethodDescriptionConceptMap.setProperty
(List<ConceptMap.PropertyComponent> theProperty)