public interface IBaseMetaType extends ICompositeType
Modifier and Type | Method and Description |
---|---|
IBaseMetaType |
addProfile(String theProfile) |
IBaseCoding |
addSecurity() |
IBaseCoding |
addTag() |
Date |
getLastUpdated() |
List<? extends IPrimitiveType<String>> |
getProfile() |
List<? extends IBaseCoding> |
getSecurity() |
IBaseCoding |
getSecurity(String theSystem,
String theCode)
Returns the first security label (if any) that has the given system and code, or returns
null if none |
List<? extends IBaseCoding> |
getTag() |
IBaseCoding |
getTag(String theSystem,
String theCode)
Returns the first tag (if any) that has the given system and code, or returns
null if none |
String |
getVersionId() |
IBaseMetaType |
setLastUpdated(Date theHeaderDateValue) |
IBaseMetaType |
setVersionId(String theVersionId) |
getFormatCommentsPost, getFormatCommentsPre, hasFormatComment, isEmpty
IBaseMetaType addProfile(String theProfile)
IBaseCoding addSecurity()
IBaseCoding addTag()
Date getLastUpdated()
List<? extends IPrimitiveType<String>> getProfile()
List<? extends IBaseCoding> getSecurity()
List<? extends IBaseCoding> getTag()
String getVersionId()
IBaseMetaType setLastUpdated(Date theHeaderDateValue)
IBaseMetaType setVersionId(String theVersionId)
IBaseCoding getTag(String theSystem, String theCode)
null
if noneIBaseCoding getSecurity(String theSystem, String theCode)
null
if noneCopyright © 2014–2019 University Health Network. All rights reserved.