public static class ElementDefinitionDt.Mapping extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Identifies a concept from an external specification that roughly corresponds to this element
| Constructor and Description |
|---|
Mapping() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getIdentity()
Gets the value(s) for identity ().
|
ca.uhn.fhir.model.primitive.IdDt |
getIdentityElement()
Gets the value(s) for identity ().
|
String |
getLanguage()
Gets the value(s) for language ().
|
ca.uhn.fhir.model.primitive.CodeDt |
getLanguageElement()
Gets the value(s) for language ().
|
String |
getMap()
Gets the value(s) for map ().
|
ca.uhn.fhir.model.primitive.StringDt |
getMapElement()
Gets the value(s) for map ().
|
boolean |
isEmpty() |
ElementDefinitionDt.Mapping |
setIdentity(ca.uhn.fhir.model.primitive.IdDt theValue)
Sets the value(s) for identity ()
|
ElementDefinitionDt.Mapping |
setIdentity(String theId)
Sets the value for identity ()
|
ElementDefinitionDt.Mapping |
setLanguage(ca.uhn.fhir.model.primitive.CodeDt theValue)
Sets the value(s) for language ()
|
ElementDefinitionDt.Mapping |
setLanguage(String theCode)
Sets the value for language ()
|
ElementDefinitionDt.Mapping |
setMap(String theString)
Sets the value for map ()
|
ElementDefinitionDt.Mapping |
setMap(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for map ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Mapping()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.IdDt getIdentityElement()
null.
Definition: An internal reference to the definition of a mapping
public String getIdentity()
null.
Definition: An internal reference to the definition of a mapping
public ElementDefinitionDt.Mapping setIdentity(ca.uhn.fhir.model.primitive.IdDt theValue)
Definition: An internal reference to the definition of a mapping
public ElementDefinitionDt.Mapping setIdentity(String theId)
Definition: An internal reference to the definition of a mapping
public ca.uhn.fhir.model.primitive.CodeDt getLanguageElement()
null.
Definition: Identifies the computable language in which mapping.map is expressed.
public String getLanguage()
null.
Definition: Identifies the computable language in which mapping.map is expressed.
public ElementDefinitionDt.Mapping setLanguage(ca.uhn.fhir.model.primitive.CodeDt theValue)
Definition: Identifies the computable language in which mapping.map is expressed.
public ElementDefinitionDt.Mapping setLanguage(String theCode)
Definition: Identifies the computable language in which mapping.map is expressed.
public ca.uhn.fhir.model.primitive.StringDt getMapElement()
null.
Definition: Expresses what part of the target specification corresponds to this element
public String getMap()
null.
Definition: Expresses what part of the target specification corresponds to this element
public ElementDefinitionDt.Mapping setMap(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: Expresses what part of the target specification corresponds to this element
public ElementDefinitionDt.Mapping setMap(String theString)
Definition: Expresses what part of the target specification corresponds to this element
Copyright © 2014–2018 University Health Network. All rights reserved.