[wiki:"Support Information Model Table of Contents" TOC] [wiki:"Support Information Model 1 Introduction" PREV] [wiki:"Support Information Model 3 Assumed Types" NEXT] この文書はThe openEHR Support Information Modelの翻訳です。翻訳の妥当性については保証しませんので適宜[http://www.openehr.org/releases/1.0.1/architecture/rm/support_im.pdf 原文]を参照してください。 [[TOC]] = サポートパッケージ = = Support Package = == 2.1 概要 == #overview 2.1 Overview サポート参照モデルはopenEHRモデル全般で使用される型で構成されており、openEHR以外で定義されていると想定されるプリミティブ型も含まれる。このパッケージの構造を[http://openehr.jp/raw-attachment/wiki/Support%20Information%20Model%202%20Support%20Package/support_im_img_2.png 図1]に示す。 The Support Reference Model comprises types used throughout the openEHR models, including assumed primitive types defined outside of openEHR. The package structure is illustrated in [http://openehr.jp/raw-attachment/wiki/Support%20Information%20Model%202%20Support%20Package/support_im_img_2.png FIGURE]. [[Image(support_im_img_2.png)]] ||assumed_types|| FIGURE 1 rm.support and assumed_types Packages assumed_types「擬似パッケージ」はプログラミング言語や、スキーマ言語、データベース環境などの実装技術に存在しているopenEHR仕様を想定した型を表している。4つのサポートパッケージは、定数(constants)、ターミノロジーアクセス(terminology access)、外部で定義された科学的単位へのアクセス(access to externally defined scientific units)と換算情報(conversion information)といった、それぞれのセマンティクスを定義している。EXTERNAL_ENVIRONMENT_ACCESSクラスはサービスインターフェースクラスに対するアクセスを提供する混合クラスである。 The assumed_types ‘pseudo-package’ stands for types assumed by the openEHR specifcations to exist in an implementation technology, such as a programming language, schema language or database environment. The four Support packages define the semantics respectively for constants, terminology access, access to externally defined scientific units and conversion information. The class EXTERNAL_ENVIRONMENT_ACCESS is a mixin class providing access to the service interface classes. == 2.2 クラス定義 == #definition 2.2 Class definition === 2.2.1 Class Definitions EXTERNAL_ENVIRONMENT_ACCESSクラス === #external 2.2.1 Class Definitions EXTERNAL_ENVIRONMENT_ACCESS Class ||クラス||EXTERNAL_ENVIRONMENT_ACCESS (abstract)|| ||目的||外部環境にあるサービスへのアクセスを提供する混合クラス。|| ||機能||シグニチャ||意味|| ||||eea_terminology_svc: TERMINOLOGY_SERVICE||ターミノロジーサービスへのインターフェースを返す|| ||||eea_measurement_svc: MEASUREMENT_SERVICE||計測サービスへのインターフェースを返す|| ||不変条件||Terminology_service_exists: eea_terminology_svc /= Void[[BR]]Measurement_service_exists: eea_measurement_svc /= Void|| [[BR]] ||CLASS||EXTERNAL_ENVIRONMENT_ACCESS (abstract)|| ||Purpose||A mixin class providing access to services in the external environment.|| ||Functions||Signature||Meaning|| ||||eea_terminology_svc: TERMINOLOGY_SERVICE||Return an interface to the terminology service|| ||||eea_measurement_svc: MEASUREMENT_SERVICE||Return an interface to the measurement service|| ||Invariants||Terminology_service_exists: eea_terminology_svc /= Void[[BR]]Measurement_service_exists: eea_measurement_svc /= Void|| [wiki:"Support Information Model Table of Contents" TOC] [wiki:"Support Information Model 1 Introduction" PREV] [wiki:"Support Information Model 3 Assumed Types" NEXT]