| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model | |
| org.hl7.fhir.r4.utils |
| Modifier and Type | Method and Description |
|---|---|
protected Meta |
JsonParser.parseMeta(com.google.gson.JsonObject json) |
protected Meta |
XmlParser.parseMeta(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeMeta(String name,
Meta element) |
protected void |
XmlParser.composeMeta(String name,
Meta element) |
protected void |
RdfParser.composeMeta(Turtle.Complex parent,
String parentType,
String name,
Meta element,
int index) |
protected void |
XmlParser.composeMetaElements(Meta element) |
protected void |
JsonParser.composeMetaInner(Meta element) |
protected boolean |
XmlParser.parseMetaContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Meta res) |
protected void |
JsonParser.parseMetaProperties(com.google.gson.JsonObject json,
Meta res) |
| 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<CanonicalType> theProfile) |
Meta |
Meta.setSecurity(List<Coding> theSecurity) |
Meta |
Meta.setSource(String value) |
Meta |
Meta.setSourceElement(UriType value) |
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 |
|---|---|
void |
Meta.copyValues(Meta dst) |
Resource |
Resource.setMeta(Meta value) |
| Modifier and Type | Method and Description |
|---|---|
static Meta |
ResourceUtilities.meta(Resource resource) |
Copyright © 2014–2021 Health Level 7. All rights reserved.