
Uses of Class
org.hl7.fhir.dstu2.model.Meta
Packages that use Meta
-
Uses of Meta in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return MetaModifier and TypeMethodDescriptionprotected Meta
JsonParser.parseMeta
(com.google.gson.JsonObject json) protected Meta
XmlParser.parseMeta
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type MetaModifier and TypeMethodDescriptionprotected void
JsonParser.composeMeta
(String name, Meta element) protected void
XmlParser.composeMeta
(String name, Meta element) protected void
JsonParser.composeMetaInner
(Meta element) -
Uses of Meta in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as MetaMethods in org.hl7.fhir.dstu2.model that return MetaModifier and TypeMethodDescriptionMeta.addProfile
(String value) Meta.addSecurity
(Coding t) Base.castToMeta
(Base b) Meta.copy()
Resource.getMeta()
Meta.setLastUpdated
(Date value) Meta.setLastUpdatedElement
(InstantType value) Meta.setVersionId
(String value) Meta.setVersionIdElement
(IdType value) protected Meta
Meta.typedCopy()
Methods in org.hl7.fhir.dstu2.model with parameters of type Meta -
Uses of Meta in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils that return Meta