public static class NamingSystem.UniqueId extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Indicates how the system may be identified when referenced in electronic exchange
| Constructor and Description |
|---|
UniqueId() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
PeriodDt |
getPeriod()
Gets the value(s) for period ().
|
Boolean |
getPreferred()
Gets the value(s) for preferred ().
|
ca.uhn.fhir.model.primitive.BooleanDt |
getPreferredElement()
Gets the value(s) for preferred ().
|
String |
getType()
Gets the value(s) for type ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<NamingSystemIdentifierTypeEnum> |
getTypeElement()
Gets the value(s) for type ().
|
String |
getValue()
Gets the value(s) for value (id).
|
ca.uhn.fhir.model.primitive.StringDt |
getValueElement()
Gets the value(s) for value (id).
|
boolean |
isEmpty() |
NamingSystem.UniqueId |
setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
NamingSystem.UniqueId |
setPreferred(boolean theBoolean)
Sets the value for preferred ()
|
NamingSystem.UniqueId |
setPreferred(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Sets the value(s) for preferred ()
|
NamingSystem.UniqueId |
setType(ca.uhn.fhir.model.primitive.BoundCodeDt<NamingSystemIdentifierTypeEnum> theValue)
Sets the value(s) for type ()
|
NamingSystem.UniqueId |
setType(NamingSystemIdentifierTypeEnum theValue)
Sets the value(s) for type ()
|
NamingSystem.UniqueId |
setValue(String theString)
Sets the value for value (id)
|
NamingSystem.UniqueId |
setValue(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for value (id)
|
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 UniqueId()
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.BoundCodeDt<NamingSystemIdentifierTypeEnum> getTypeElement()
null.
Definition: Identifies the unique identifier scheme used for this particular identifier.
public String getType()
null.
Definition: Identifies the unique identifier scheme used for this particular identifier.
public NamingSystem.UniqueId setType(ca.uhn.fhir.model.primitive.BoundCodeDt<NamingSystemIdentifierTypeEnum> theValue)
Definition: Identifies the unique identifier scheme used for this particular identifier.
public NamingSystem.UniqueId setType(NamingSystemIdentifierTypeEnum theValue)
Definition: Identifies the unique identifier scheme used for this particular identifier.
public ca.uhn.fhir.model.primitive.StringDt getValueElement()
null.
Definition: The string that should be sent over the wire to identify the code system or identifier system
public String getValue()
null.
Definition: The string that should be sent over the wire to identify the code system or identifier system
public NamingSystem.UniqueId setValue(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: The string that should be sent over the wire to identify the code system or identifier system
public NamingSystem.UniqueId setValue(String theString)
Definition: The string that should be sent over the wire to identify the code system or identifier system
public ca.uhn.fhir.model.primitive.BooleanDt getPreferredElement()
null.
Definition: Indicates whether this identifier is the \"preferred\" identifier of this type.
public Boolean getPreferred()
null.
Definition: Indicates whether this identifier is the \"preferred\" identifier of this type.
public NamingSystem.UniqueId setPreferred(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Definition: Indicates whether this identifier is the \"preferred\" identifier of this type.
public NamingSystem.UniqueId setPreferred(boolean theBoolean)
Definition: Indicates whether this identifier is the \"preferred\" identifier of this type.
public PeriodDt getPeriod()
null.
Definition: Identifies the period of time over which this identifier is considered appropriate to refer to the naming system. Outside of this window, the identifier might be non-deterministic
public NamingSystem.UniqueId setPeriod(PeriodDt theValue)
Definition: Identifies the period of time over which this identifier is considered appropriate to refer to the naming system. Outside of this window, the identifier might be non-deterministic
Copyright © 2014–2018 University Health Network. All rights reserved.