Changes between Version 22 and Version 23 of Archtectural Overview Archetypes


Ignore:
Timestamp:
Oct 23, 2007, 6:34:25 PM (17 years ago)
Author:
Tatsukawa, Akimichi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Archtectural Overview Archetypes

    v22 v23  
    18118110.6.3 Validation during Data Capture
    182182
     183検証は、実行時におけるアーキタイプの主要な機能である。そもそもアーキタイプ指向のデータは検証機能にしたがって生成され、変更される。アーキタイプ指向の検証は、GUIアプリケーションもしくはデータ受信のサービスで利用される。元となるデータ(キーボード入力、受信したXML、あるいはその他のメッセージ)はさまざまであるが、論理的なプロセスは同じである。すなわち、入力ストリームにしたがってアーキタイプ指向のopenEHRデータが生成されることになる。
     184
    183185Validation is the primary runtime function of archetypes - it is how "archetype-based" data are created in the first place, and modified thereafter. Archetype-based validation can be used in a GUI application or in a data import service. Although the source of the data (keystrokes or received XML or other messages) is different, the logical process is the same: create archetype-based openEHR data according to the input stream.
    184 
    185 検証は、実行時におけるアーキタイプの主要な機能である。そもそもアーキタイプ指向のデータは検証機能にしたがって生成され、変更される。アーキタイプ指向の検証は、GUIアプリケーションもしくはデータ受信のサービスで利用される。元となるデータ(キーボード入力、受信したXML、あるいはその他のメッセージ)はさまざまであるが、論理的なプロセスは同じである。すなわち、入力ストリームにしたがってアーキタイプ指向のopenEHRデータが生成されることになる。
    186186
    187187The process at runtime may vary in some details according to implementations and other aspects of the care setting, but the main thrust will be the same. The archetypes used at a particular site will always be mediated at runtime by openEHR templates developed for that site or system; these will usually be linked to screen forms or other formal artefacts that enable the connection between archetypes and the user or application. It will not be uncommon for a template to be constructed partially at runtime, due to user choices of archetypes being made on the screen, although of course the user will not be directly aware of this. Regardless, by the time data are created and validated against the relevant archetypes, the template that does the job will be completely specified.