
Uses of Class
org.hl7.fhir.r5.openehr.Annotations
Packages that use Annotations
-
Uses of Annotations in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr declared as AnnotationsMethods in org.hl7.fhir.r5.openehr that return AnnotationsModifier and TypeMethodDescriptionAnnotations.copy()
WebTemplateItem.getAnnotations()
protected Annotations
OpenehrJsonParser.parseAnnotations
(com.google.gson.JsonObject json) protected Annotations
OpenehrXmlParser.parseAnnotations
(org.xmlpull.v1.XmlPullParser xpp) Annotations.setComment
(String value) Annotations.setCommentElement
(StringType value) Annotations.setFhir_mapping
(String value) Annotations.setFhir_mappingElement
(StringType value) Annotations.setHl7v2_mapping
(String value) Annotations.setHl7v2_mappingElement
(StringType value) Annotations.setVisibleInView
(String value) Annotations.setVisibleInViewElement
(StringType value) Annotations.setVset_description
(String value) Annotations.setVset_descriptionElement
(StringType value) protected Annotations
Annotations.typedCopy()
Methods in org.hl7.fhir.r5.openehr with parameters of type AnnotationsModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeAnnotations
(String name, Annotations element) protected void
OpenehrXmlParser.composeAnnotations
(String name, Annotations element) protected void
OpenehrXmlParser.composeAnnotationsElements
(Annotations element) protected void
OpenehrJsonParser.composeAnnotationsProperties
(Annotations element) void
Annotations.copyValues
(Annotations dst) protected boolean
OpenehrXmlParser.parseAnnotationsContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Annotations res) protected void
OpenehrJsonParser.parseAnnotationsProperties
(com.google.gson.JsonObject json, Annotations res) WebTemplateItem.setAnnotations
(Annotations value)