Uses of Class
org.hl7.fhir.r4.model.Meta
-
Uses of Meta in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Meta
JsonParser.parseMeta
(com.google.gson.JsonObject json) protected Meta
XmlParser.parseMeta
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMeta
(String name, Meta element) protected void
RdfParser.composeMeta
(Turtle.Complex parent, String parentType, String name, Meta element, int index) protected void
XmlParser.composeMeta
(String name, Meta element) 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) -
Uses of Meta in org.hl7.fhir.r4.model
Modifier and TypeMethodDescriptionMeta.addProfile
(String value) Meta.addSecurity
(String theSystem, String theCode, String theDisplay) Convenience method which adds a security tagMeta.addSecurity
(Coding t) Convenience method which adds a tagBase.castToMeta
(Base b) Meta.copy()
Resource.getMeta()
Meta.setLastUpdated
(Date value) Meta.setLastUpdatedElement
(InstantType value) Meta.setProfile
(List<CanonicalType> theProfile) Meta.setSecurity
(List<Coding> theSecurity) Meta.setSourceElement
(UriType value) Meta.setVersionId
(String value) Meta.setVersionIdElement
(IdType value) protected Meta
Meta.typedCopy()
-
Uses of Meta in org.hl7.fhir.r4.utils