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 MetaJsonParser.parseMeta(com.google.gson.JsonObject json)protected MetaXmlParser.parseMeta(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type MetaModifier and TypeMethodDescriptionprotected voidJsonParser.composeMeta(String name, Meta element)protected voidXmlParser.composeMeta(String name, Meta element)protected voidJsonParser.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 MetaMeta.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