Package ca.uhn.fhir.rest.gclient
Interface IMeta
public interface IMeta
-
Method Summary
Modifier and TypeMethodDescriptionadd()
Add the elements in the given metadata to the already existing set (do not remove any)delete()
Delete the elements in the given metadata to the<T extends IBaseMetaType>
IMetaGetUnsourced<T> Fetch the current metadata
-
Method Details
-
get
Fetch the current metadata- Parameters:
theMetaType
- The type of the meta datatype for the given FHIR model version (should beMetaDt.class
orMetaType.class
)
-
add
Add the elements in the given metadata to the already existing set (do not remove any) -
delete
Delete the elements in the given metadata to the
-