public interface IMeta
| Modifier and Type | Method and Description |
|---|---|
IMetaAddOrDeleteUnsourced |
add()
Add the elements in the given metadata to the already existing set (do not remove any)
|
IMetaAddOrDeleteUnsourced |
delete()
Delete the elements in the given metadata to the
|
<T extends IBaseMetaType> |
get(Class<T> theMetaType)
Fetch the current metadata
|
<T extends IBaseMetaType> IMetaGetUnsourced<T> get(Class<T> theMetaType)
theMetaType - The type of the meta datatype for the given FHIR model version (should be MetaDt.class or MetaType.class)IMetaAddOrDeleteUnsourced add()
IMetaAddOrDeleteUnsourced delete()
Copyright © 2014–2017 University Health Network. All rights reserved.