
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 SummaryModifier 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.IBasefhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, isEmpty, setUserData
- 
Method Details- 
getElementSpecificIdUsed 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.
- 
getIdDeprecated.UsegetElementSpecificId()instead. This method will be removed because it is easily confused with other ID methods (such as patient#getIdentifier)
- 
setElementSpecificIdUsed 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.
- 
setIdDeprecated.UsesetElementSpecificId(String)instead. This method will be removed because it is easily confused with other ID methods (such as patient#getIdentifier)
- 
setIdDeprecated.UsesetElementSpecificId(String)instead. This method will be removed because it is easily confused with other ID methods (such as patient#getIdentifier)
 
- 
getElementSpecificId()instead.