Changes between Version 16 and Version 17 of Archtectural Overview Identification


Ignore:
Timestamp:
Nov 21, 2007, 1:51:37 PM (16 years ago)
Author:
KOBAYASHI, Shinji
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Archtectural Overview Identification

    v16 v17  
    6262Versions of top-level structures are identified in a way that is guaranteed to work even in distributed environments where copying, merging and subsequent modification occur. The full identification of a version of a top-level structure is the globally unique tuple consisting of the uid of the owning VERSIONED_OBJECT, and the two VERSION attributes version_tree_id and creating_system_id. The version_tree_id is a 1 or 3-part number string, such as "1" or for a branch, "1.2.1". The creating_system_id attribute carries a unique identifier for the system where the content was first created; this may be a GUID, Oid or reverse internet identifier. A typical version identification tuple is as follows:
    6363
    64  F7C5C7B7-75DB-4b39-9A1E-C0BA9BFDBDEC   -- VERSIONED_COMPOSITIONのID
    65  au.gov.health.rdh.ehr1                 -- 作成されたシステムのID
    66  2                                      -- 現行バージョン
     64  F7C5C7B7-75DB-4b39-9A1E-C0BA9BFDBDEC  -- VERSIONED_COMPOSITIONのID
     65  au.gov.health.rdh.ehr1                        -- 作成されたシステムのID
     66  2                                     -- 現行バージョン
    6767
    68  F7C5C7B7-75DB-4b39-9A1E-C0BA9BFDBDEC   -- id of VERSIONED_COMPOSITION
    69  au.gov.health.rdh.ehr1                 -- id of creating system
    70  2                                      -- current version
     68  F7C5C7B7-75DB-4b39-9A1E-C0BA9BFDBDEC  -- id of VERSIONED_COMPOSITION
     69  au.gov.health.rdh.ehr1                        -- id of creating system
     70  2                                     -- current version
    7171 
    7272