Uses of Class
org.hl7.fhir.r5.model.ConceptMap.AdditionalAttributeComponent
-
Uses of ConceptMap.AdditionalAttributeComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected ConceptMap.AdditionalAttributeComponent
JsonParser.parseConceptMapAdditionalAttributeComponent
(com.google.gson.JsonObject json) protected ConceptMap.AdditionalAttributeComponent
XmlParser.parseConceptMapAdditionalAttributeComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeAdditionalAttributeComponent
(String name, ConceptMap.AdditionalAttributeComponent element) protected void
JsonParser.composeAdditionalAttributeComponentProperties
(ConceptMap.AdditionalAttributeComponent element) protected void
RdfParser.composeConceptMapAdditionalAttributeComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap.AdditionalAttributeComponent element, int index) protected void
XmlParser.composeConceptMapAdditionalAttributeComponent
(String name, ConceptMap.AdditionalAttributeComponent element) protected void
XmlParser.composeConceptMapAdditionalAttributeComponentElements
(ConceptMap.AdditionalAttributeComponent element) protected boolean
XmlParser.parseConceptMapAdditionalAttributeComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap.AdditionalAttributeComponent res) protected void
JsonParser.parseConceptMapAdditionalAttributeComponentProperties
(com.google.gson.JsonObject json, ConceptMap.AdditionalAttributeComponent res) -
Uses of ConceptMap.AdditionalAttributeComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<ConceptMap.AdditionalAttributeComponent> ConceptMap.additionalAttribute
An additionalAttribute defines an additional data element found in the source or target data model where the data will come from or be mapped to.Modifier and TypeMethodDescriptionConceptMap.addAdditionalAttribute()
ConceptMap.AdditionalAttributeComponent.copy()
ConceptMap.getAdditionalAttributeFirstRep()
ConceptMap.AdditionalAttributeComponent.setCodeElement
(CodeType value) ConceptMap.AdditionalAttributeComponent.setDescription
(String value) ConceptMap.AdditionalAttributeComponent.setDescriptionElement
(StringType value) ConceptMap.AdditionalAttributeComponent.setType
(ConceptMap.ConceptMapAttributeType value) ConceptMap.AdditionalAttributeComponent.setTypeElement
(Enumeration<ConceptMap.ConceptMapAttributeType> value) ConceptMap.AdditionalAttributeComponent.setUriElement
(UriType value) Modifier and TypeMethodDescriptionvoid
ConceptMap.AdditionalAttributeComponent.copyValues
(ConceptMap.AdditionalAttributeComponent dst) Modifier and TypeMethodDescriptionConceptMap.setAdditionalAttribute
(List<ConceptMap.AdditionalAttributeComponent> theAdditionalAttribute)