
Uses of Class
org.hl7.fhir.r5.openehr.OBJECT_VERSION_ID
Packages that use OBJECT_VERSION_ID
-
Uses of OBJECT_VERSION_ID in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr declared as OBJECT_VERSION_IDModifier and TypeFieldDescriptionprotected OBJECT_VERSION_ID
ORIGINAL_VERSION.preceding_version_uid
Stored version of inheritance precursor.protected OBJECT_VERSION_ID
ORIGINAL_VERSION.uid
Stored version of inheritance precursor.protected OBJECT_VERSION_ID
REVISION_HISTORY_ITEM.version_id
Version identifier for this revision.Fields in org.hl7.fhir.r5.openehr with type parameters of type OBJECT_VERSION_IDModifier and TypeFieldDescriptionprotected List
<OBJECT_VERSION_ID> ORIGINAL_VERSION.other_input_version_uidsList
Identifiers of other versions whose content was merged into this version, if any.Methods in org.hl7.fhir.r5.openehr that return OBJECT_VERSION_IDModifier and TypeMethodDescriptionORIGINAL_VERSION.addOther_input_version_uids()
OBJECT_VERSION_ID.copy()
ORIGINAL_VERSION.getOther_input_version_uidsFirstRep()
ORIGINAL_VERSION.getPreceding_version_uid()
ORIGINAL_VERSION.getUid()
REVISION_HISTORY_ITEM.getVersion_id()
protected OBJECT_VERSION_ID
OpenehrJsonParser.parseOBJECT_VERSION_ID
(com.google.gson.JsonObject json) protected OBJECT_VERSION_ID
OpenehrXmlParser.parseOBJECT_VERSION_ID
(org.xmlpull.v1.XmlPullParser xpp) protected OBJECT_VERSION_ID
OBJECT_VERSION_ID.typedCopy()
Methods in org.hl7.fhir.r5.openehr that return types with arguments of type OBJECT_VERSION_IDMethods in org.hl7.fhir.r5.openehr with parameters of type OBJECT_VERSION_IDModifier and TypeMethodDescriptionORIGINAL_VERSION.addOther_input_version_uids
(OBJECT_VERSION_ID t) protected void
OpenehrJsonParser.composeOBJECT_VERSION_ID
(String name, OBJECT_VERSION_ID element) protected void
OpenehrXmlParser.composeOBJECT_VERSION_ID
(String name, OBJECT_VERSION_ID element) protected void
OpenehrXmlParser.composeOBJECT_VERSION_IDElements
(OBJECT_VERSION_ID element) protected void
OpenehrJsonParser.composeOBJECT_VERSION_IDProperties
(OBJECT_VERSION_ID element) void
OBJECT_VERSION_ID.copyValues
(OBJECT_VERSION_ID dst) protected boolean
OpenehrXmlParser.parseOBJECT_VERSION_IDContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, OBJECT_VERSION_ID res) protected void
OpenehrJsonParser.parseOBJECT_VERSION_IDProperties
(com.google.gson.JsonObject json, OBJECT_VERSION_ID res) ORIGINAL_VERSION.setPreceding_version_uid
(OBJECT_VERSION_ID value) ORIGINAL_VERSION.setUid
(OBJECT_VERSION_ID value) REVISION_HISTORY_ITEM.setVersion_id
(OBJECT_VERSION_ID value) Method parameters in org.hl7.fhir.r5.openehr with type arguments of type OBJECT_VERSION_IDModifier and TypeMethodDescriptionORIGINAL_VERSION.setOther_input_version_uidsList
(List<OBJECT_VERSION_ID> theOther_input_version_uids) Constructors in org.hl7.fhir.r5.openehr with parameters of type OBJECT_VERSION_IDModifierConstructorDescriptionORIGINAL_VERSION
(OBJECT_VERSION_ID uid, OBJECT_VERSION_ID preceding_version_uid, DV_CODED_TEXT lifecycle_state) ConstructorREVISION_HISTORY_ITEM
(OBJECT_VERSION_ID version_id, AUDIT_DETAILS audits) Constructor