
Uses of Class
org.hl7.fhir.r5.openehr.OBJECT_ID
Packages that use OBJECT_ID
- 
Uses of OBJECT_ID in org.hl7.fhir.r5.openehrSubclasses of OBJECT_ID in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassIdentifier for archetypes.classGeneric identifier type for identifiers whose format is otherwise unknown to openEHR.classConcrete type corresponding to hierarchical identifiers of the form defined by UID_BASED_ID.classGlobally unique identifier for one version of a versioned object; lexical form: object_id '::' creating_system_id '::' version_tree_id.classIdentifier for templates.classIdentifier for terminologies such as accessed via a terminology query service.classAbstract model of UID-based identifiers consisting of a root part and an optional extension; lexical form: root '::' extensionFields in org.hl7.fhir.r5.openehr declared as OBJECT_IDModifier and TypeFieldDescriptionprotected OBJECT_IDOBJECT_REF.idGlobally unique id of an object, regardless of where it is stored.Methods in org.hl7.fhir.r5.openehr that return OBJECT_IDModifier and TypeMethodDescriptionabstract OBJECT_IDOBJECT_ID.copy()OBJECT_REF.getId()protected OBJECT_IDOpenehrJsonParser.parseOBJECT_ID(com.google.gson.JsonObject json) protected OBJECT_IDOpenehrXmlParser.parseOBJECT_ID(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.openehr with parameters of type OBJECT_IDModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeOBJECT_ID(String name, OBJECT_ID element) protected voidOpenehrXmlParser.composeOBJECT_ID(String name, OBJECT_ID element) protected voidOpenehrXmlParser.composeOBJECT_IDElements(OBJECT_ID element) protected voidOpenehrJsonParser.composeOBJECT_IDProperties(OBJECT_ID element) voidOBJECT_ID.copyValues(OBJECT_ID dst) protected booleanOpenehrXmlParser.parseOBJECT_IDContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, OBJECT_ID res) protected voidOpenehrJsonParser.parseOBJECT_IDProperties(com.google.gson.JsonObject json, OBJECT_ID res) Constructors in org.hl7.fhir.r5.openehr with parameters of type OBJECT_IDModifierConstructorDescriptionOBJECT_REF(String namespace, String type, OBJECT_ID id) Constructor