
Uses of Class
org.hl7.fhir.r5.model.ConceptMap.AdditionalAttributeComponent
Packages that use ConceptMap.AdditionalAttributeComponent
-
Uses of ConceptMap.AdditionalAttributeComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConceptMap.AdditionalAttributeComponentModifier and TypeMethodDescriptionprotected ConceptMap.AdditionalAttributeComponent
JsonParser.parseConceptMapAdditionalAttributeComponent
(com.google.gson.JsonObject json) protected ConceptMap.AdditionalAttributeComponent
XmlParser.parseConceptMapAdditionalAttributeComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConceptMap.AdditionalAttributeComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type ConceptMap.AdditionalAttributeComponentModifier 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.Methods in org.hl7.fhir.r5.model that return ConceptMap.AdditionalAttributeComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type ConceptMap.AdditionalAttributeComponentMethods in org.hl7.fhir.r5.model with parameters of type ConceptMap.AdditionalAttributeComponentModifier and TypeMethodDescriptionvoid
ConceptMap.AdditionalAttributeComponent.copyValues
(ConceptMap.AdditionalAttributeComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ConceptMap.AdditionalAttributeComponentModifier and TypeMethodDescriptionConceptMap.setAdditionalAttribute
(List<ConceptMap.AdditionalAttributeComponent> theAdditionalAttribute)