
Uses of Class
org.hl7.fhir.r5.openehr.UID_BASED_ID
Packages that use UID_BASED_ID
- 
Uses of UID_BASED_ID in org.hl7.fhir.r5.openehrSubclasses of UID_BASED_ID in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassConcrete 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.Fields in org.hl7.fhir.r5.openehr declared as UID_BASED_IDModifier and TypeFieldDescriptionprotected UID_BASED_IDITEM_TAG.targetIdentifier of target, which may be a VERSIONED_OBJECTor a VERSION . protected UID_BASED_IDPATHABLE.uidOptional globally unique object identifier for root points of archetyped structures.Methods in org.hl7.fhir.r5.openehr that return UID_BASED_IDModifier and TypeMethodDescriptionabstract UID_BASED_IDUID_BASED_ID.copy()ITEM_TAG.getTarget()PATHABLE.getUid()protected UID_BASED_IDOpenehrJsonParser.parseUID_BASED_ID(com.google.gson.JsonObject json) protected UID_BASED_IDOpenehrXmlParser.parseUID_BASED_ID(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.openehr with parameters of type UID_BASED_IDModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeUID_BASED_ID(String name, UID_BASED_ID element) protected voidOpenehrXmlParser.composeUID_BASED_ID(String name, UID_BASED_ID element) protected voidOpenehrXmlParser.composeUID_BASED_IDElements(UID_BASED_ID element) protected voidOpenehrJsonParser.composeUID_BASED_IDProperties(UID_BASED_ID element) voidUID_BASED_ID.copyValues(UID_BASED_ID dst) protected booleanOpenehrXmlParser.parseUID_BASED_IDContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, UID_BASED_ID res) protected voidOpenehrJsonParser.parseUID_BASED_IDProperties(com.google.gson.JsonObject json, UID_BASED_ID res) ITEM_TAG.setTarget(UID_BASED_ID value) PATHABLE.setUid(UID_BASED_ID value) Constructors in org.hl7.fhir.r5.openehr with parameters of type UID_BASED_IDModifierConstructorDescriptionITEM_TAG(String key, UID_BASED_ID target, OBJECT_REF owner_id) Constructor