
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.openehrFields in org.hl7.fhir.r5.openehr declared as OBJECT_VERSION_IDModifier and TypeFieldDescriptionprotected OBJECT_VERSION_IDORIGINAL_VERSION.preceding_version_uidStored version of inheritance precursor.protected OBJECT_VERSION_IDORIGINAL_VERSION.uidStored version of inheritance precursor.protected OBJECT_VERSION_IDREVISION_HISTORY_ITEM.version_idVersion 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_uidsListIdentifiers 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_IDOpenehrJsonParser.parseOBJECT_VERSION_ID(com.google.gson.JsonObject json) protected OBJECT_VERSION_IDOpenehrXmlParser.parseOBJECT_VERSION_ID(org.xmlpull.v1.XmlPullParser xpp) protected OBJECT_VERSION_IDOBJECT_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 voidOpenehrJsonParser.composeOBJECT_VERSION_ID(String name, OBJECT_VERSION_ID element) protected voidOpenehrXmlParser.composeOBJECT_VERSION_ID(String name, OBJECT_VERSION_ID element) protected voidOpenehrXmlParser.composeOBJECT_VERSION_IDElements(OBJECT_VERSION_ID element) protected voidOpenehrJsonParser.composeOBJECT_VERSION_IDProperties(OBJECT_VERSION_ID element) voidOBJECT_VERSION_ID.copyValues(OBJECT_VERSION_ID dst) protected booleanOpenehrXmlParser.parseOBJECT_VERSION_IDContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, OBJECT_VERSION_ID res) protected voidOpenehrJsonParser.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