// // Purpose: openEHR Platform Conformance Test Case // Identifier: tc_ehr-create // Description: EHR Directory opreations - create / update / delete. // Interface: I_EHR_DIRECTORY // Copyright: openEHR Foundation (c) 2017 // License: CC-BY-SA 3.0 Unported // Reference: // // Get handle to service and an authorisation token I_EHR_DIRECTORY svc; // ----------- PASS ------------ UUID a_dir_ver_uid = svc.create_directory(); UUID a_dir_ver_uid = svc.update_directory(); UUID a_dir_ver_uid = svc.delete_directory();