
Uses of Class
org.hl7.fhir.r5.openehr.VERSION
Packages that use VERSION
-
Uses of VERSION in org.hl7.fhir.r5.openehr
Subclasses of VERSION in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclass
Versions whose content is an ORIGINAL_VERSION copied from another location; this class inherits commit_audit and contribution from VERSION, providing imported versions with their own audit trail and Contribution, distinct from those of the imported ORIGINAL_VERSION. class
A Version containing locally created content and optional attestations.Methods in org.hl7.fhir.r5.openehr that return VERSIONModifier and TypeMethodDescriptionabstract VERSION
VERSION.copy()
protected VERSION
OpenehrJsonParser.parseVERSION
(com.google.gson.JsonObject json) protected VERSION
OpenehrXmlParser.parseVERSION
(org.xmlpull.v1.XmlPullParser xpp) VERSION.setCommit_audit
(AUDIT_DETAILS value) VERSION.setContribution
(OBJECT_REF value) VERSION.setSignature
(String value) VERSION.setSignatureElement
(StringType value) Methods in org.hl7.fhir.r5.openehr with parameters of type VERSIONModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeVERSION
(String name, VERSION element) protected void
OpenehrXmlParser.composeVERSION
(String name, VERSION element) protected void
OpenehrXmlParser.composeVERSIONElements
(VERSION element) protected void
OpenehrJsonParser.composeVERSIONProperties
(VERSION element) void
VERSION.copyValues
(VERSION dst) protected boolean
OpenehrXmlParser.parseVERSIONContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, VERSION res) protected void
OpenehrJsonParser.parseVERSIONProperties
(com.google.gson.JsonObject json, VERSION res)