Package org.hl7.fhir.instance.model.api
Interface IBaseMetaType
- All Superinterfaces:
IBase
,IBaseDatatype
,ICompositeType
,IElement
,Serializable
-
Method Summary
Modifier and TypeMethodDescriptionaddProfile
(String theProfile) addTag()
List
<? extends IPrimitiveType<String>> List
<? extends IBaseCoding> getSecurity
(String theSystem, String theCode) Returns the first security label (if any) that has the given system and code, or returnsnull
if noneList
<? extends IBaseCoding> getTag()
Returns the first tag (if any) that has the given system and code, or returnsnull
if nonesetLastUpdated
(Date theHeaderDateValue) setVersionId
(String theVersionId) Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
-
Method Details
-
addProfile
-
addSecurity
-
addTag
-
getLastUpdated
-
getProfile
List<? extends IPrimitiveType<String>> getProfile() -
getSecurity
List<? extends IBaseCoding> getSecurity() -
getTag
List<? extends IBaseCoding> getTag() -
getVersionId
-
setLastUpdated
-
setVersionId
-
getTag
Returns the first tag (if any) that has the given system and code, or returnsnull
if none -
getSecurity
Returns the first security label (if any) that has the given system and code, or returnsnull
if none
-