| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.model |
| Modifier and Type | Field and Description |
|---|---|
protected Meta |
Resource.meta
The metadata about the resource.
|
| Modifier and Type | Method and Description |
|---|---|
Meta |
Meta.addProfile(String value) |
Meta |
Meta.addSecurity(Coding t) |
Meta |
Meta.addSecurity(String theSystem,
String theCode,
String theDisplay)
Convenience method which adds a security tag
|
Meta |
Meta.addTag(Coding t) |
Meta |
Meta.addTag(String theSystem,
String theCode,
String theDisplay)
Convenience method which adds a tag
|
Meta |
Base.castToMeta(Base b) |
Meta |
Meta.copy() |
Meta |
Resource.getMeta() |
Meta |
Meta.setLastUpdated(Date value) |
Meta |
Meta.setLastUpdatedElement(InstantType value) |
Meta |
Meta.setProfile(List<UriType> theProfile) |
Meta |
Meta.setSecurity(List<Coding> theSecurity) |
Meta |
Meta.setTag(List<Coding> theTag) |
Meta |
Meta.setVersionId(String value) |
Meta |
Meta.setVersionIdElement(IdType value) |
protected Meta |
Meta.typedCopy() |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.setMeta(Meta value) |
Copyright © 2014–2017 University Health Network. All rights reserved.