Uses of Class
org.hl7.fhir.r5.model.Meta
Packages that use Meta
Package
Description
-
Uses of Meta in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return MetaModifier and TypeMethodDescriptionstatic MetaExtensions.setFirstCreated(Meta context, String value) static MetaExtensions.setLastSourceSync(Meta context, String value) static MetaExtensions.setTimezoneCode(Meta context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type MetaModifier and TypeMethodDescriptionstatic StringExtensions.getFirstCreated(Meta context) static StringExtensions.getLastSourceSync(Meta context) static StringExtensions.getTimezoneCode(Meta context) static MetaExtensions.setFirstCreated(Meta context, String value) static MetaExtensions.setLastSourceSync(Meta context, String value) static MetaExtensions.setTimezoneCode(Meta context, String value) -
Uses of Meta in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type MetaModifier and TypeMethodDescriptionprotected voidJsonParser.composeMeta(String name, Meta element) protected voidRdfParser.composeMeta(org.hl7.fhir.utilities.turtle.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.composeMetaProperties(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.r5.model
Fields in org.hl7.fhir.r5.model declared as MetaMethods in org.hl7.fhir.r5.model that return MetaModifier and TypeMethodDescriptionMeta.addProfile(String value) Meta.addSecurity(Coding t) Convenience method which adds a tagstatic MetaTypeConvertor.castToMeta(Base b) Meta.copy()ElementDefinition.getDefaultValueMeta()ElementDefinition.getFixedMeta()Resource.getMeta()ElementDefinition.getPatternMeta()ElementDefinition.ElementDefinitionExampleComponent.getValueMeta()Extension.getValueMeta()Parameters.ParametersParameterComponent.getValueMeta()Task.TaskInputComponent.getValueMeta()Task.TaskOutputComponent.getValueMeta()Transport.ParameterComponent.getValueMeta()Transport.TransportOutputComponent.getValueMeta()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 MetaMeta.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Meta -
Uses of Meta in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return Meta