
Uses of Class
org.hl7.fhir.r5.openehr.HIER_OBJECT_ID
Packages that use HIER_OBJECT_ID
- 
Uses of HIER_OBJECT_ID in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr declared as HIER_OBJECT_IDModifier and TypeFieldDescriptionprotected HIER_OBJECT_IDEHR.ehr_idThe unique identifier of this EHR.protected HIER_OBJECT_IDCONTRIBUTION.uidUnique identifier for this Contribution.protected HIER_OBJECT_IDVERSIONED_OBJECT.uidUnique identifier of this version container in the form of a UID with no extension.Fields in org.hl7.fhir.r5.openehr with type parameters of type HIER_OBJECT_IDModifier and TypeFieldDescriptionprotected List<HIER_OBJECT_ID> EHR.system_idListThe identifier of the logical EHR management system in which this EHR was created.Methods in org.hl7.fhir.r5.openehr that return HIER_OBJECT_IDModifier and TypeMethodDescriptionEHR.addSystem_id()HIER_OBJECT_ID.copy()EHR.getEhr_id()EHR.getSystem_idFirstRep()CONTRIBUTION.getUid()VERSIONED_OBJECT.getUid()protected HIER_OBJECT_IDOpenehrJsonParser.parseHIER_OBJECT_ID(com.google.gson.JsonObject json) protected HIER_OBJECT_IDOpenehrXmlParser.parseHIER_OBJECT_ID(org.xmlpull.v1.XmlPullParser xpp) protected HIER_OBJECT_IDHIER_OBJECT_ID.typedCopy()Methods in org.hl7.fhir.r5.openehr that return types with arguments of type HIER_OBJECT_IDMethods in org.hl7.fhir.r5.openehr with parameters of type HIER_OBJECT_IDModifier and TypeMethodDescriptionEHR.addSystem_id(HIER_OBJECT_ID t) protected voidOpenehrJsonParser.composeHIER_OBJECT_ID(String name, HIER_OBJECT_ID element) protected voidOpenehrXmlParser.composeHIER_OBJECT_ID(String name, HIER_OBJECT_ID element) protected voidOpenehrXmlParser.composeHIER_OBJECT_IDElements(HIER_OBJECT_ID element) protected voidOpenehrJsonParser.composeHIER_OBJECT_IDProperties(HIER_OBJECT_ID element) voidHIER_OBJECT_ID.copyValues(HIER_OBJECT_ID dst) protected booleanOpenehrXmlParser.parseHIER_OBJECT_IDContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, HIER_OBJECT_ID res) protected voidOpenehrJsonParser.parseHIER_OBJECT_IDProperties(com.google.gson.JsonObject json, HIER_OBJECT_ID res) EHR.setEhr_id(HIER_OBJECT_ID value) CONTRIBUTION.setUid(HIER_OBJECT_ID value) VERSIONED_OBJECT.setUid(HIER_OBJECT_ID value) Method parameters in org.hl7.fhir.r5.openehr with type arguments of type HIER_OBJECT_IDConstructors in org.hl7.fhir.r5.openehr with parameters of type HIER_OBJECT_IDModifierConstructorDescriptionCONTRIBUTION(HIER_OBJECT_ID uid, OBJECT_REF versions, AUDIT_DETAILS audit) ConstructorEHR(HIER_OBJECT_ID system_id, HIER_OBJECT_ID ehr_id, OBJECT_REF ehr_status, OBJECT_REF ehr_access, DV_DATE_TIME time_created) ConstructorVERSIONED_OBJECT(HIER_OBJECT_ID uid, OBJECT_REF owner_id, DV_DATE_TIME time_created) Constructor