public static class DataElement.Mapping extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Identifies a specification (other than a terminology) that the elements which make up the DataElement have some correspondence with
| Constructor and Description |
|---|
Mapping() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getComments()
Gets the value(s) for comments ().
|
ca.uhn.fhir.model.primitive.StringDt |
getCommentsElement()
Gets the value(s) for comments ().
|
String |
getIdentity()
Gets the value(s) for identity ().
|
ca.uhn.fhir.model.primitive.IdDt |
getIdentityElement()
Gets the value(s) for identity ().
|
String |
getName()
Gets the value(s) for name ().
|
ca.uhn.fhir.model.primitive.StringDt |
getNameElement()
Gets the value(s) for name ().
|
String |
getUri()
Gets the value(s) for uri ().
|
ca.uhn.fhir.model.primitive.UriDt |
getUriElement()
Gets the value(s) for uri ().
|
boolean |
isEmpty() |
DataElement.Mapping |
setComments(String theString)
Sets the value for comments ()
|
DataElement.Mapping |
setComments(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for comments ()
|
DataElement.Mapping |
setIdentity(ca.uhn.fhir.model.primitive.IdDt theValue)
Sets the value(s) for identity ()
|
DataElement.Mapping |
setIdentity(String theId)
Sets the value for identity ()
|
DataElement.Mapping |
setName(String theString)
Sets the value for name ()
|
DataElement.Mapping |
setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for name ()
|
DataElement.Mapping |
setUri(String theUri)
Sets the value for uri ()
|
DataElement.Mapping |
setUri(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for uri ()
|
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 id that is used to identify this mapping set when specific mappings are made on a per-element basis
public String getIdentity()
null.
Definition: An internal id that is used to identify this mapping set when specific mappings are made on a per-element basis
public DataElement.Mapping setIdentity(ca.uhn.fhir.model.primitive.IdDt theValue)
Definition: An internal id that is used to identify this mapping set when specific mappings are made on a per-element basis
public DataElement.Mapping setIdentity(String theId)
Definition: An internal id that is used to identify this mapping set when specific mappings are made on a per-element basis
public ca.uhn.fhir.model.primitive.UriDt getUriElement()
null.
Definition: An absolute URI that identifies the specification that this mapping is expressed to
public String getUri()
null.
Definition: An absolute URI that identifies the specification that this mapping is expressed to
public DataElement.Mapping setUri(ca.uhn.fhir.model.primitive.UriDt theValue)
Definition: An absolute URI that identifies the specification that this mapping is expressed to
public DataElement.Mapping setUri(String theUri)
Definition: An absolute URI that identifies the specification that this mapping is expressed to
public ca.uhn.fhir.model.primitive.StringDt getNameElement()
null.
Definition: A name for the specification that is being mapped to
public String getName()
null.
Definition: A name for the specification that is being mapped to
public DataElement.Mapping setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: A name for the specification that is being mapped to
public DataElement.Mapping setName(String theString)
Definition: A name for the specification that is being mapped to
public ca.uhn.fhir.model.primitive.StringDt getCommentsElement()
null.
Definition: Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage
public String getComments()
null.
Definition: Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage
public DataElement.Mapping setComments(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage
public DataElement.Mapping setComments(String theString)
Definition: Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage
Copyright © 2014–2018 University Health Network. All rights reserved.