Uses of Interface
org.hl7.fhir.instance.model.api.IBaseMetaType
-
Packages that use 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 IBaseMetaTypeIResource. getMeta()Returns a view of theresource metadatamap. -
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 interfaceIMetaGetUnsourced<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 StringMetaUtil. getSource(FhirContext theContext, IBaseMetaType theMeta)static voidMetaUtil. 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 IBaseMetaTypeIBaseMetaType. addProfile(String theProfile)IBaseMetaTypeIBaseResource. getMeta()IBaseMetaTypeIBaseMetaType. setLastUpdated(Date theHeaderDateValue)IBaseMetaTypeIBaseMetaType. setVersionId(String theVersionId)
-