Uses of Class
org.hl7.fhir.r4.model.Meta
-
Packages that use Meta Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.utils -
-
Uses of Meta in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Meta Modifier and Type Method Description protected MetaJsonParser. parseMeta(com.google.gson.JsonObject json)protected MetaXmlParser. parseMeta(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type Meta Modifier and Type Method Description protected voidJsonParser. composeMeta(String name, Meta element)protected voidRdfParser. composeMeta(Turtle.Complex parent, String parentType, String name, Meta element, int index)protected voidXmlParser. composeMeta(String name, Meta element)protected voidXmlParser. composeMetaElements(Meta element)protected voidJsonParser. composeMetaInner(Meta element)protected booleanXmlParser. parseMetaContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Meta res)protected voidJsonParser. parseMetaProperties(com.google.gson.JsonObject json, Meta res) -
Uses of Meta in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Meta Modifier and Type Field Description protected MetaResource. metaThe metadata about the resource.Methods in org.hl7.fhir.r4.model that return Meta Modifier and Type Method Description MetaMeta. addProfile(String value)MetaMeta. addSecurity(String theSystem, String theCode, String theDisplay)Convenience method which adds a security tagMetaMeta. addSecurity(Coding t)MetaMeta. addTag(String theSystem, String theCode, String theDisplay)Convenience method which adds a tagMetaMeta. addTag(Coding t)MetaBase. castToMeta(Base b)MetaMeta. copy()MetaResource. getMeta()MetaMeta. setLastUpdated(Date value)MetaMeta. setLastUpdatedElement(InstantType value)MetaMeta. setProfile(List<CanonicalType> theProfile)MetaMeta. setSecurity(List<Coding> theSecurity)MetaMeta. setSource(String value)MetaMeta. setSourceElement(UriType value)MetaMeta. setTag(List<Coding> theTag)MetaMeta. setVersionId(String value)MetaMeta. setVersionIdElement(IdType value)protected MetaMeta. typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type Meta Modifier and Type Method Description voidMeta. copyValues(Meta dst)ResourceResource. setMeta(Meta value) -
Uses of Meta in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return Meta Modifier and Type Method Description static MetaResourceUtilities. meta(Resource resource)
-