public interface IIdentifiableElement extends IElement
| 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) |
getFormatCommentsPost, getFormatCommentsPre, hasFormatComment, isEmptyString getElementSpecificId()
@Deprecated IdDt getId()
getElementSpecificId() instead. This method will be removed because it is easily
confused with other ID methods (such as patient#getIdentifier)void setElementSpecificId(String theElementSpecificId)
@Deprecated 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)@Deprecated 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)Copyright © 2014–2017 University Health Network. All rights reserved.