
Uses of Class
org.hl7.fhir.r5.openehr.VERSION
Packages that use VERSION
- 
Uses of VERSION in org.hl7.fhir.r5.openehrSubclasses of VERSION in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassVersions 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. classA Version containing locally created content and optional attestations.Methods in org.hl7.fhir.r5.openehr that return VERSIONModifier and TypeMethodDescriptionabstract VERSIONVERSION.copy()protected VERSIONOpenehrJsonParser.parseVERSION(com.google.gson.JsonObject json) protected VERSIONOpenehrXmlParser.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 voidOpenehrJsonParser.composeVERSION(String name, VERSION element) protected voidOpenehrXmlParser.composeVERSION(String name, VERSION element) protected voidOpenehrXmlParser.composeVERSIONElements(VERSION element) protected voidOpenehrJsonParser.composeVERSIONProperties(VERSION element) voidVERSION.copyValues(VERSION dst) protected booleanOpenehrXmlParser.parseVERSIONContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VERSION res) protected voidOpenehrJsonParser.parseVERSIONProperties(com.google.gson.JsonObject json, VERSION res)