
Uses of Class
org.hl7.fhir.r5.openehr.VERSIONED_OBJECT
Packages that use VERSIONED_OBJECT
- 
Uses of VERSIONED_OBJECT in org.hl7.fhir.r5.openehrSubclasses of VERSIONED_OBJECT in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassVersion-controlled composition abstraction, defined by inheriting VERSIONED_OBJECT. classVersion container for EHR_ACCESS instance.classVersion container for EHR_STATUS instance.classA version-controlled hierarchy of FOLDERs giving the effect of a directory.classAncestor of all Party types, including real world entities and their roles.Methods in org.hl7.fhir.r5.openehr that return VERSIONED_OBJECTModifier and TypeMethodDescriptionVERSIONED_OBJECT.copy()protected VERSIONED_OBJECTOpenehrJsonParser.parseVERSIONED_OBJECT(com.google.gson.JsonObject json) protected VERSIONED_OBJECTOpenehrXmlParser.parseVERSIONED_OBJECT(org.xmlpull.v1.XmlPullParser xpp) VERSIONED_OBJECT.setOwner_id(OBJECT_REF value) VERSIONED_OBJECT.setTime_created(DV_DATE_TIME value) VERSIONED_OBJECT.setUid(HIER_OBJECT_ID value) protected VERSIONED_OBJECTVERSIONED_OBJECT.typedCopy()Methods in org.hl7.fhir.r5.openehr with parameters of type VERSIONED_OBJECTModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeVERSIONED_OBJECT(String name, VERSIONED_OBJECT element) protected voidOpenehrXmlParser.composeVERSIONED_OBJECT(String name, VERSIONED_OBJECT element) protected voidOpenehrXmlParser.composeVERSIONED_OBJECTElements(VERSIONED_OBJECT element) protected voidOpenehrJsonParser.composeVERSIONED_OBJECTProperties(VERSIONED_OBJECT element) voidVERSIONED_OBJECT.copyValues(VERSIONED_OBJECT dst) protected booleanOpenehrXmlParser.parseVERSIONED_OBJECTContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VERSIONED_OBJECT res) protected voidOpenehrJsonParser.parseVERSIONED_OBJECTProperties(com.google.gson.JsonObject json, VERSIONED_OBJECT res)