Package org.hl7.fhir.instance.model.api
Interface IAnyResource
- All Superinterfaces:
IBase,IBaseResource,IElement,Serializable
- All Known Subinterfaces:
IDomainResource
An IBaseResource that has a FHIR version of DSTU3 or higher
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic TokenClientParamFluent Client search parameter constant for _idstatic StringSearch parameter constant for _idstatic StringSearch parameter constant for _languageFields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET -
Method Summary
Modifier and TypeMethodDescriptiongetId()getUserData(String name)Retrieves any user suplied data in this elementvoidsetUserData(String name, Object value)Sets a user supplied data value in this elementMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, hasFormatComment, isEmptyMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getMeta, getStructureFhirVersionEnum, setId
-
Field Details
-
SP_RES_LANGUAGE
Search parameter constant for _language- See Also:
- Constant Field Values
-
SP_RES_ID
Search parameter constant for _id- See Also:
- Constant Field Values
-
RES_ID
Fluent Client search parameter constant for _idDescription: the _id of a resource
Type: string
Path: Resource._id
-
-
Method Details
-
getId
-
getIdElement
- Specified by:
getIdElementin interfaceIBaseResource
-
getLanguageElement
-
getUserData
Description copied from interface:IBaseRetrieves any user suplied data in this element- Specified by:
getUserDatain interfaceIBase
-
setId
- Specified by:
setIdin interfaceIBaseResource
-
setUserData
Description copied from interface:IBaseSets a user supplied data value in this element- Specified by:
setUserDatain interfaceIBase
-