public abstract class BaseIdentifiableElement extends BaseElement implements IIdentifiableElement
| Constructor and Description |
|---|
BaseIdentifiableElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getElementSpecificId()
Used to retrieve an ID for this specific element within a resource.
|
IdDt |
getId()
Deprecated.
Use
getElementSpecificId() instead. This method will be removed because it is easily
confused with other ID methods (such as patient#getIdentifier) |
void |
setElementSpecificId(String theElementSpecificId)
Used to set an ID for this specific element within a resource.
|
void |
setId(IdDt theId)
Deprecated.
Use
setElementSpecificId(String) instead. This method will be removed because it is easily
confused with other ID methods (such as patient#getIdentifier) |
void |
setId(String theId)
Deprecated.
Use
setElementSpecificId(String) instead. This method will be removed because it is easily
confused with other ID methods (such as patient#getIdentifier) |
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormatCommentsPost, getFormatCommentsPre, hasFormatComment, isEmptypublic BaseIdentifiableElement()
public String getElementSpecificId()
IIdentifiableElementgetElementSpecificId in interface IIdentifiableElement@Deprecated public IdDt getId()
getElementSpecificId() instead. This method will be removed because it is easily
confused with other ID methods (such as patient#getIdentifier)getId in interface IIdentifiableElementpublic void setElementSpecificId(String theElementSpecificId)
IIdentifiableElementsetElementSpecificId in interface IIdentifiableElement@Deprecated public void setId(IdDt theId)
setElementSpecificId(String) instead. This method will be removed because it is easily
confused with other ID methods (such as patient#getIdentifier)setId in interface IIdentifiableElement@Deprecated public void setId(String theId)
setElementSpecificId(String) instead. This method will be removed because it is easily
confused with other ID methods (such as patient#getIdentifier)setId in interface IIdentifiableElementCopyright © 2014–2017 University Health Network. All rights reserved.