
Uses of Interface
org.hl7.fhir.instance.model.api.IBaseMetaType
Package | Description |
---|---|
ca.uhn.fhir.model.api | |
ca.uhn.fhir.rest.gclient | |
ca.uhn.fhir.util | |
org.hl7.fhir.instance.model.api |
-
Uses of IBaseMetaType in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that return IBaseMetaType Modifier and Type Method Description IBaseMetaType
IResource. getMeta()
Returns a view of theresource metadata
map. -
Uses of IBaseMetaType in ca.uhn.fhir.rest.gclient
Classes in ca.uhn.fhir.rest.gclient with type parameters of type IBaseMetaType Modifier and Type Interface Description interface
IMetaGetUnsourced<T extends IBaseMetaType>
Methods in ca.uhn.fhir.rest.gclient with type parameters of type IBaseMetaType Modifier and Type Method Description <T extends IBaseMetaType>
IMetaGetUnsourced<T>IMeta. get(Class<T> theMetaType)
Fetch the current metadata<T extends IBaseMetaType>
IClientExecutable<IClientExecutable<?,T>,T>IMetaAddOrDeleteSourced. meta(T theMeta)
-
Uses of IBaseMetaType in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util with parameters of type IBaseMetaType Modifier and Type Method Description static String
MetaUtil. getSource(FhirContext theContext, IBaseMetaType theMeta)
static void
MetaUtil. setSource(FhirContext theContext, IBaseMetaType theMeta, String theValue)
-
Uses of IBaseMetaType in org.hl7.fhir.instance.model.api
Methods in org.hl7.fhir.instance.model.api that return IBaseMetaType Modifier and Type Method Description IBaseMetaType
IBaseMetaType. addProfile(String theProfile)
IBaseMetaType
IBaseResource. getMeta()
IBaseMetaType
IBaseMetaType. setLastUpdated(Date theHeaderDateValue)
IBaseMetaType
IBaseMetaType. setVersionId(String theVersionId)