
Package ca.uhn.fhir.model.api
Interface IIdentifiableElement
- All Superinterfaces:
IBase,IElement,Serializable
- All Known Subinterfaces:
IExtension,IResourceBlock
- All Known Implementing Classes:
Base64BinaryDt,BaseCodingDt,BaseDateTimeDt,BaseHumanNameDt,BaseIdentifiableElement,BaseIdentifierDt,BaseNarrativeDt,BaseOperationOutcome.BaseIssue,BasePrimitive,BaseQuantityDt,BaseResourceReferenceDt,BooleanDt,BoundCodeDt,CodeDt,DateDt,DateParam.DateParamDateTimeHolder,DateTimeDt,DecimalDt,ExtensionDt,IdDt,InstantDt,IntegerDt,InternalCodingDt,MarkdownDt,OidDt,PositiveIntDt,StringDt,TimeDt,UnsignedIntDt,UriDt,XhtmlDt
-
Method Summary
Modifier and TypeMethodDescriptionUsed to retrieve an ID for this specific element within a resource.getId()Deprecated.voidsetElementSpecificId(String theElementSpecificId) Used to set an ID for this specific element within a resource.voidDeprecated.UsesetElementSpecificId(String)instead.voidDeprecated.UsesetElementSpecificId(String)instead.Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
-
Method Details
-
getElementSpecificId
Used to retrieve an ID for this specific element within a resource. These are used for IDREF referenced between elements within a single resource, and do not have any other purpose. -
getId
Deprecated.UsegetElementSpecificId()instead. This method will be removed because it is easily confused with other ID methods (such as patient#getIdentifier) -
setElementSpecificId
Used to set an ID for this specific element within a resource. These are used for IDREF referenced between elements within a single resource, and do not have any other purpose. -
setId
Deprecated.UsesetElementSpecificId(String)instead. This method will be removed because it is easily confused with other ID methods (such as patient#getIdentifier) -
setId
Deprecated.UsesetElementSpecificId(String)instead. This method will be removed because it is easily confused with other ID methods (such as patient#getIdentifier)
-
getElementSpecificId()instead.