Value Level Metadata に関する検討 CJUG-SDTM Team - 1 -

Size: px
Start display at page:

Download "Value Level Metadata に関する検討 CJUG-SDTM Team - 1 -"

Transcription

1 Value Level Metadata に関する検討 CJUG-SDTM Team - 1 -

2 免責事項 本文書で述べた内容は CDISC Japan User Group SDTM チームのサブチームで検討した結果を述べたものであり, 規制当局による規制を満たすための条件や,Value Level Metadata 作成方針に関するベストプラクティスを提示したものではありません また, 検討メンバーの所属する企業の意見とは関係ありません - 2 -

3 目次 1. サマリ 背景 Define-XML Specification Version 2.0 による VLM の記述 SDTM IG 3.2 と Define-XML Specification Version 2.0 の不一致 FDA による規制 PMDA による規制 問題提起 検討結果及び考察 VLM を作成するための方針 VLM を避けるためのテクニック コンパレータを活用し, シンプルな VLM を作成する つの Variable に複数の Origin が存在する場合について Appendix

4 1. サマリ Value Level Metadata( 以下,VLM) の効率的な作成方針を検討した Define.xml を作成する上で起こりうる問題は, 正しい xml の構造を取っているかということと, データセットを理解できる説明書となっているかということである VLM は Variable では表現できないレコードレベルのデータ属性を表現できるメタデータであるが, 現時点 (2016 年 10 月時点 ) で具体的な作成指針は出ていない 社内で明確なルールがないのであれば, 目的に応じた最低限の規制を満たす VLM のみを define.xml で表現し, 規制当局合意のもと,VLM を追加していく方針がよいと考えた 2. 背景 VLM をどこまで詳細に作成すべきなのか具体的な規制はなく, 各スポンサーがそれぞれのニーズに合わせて, もしくは Define-XML Specification Version 2.0 のサンプルに従って作成している状況である 本文書では, 現時点で公開されている VLM の情報についてまとめた 2.1 Define-XML Specification Version 2.0 による VLM の記述 VLM は, 例えば--TESTCD によって--ORRES,--STRESC 等の変数の属性が異なる場合作成が必要となるメタデータである ここで言う変数属性には Origin,Length,Type, コードリスト等があげられる Define-XML Specification Version 2.0 において示されている一般的な VLM の作成箇所は以下の通りである SDTM Findings: --ORRES, --ORRESU, --STRES, --STRESU for each --TESTCD SDTM SUPPQUAL: QVAL for each QNAM ドメイン毎に定義 ADaM: AVAL or AVALC in BDS for each PARAMCD 一方で Define-XML Specification Version 2.0 において VLM の作成が必須であると規定されているのは SUPPQUAL のみである A def:valuelistdef element to describe the variable QNAM must be included for each ItemGroupDef element that has def:class= RELATIONSHIP" def:valuelistdef Element Business Rule より抜粋 2.2 SDTM IG 3.2 と Define-XML Specification Version 2.0 の不一致 Variable Level で複数の Origin が存在する場合, SDTM IG 3.2 では以下の通り 複数の Origin を設定するように説明がある しかし Define-XML Specification Version 2.0 では複数の Origin を Variable Level Metadata で定義できないとして 記載内容に不一致がある Origin Metadata for Records - 4 -

5 Sponsors are cautioned to recognize that an Origin of Derived means that all values for that variable were derived, and that CRF (along with a reference) means that all were collected. In some cases, both collected and derived values may be reported in the same field. For example, some records in a Findings dataset such as QS contain values collected from the CRF and other records may contain derived values such as a total score. When both derived and collected values are reported in a field, the value-level metadata origin will indicate at the test level if the value is Derived or CRF and the variable-level metadata origin will list all types for that variable separated by commas (e.g., Derived, CRF ). SDTM I.G. version 3.2 より抜粋 def:origin Element Usage: If the ItemDef corresponding to a SDTM, ADaM or SEND variable includes a def:valuelistref and the def:origin elements of ItemDef elements referenced in the corresponding def:valuelistdef are different, then the def:origin can not be provided with the variable level ItemDef. Define-XML Specification Version 2.0 より抜粋 複数 Origin の表記方法に対し, よくある回答として以下の 2 点があげられる 1) SDTM IG 3.2 によれば VLM で Origin をそれぞれ定義し Variable Level Metadata で Derived, CRF と列挙すると記載されているため, これに従うべきである 2) XML 内で Origin を示すタグを 2 つ列挙すればよい 1) の回答について,define.xml ver.1.0 ならばこの回答として正しい しかしながら define.xml ver.2.0 の場合,Variable Level Metadata で複数の Origin( 例えば Derived と CRF) を表記することは許容されていない また,2) の対応は define.xml ver2.0 の構造の違反となる def:origin Element は 0 ないし 1 つしか表記してはいけない ただし, 上記 2 点の回答通りの対応を行ったとしても, これらの XML 上のエラーを検出するロジックは現時点 (2016 年 10 月時点 ) のバリデーションルールにはない 2.3 FDA による規制 FDA は define.xml のバリデーションルールを公開していない 2.4 PMDA による規制 PMDA が公開している define.xml のバリデーションルール (PMDA Study Data Validation Rules 2015 年 11 月 18 日版 ) では,VLM において以下のようなルールが規定されている DD0038; Value Level metadata must be defined for QVAL variable in each SUPPQUAL dataset. Define-XML specification represents Value Level metadata as def:valuelistdef element, which is referenced from ItemDef/def:ValueListRef element

6 DD0058; Label field is required for each Variable and must be included in Define.xml and cannot be empty. However, Label field is optional for Value Level metadata. Define-XML specification represents Label as Description/TranslatedText element within ItemDef element. DD0072; For regulatory submission data, Origin is required for all SDTM and ADaM variables. It is at the sponsor's discretion whether to provide Origin at the Variable or Value Level. When Origin is provided for each Value Level item, then providing Origin on the Variable is optional. Define-XML specification represents variable Origin as def:origin element under ItemDef element. DD0074; When Origin is provided at both the Variable and Value Level, then Origin Type values must match. DD0038 ではすべての SUPPQUAL で QVAL に対して VLM を作成しなくてはならないことが述べられている また DD0074 では,VLM の Origin は Variable Level Metadata で定義された Origin と一致しなければならないことが記述されている DD0072 では Variable Level か Value Level のどちらかで Origin が必要だと記述されている DD0074 は,Origin の一致性のみ対象としている なお, その他のバリデーションルールにおいて,Variable で定義された Length または Data Type 等が VLM で定義したものと一致することは求められていない 3. 問題提起 VLM をどこまで詳細に作成すべきかあくまで当局の規制を通過するという目的のみであれば SUPPQUAL.QNAM のみ VML を作成すればよいが, 規制上のルールを通過しても肝心のデータ定義の説明が不十分なら本末転倒であることは言うまでもない しかしながら, 闇雲な VLM の作成はメタデータの複雑化につながり, 利用者の混乱を招く恐れがある 一方で, 具体的な要求事項が規制当局から公開されていない現状においては,VLM 作成基準を設定することは困難である どのドキュメントに従うべきか SDTM IG 3.2 と Define-XML Specification Version 2.0 で Origin の指示事項が異なっているが, どちらのドキュメントに従って define.xml を作成することが正しいかはどこにも明記されていない 以下の章で問題点と解決方法について検討した結果をまとめた - 6 -

7 4. 検討結果及び考察 4.1 VLM を作成するための方針 Define.xml を活用すると考えられるものと, 必要とされる情報についてピックアップした Define.xml 活用者規制当局データマネジメント担当者統計解析担当者モニタリング担当者 必要な情報 すべての SUPPQUAL で QVAL に対して VLM を作成する ( 当局から公開されているバリデーションルール DD0038 による ) データセットが理解できる ( 理解するための水準はデータセット, スポンサーごとに異なる ) acrf へのリンク TS ドメインデータの確認 例えば SDTM の define.xml は ADaM 作成担当者が SDTM を理解するために有用であろう しかしながら,SDTM マッピング仕様書を確認して define.xml を見ないということも考えられ る データマネジメント担当者も同様で SDTM マッピング仕様書のみ確認するかもしれない また, 臨床試験のプロジェクトマネジャーが define.xml を利用することがある 用途としては,aCRF へのリンクの活用やデータの導出方法の確認,TS ドメインの確認等が考えられるが, この場合 ADaM 作成担当者が必要とするような情報 (Length,Type 等 ) が重要視されることは少ない acrf を SDTM Metadata Submission Guideline に沿って作成する, また TS ドメインの確認についてもコードリストを参照すれば必要な情報は網羅できるだろう つまり,define.xml に記述された VLM を確認しなくとも, データセットを理解するために必要な情報を得ることは可能であると言える これらの観点から申請者側で明確な VLM の基準を定めていない場合, 社内で作成した文書を活用することで, 必要最低限の VLM を作成することに留める方針がよいと考えた 4.2 VLM を避けるためのテクニック VLM の作成を避けつつ, データ定義の理解に必要と思われる情報を表現するテクニックに ついて検討した 過剰と思われる VLM は作成しない VLM に記述する属性が Variable Level Metadata と同様であるなら, その変数における VLM の作成は不要かもしれない 例えば VSTESTCD = SYSBP 及び DIABP における VSORRES の属性は同じである場合が多い この場合,VLM に記述されている属性情報は Variable Level Metadata と重複しているため, - 7 -

8 VLM 自体の作成は過剰であると考えられる Define.xml Variable を包括的な設定にする 以下のように Variable Level Metadata を作成することで,VLM の作成を回避できるかもしれ ない Length; 格納されたデータの最大長を設定する Type; データとして存在する文字型を包括した Type( 例えば Num と Char が混在する場合, Text ) を設定する Origin;CRF で収集されている項目が存在するならば,aCRF へのリンクを Variable から設定するため CRF を設定する CRF 以外で複数 Origin が存在する場合は, 設定する Origin をスポンサーで判断する コードリスト ; スーパーセットを作成する ( 例えば,TESTCD=X のとき Y or N,TESTCD=Z のとき Y or N or Unknown の可能性があるとする ここで Y, N, Unknown を含むコードリストを定義する ) さらに補足として, 変数属性の違いを Variable の Comment で説明することも方法の一つとして考えられる 例えば,TS ドメインにおける TSVAL は Length,Type を上記の設定とし,Origin は一律 Assign とすることで,VLM を省略することができるかもしれない しかしながら LB ドメインなど, 項目をユニークにするために複数の変数が必要となるような, 詳細な説明が必要な場合は Variable のみで対応することは難しい 変数属性の解説表を作成する VLM は変数属性を表現するための唯一の手段ではない 下記のような表を作成し,Variable の Comment からリンクを作成した Complex Algorisms や SDRG で解説する方法も考えられる LBORRES LBTESTCD (UNITS) LBCAT LBMETHOD Type Length Origin Codelist BILI (mg/dl) CHEMISTRY float 3 edt BUN (mg/dl) CHEMISTRY float 4 edt GLUC (mg/dl) CHEMISTRY float 3 edt HCT (%) HEMATOLOGY float 4 edt HGB (g/dl) HEMATOLOGY float 4 edt GLUC URINALYSIS DIPSTICK text 8 CRF GLUC (mg/dl) URINALYSIS QUANT float 3 edt - 8 -

9 EGORRES EGTESTCD Type Length Origin Codelist INTP text 8 CRF NABCLIN PREMEAN float 3 edt QRSDUR float 3 edt QTMEAN float 3 edt VRMEAN float 3 edt 緑で表した変数を手掛かりとして表現する これらの変数は キー変数 から選択すればよ いであろう acrf を活用するレコードレベルの情報を知るために,aCRF を活用することもできるかもしれない Define- XML Specification Version 2.0 にサンプルとして付属されている acrf を例にとってみる 以下の記述について,QSORRES に入力されるデータの Type,Length が理解できる コードリストを定義している場合それらの情報を得ることはできない また,Origin が CRF の変数のみという条件となるが,VLM に必要な情報が網羅できる場合があるかもしれ ない 4.3 コンパレータを活用し, シンプルな VLM を作成する Define.xml において標準的な関係演算子の使用は認められている これらを活用することに より,VLM 作成の効率化につながるか検討した 例えば TESTCD=A/B/C のうち,B と C が同じデータ属性とする この場合,VLM の作成方針は以下の 3 種類が考えられる - 9 -

10 1) それぞれの VLM を作成する場合 Variable Where Type Length / Display Format Controlled Terms or Format Origin XXORRES XXTESTCD = "A" text 10 edt XXORRES XXTESTCD = "B" text 1 ["N" = "No","Y" = "Yes"] <No Yes Response> CRF XXORRES XXTESTCD = "C" text 1 ["N" = "No", "Y" = "Yes"] <No Yes Response> CRF 2) A/B 及び C の VLM を作成する場合 Variable Where Type Length / Display Format Controlled Terms or Format Origin XXORRES XXTESTCD = "A" text 10 edt XXORRES XXTESTCD IN "B","C" text 1 ["N" = "No", "Y" = "Yes"] <No Yes Response> CRF 3) A and not A の条件で VLM を作成する場合 Variable Where Type Length / Display Format Controlled Terms or Format Origin XXORRES XXTESTCD = "A" text 10 edt XXORRES XXTESTCD "A" text 1 ["N" = "No", "Y" = "Yes"] <No Yes Response> CRF Define.xml のルールでは上記 3 種類のうちどの例示を使用してもよい さらに IN 及び NE を使用することにより作成する VLM が削減されるため, 例 2),3) はより効率的な作 成方法と考えられた しかしながら,3) の例示通りの define.xml を Pinnacle21Community 版のエクセルテンプレートを基に作成する場合, それぞれの VLM における ItemDef/Ref OID 及び WhereClauseOID がともに LB.LBTESTCD.A となる その結果例示のように表示されないばかりか,OID の重複により DD0001 の Reject を検出することになる Dataset Variable Comparator Value XX XXTESTCD EQ A XX XXTESTCD NE A 例 3) の VLM を作成する場合に想定されるエクセルテンプレートの記述 どちらも OID="IT.XX.XXORRES.XX.XXTESTCD.A" となる 例 3) のように表示させるためには, 手作業で ItemDef/Ref OID 及び WhereClauseOID をユニークにしなければならない そのため,Define.xml の質の担保という面から,EQ/NE( もしくは IN/NOTIN) の併用はすべきではない VLM をシンプルにする場合は,EQ/IN または IN のみを使用してまとめる方法が良いと結論付けた Tips; Pinnacle21Community 版 * は <WhereClauses> のシートにおいて, Dataset, Variable, Value の変数を用いて ItemDef/Ref OID 及び WhereClauseOID を構築する なお, Value に複数項目が格納される場合, 最初の項目が OID に反映される

11 Dataset Variable Comparator Value XX XXTESTCD EQ A XX XXTESTCD IN B,C XXORRES に対する WhereClauses の場合, 上 )OID="IT.XX.XXORRES.XX.XXTESTCD.A" 下 )OID="IT.XX.XXORRES.XX.XXTESTCD.B" *: Pinnacle21Community 版 version で検証した すべての VLM を EQ もしくは IN のみで設定することで仕様書が単純化され, リスク回避 につながると考えられる ただし,XXSTRESC 等でも VLM を作成する場合,XXORRES との対応を一対一にする必要があると考える 例えば下記のようなまとめ方にすると, XXORRES と XXSTRESC の VLM に差異があり, レビューの際に漏れが生じるかもしれ ない Dataset Variable Comparator Value XX XXTESTCD EQ A XX XXTESTCD IN B,C XXORRES に対する WhereClauses Dataset Variable Comparator Value XX XXTESTCD IN A,B,C XXSTRESC に対する WhereClauses つの Variable に複数の Origin が存在する場合について 2.2 で示した不一致について, どちらが正しいかは不明であるが, 本チームでは Define- XML Specification Version 2.0 の記述を推奨する Variable に複数の Origin が存在する場合において,Variable Level で Derived, CRF, VLM で Derived 及び CRF とした場合,Pinnacle21Community は PMDA のバリデーションルール DD0074 のエラーを検出する 一方で,Variable Level の Origin をブランクにし,VLM で Derived 及び CRF とした場合,Pinnacle21Community ではエラーは検出されない つまり Define-XML Specification Version 2.0 の記述通りの対応を取ることで,PMDA のバリデーションルールを通過できる ただし, 上記の対応は VLM を作成する場合を前提としている Origin を VLM で表記することが必要とされていない場合,4.2 で示した通りの対応を取ることでこの問題を避けることが可能である Appendix PMDA が公開しているバリデーションルール PMDA が公開している define.xml のバリデーションルール (PMDA Study Data Validation Rules 2015 年 11 月 18 日版 ) において,VLM に関連したルールを以下にまとめた

12 RULE ID MESSAGE DESCRIPTION PMDA Severity DD0017 DD0038 Referenced Value Level metadata is missing Missing Value Level metadata for QVAL in Dataset <dataset> Referenced ValueListOID value must match OID attribute of def:valuelistdef element within MetaDataVersion element. Value Level metadata must be defined for QVAL variable in each SUPPQUAL dataset. Define-XML specification represents Value Level metadata as def:valuelistdef element, which is referenced from ItemDef/def:ValueListRef element. DD0058 Missing Label value Label field is required for each Variable and must be included in Define.xml and cannot be empty. However, Label field is optional for Value Level metadata. Define- XML specification represents Label as Description/TranslatedText element within ItemDef element. DD0067 Variable <variable> is not referenced Only Variables that are referenced from a Dataset or Value Level metadata should be included in Define.xml. Define-XML specification represents variables as ItemDef elements and variable references as ItemRef elements within an ItemGroupDef or def:valuelistdef. DD0072 Missing Origin For regulatory submission data, Origin is required for all SDTM and ADaM variables. It is at the sponsor's discretion whether to provide Origin at the Variable or Value Level. When Origin is provided for each Value Level item, then providing Origin on the Variable is optional. Define-XML specification represents variable Origin as def:origin element under ItemDef element. DD0074 DD0079 DD0080 DD0081 DD0082 Variable/Value Level Origin Type mismatch Comment <comment> is not referenced Method <method> is not referenced Value Level metadata <value level> is not referenced Codelist <codelist> is not referenced PMDA Study Data Validation Rules のうち Value Level Metadata 関連のみ抜粋 When Origin is provided at both the Variable and Value Level, then Origin Type values must match. Only Comments that are referenced from a Dataset, Variable or Value Level metadata should be included in Define.xml. Define-XML specification represents Comments as def:commentdef elements within MetaDataVersion element. Only Methods that are referenced from a Variable or Value Level metadata should be included in Define.xml. Define-XML specification represents Methods as MethodDef elements within MetaDataVersion element. Only Value Level metadata that are referenced from a Variable should be included in Define.xml. Define-XML specification represents Value Level metadata as def:valuelistdef elements within MetaDataVersion element. Only Codelists that are referenced from a Variable or Value Level metadata should be included in Define.xml. Define-XML specification represents Codelists as CodeList elements within MetaDataVersion element. Error Error Error Warning Error Error Warning Warning Warning Warning 作成日 :2016 年 11 月 22 日 検討メンバー ( 氏名五十音順 ) 久保真紗美 ( 株式会社中外臨床研究センターバイオメトリクス部 ) 櫻庭啓一郎 ( キッセイ薬品工業株式会社開発推進部データサイエンス室 ) 清水卓 ( クインタイルズ トランスナショナル ジャパン株式会社クリニカルデータマネジメント ) 清水源 ( 武田薬品工業株式会社データマネジメント & テクノロジー室 )

Slide 1

Slide 1 解析対象を特定するフラグデータの SDTM/ADaM データセットへの格納について 2015 年 9 月 28 日 製薬協 CDISC タスクフォース 羽田純子 1 目次 背景 用語定義 フラグ情報を格納した ADaM のイメージ 被験者レベルフラグデータの SDTM/ADaM 格納プロセス ADaMにおけるレコードレベルフラグ変数の紹介まとめ 2 背景 CRF において収集したデータについては SDTM

More information

<4D F736F F F696E74202D F8D F8DE28FE35F D208AD F18F6F95A882CC97AF88D3935F87415F88F38DFC97702E >

<4D F736F F F696E74202D F8D F8DE28FE35F D208AD F18F6F95A882CC97AF88D3935F87415F88F38DFC97702E > ADaM 留意点 2 トレーサビリティ OpenCDISC Validation CJUG ADaM ( 武田薬品工業株式会社 ) 高浪洋平 CJUG ADaM ( 株式会社中外臨床研究センター ) 坂上拓 1 ADaM 留意点 2 トレーサビリティ OpenCDISC Validation 2 トレーサビリティ (Traceability) Metadata traceability 解析結果,

More information

Pinnacle 21: ADaM データセットや Define.xml の CDISC 準拠状況をチェックするツール 本発表で言及している Pinnacle: Enterprise version ( 有償版 ) Community version ( 無償版 ) 本発表で

Pinnacle 21: ADaM データセットや Define.xml の CDISC 準拠状況をチェックするツール 本発表で言及している Pinnacle: Enterprise version ( 有償版 ) Community version ( 無償版 ) 本発表で Pinnacle 21 Community の ADaM チェック機能を補完する XML Mapping を使用したプログラムの紹介 西岡宏 ( シミック株式会社 統計解析部 ) A Program with XML Mapping to Make up ADaM Checking Function of Pinnacle 21 Community Hiroshi Nishioka Statistical

More information

電子データ申請に向けた品質管理サイクルの最適化 ~ プログラミング業務における deja vu からの脱却 ~ 小林千鶴, 平野勝也, 坂井絵理, 北西由武 ( 塩野義製薬株式会社解析センター ) Optimization of quality control cycle toward electr

電子データ申請に向けた品質管理サイクルの最適化 ~ プログラミング業務における deja vu からの脱却 ~ 小林千鶴, 平野勝也, 坂井絵理, 北西由武 ( 塩野義製薬株式会社解析センター ) Optimization of quality control cycle toward electr 電子データ申請に向けた品質管理サイクルの最適化 ~ プログラミング業務における deja vu からの脱却 ~ 小林千鶴, 平野勝也, 坂井絵理, 北西由武 ( 塩野義製薬株式会社解析センター ) Optimization of quality control cycle toward electronic study data submissions ~ Want to be free from

More information

<4D F736F F F696E74202D F F8B7B89595F D208AD F18F6F95A882CC97AF88D3935F87405F88F38DFC97702E >

<4D F736F F F696E74202D F F8B7B89595F D208AD F18F6F95A882CC97AF88D3935F87405F88F38DFC97702E > ADaM 留意点 1 ADSL と BDS 解析 VISIT 関連 (AVISIT,DTYPE,BASETYPE) CJUG ADaM ( ファイザー株式会社 ) 堀田真一 CJUG ADaM ( アストラゼネカ株式会社 ) 宮浦千香子 1 ADaM 留意点 1 ADSLとBDS 解析 VISIT 関連 (AVISIT,DTYPE,BASETYPE) 2 ADSL 概要 ADSL(subject-level

More information

要旨 注釈付き症例報告書 ( Annotated CRF ) 作成の時間削減及び品質向上を目的とし,xmlv2 エンジンを用いた Annotated CRF の作成方法及び検証方法の検討を行った キーワード :XMLV2, CDISC, SDTM, Annotated CRF(aCRF), MAP,

要旨 注釈付き症例報告書 ( Annotated CRF ) 作成の時間削減及び品質向上を目的とし,xmlv2 エンジンを用いた Annotated CRF の作成方法及び検証方法の検討を行った キーワード :XMLV2, CDISC, SDTM, Annotated CRF(aCRF), MAP, xmlv2 エンジンを用いた annotated CRF の作成と検証方法の検討 Creation and verification method of annotated CRF using xmlv2 engine 三澤喬 日本たばこ産業株式会社医薬事業部 Takashi Misawa Pharmaceutical Division, JAPAN TOBACCO INC. 要旨 注釈付き症例報告書

More information

JOURNAL OF THE JAPANESE ASSOCIATION FOR PETROLEUM TECHNOLOGY VOL. 66, NO. 6 (Nov., 2001) (Received August 10, 2001; accepted November 9, 2001) Alterna

JOURNAL OF THE JAPANESE ASSOCIATION FOR PETROLEUM TECHNOLOGY VOL. 66, NO. 6 (Nov., 2001) (Received August 10, 2001; accepted November 9, 2001) Alterna JOURNAL OF THE JAPANESE ASSOCIATION FOR PETROLEUM TECHNOLOGY VOL. 66, NO. 6 (Nov., 2001) (Received August 10, 2001; accepted November 9, 2001) Alternative approach using the Monte Carlo simulation to evaluate

More information

スライド 1

スライド 1 医薬品製造販売承認申請に必要な ADaM データセットと関連書類 プログラム ~ 準備と教育における SAS の活用 ~ 浅見由美子第一三共株式会社データサイエンス部 CDISC ADaM datasets and the related deliverables including documents and programs for Japan PMDA submission Yumiko Asami

More information

Microsoft PowerPoint - #07 Quiz Are you still with me .pptx

Microsoft PowerPoint - #07 Quiz Are you still with me .pptx Quiz: Are You Still With Me? Takumi Information Technology Maiko Akutagawa Copyright Takumi Information Techonology CORPORATION, All rights reserved. What s Direct Identifier? -level1 Is it compulsory

More information

Microsoft PowerPoint - 【配布・WEB公開用】ACRONET_Kitahara.ppt [互換モード]

Microsoft PowerPoint - 【配布・WEB公開用】ACRONET_Kitahara.ppt [互換モード] 解析業務プロセスにおいて効率的な仕様書作成と Define.xml への変換北原孝志, 東島正堅 株式会社 ACRONET 生物統計部北西由武, 吉田祐樹塩野義製薬株式会社解析センター The efficient preparation of Specification and its conversion into Define.xml on the process of statistical

More information

CDISC Define-XML 2.0 Specification

CDISC Define-XML 2.0 Specification Clinical Data Interchange Standards Consortium (CDISC: 臨床データ交換標準コンソーシアム ) 作成 :CDISC Define-XML チーム ご注意 本仕様書は CDISC Define-XML 標準のバージョン 2.0 である 本仕様書は Case Report Tabulation Data Definition Specification(

More information

ユーザーズマニュアル

ユーザーズマニュアル 1 2 3 4 This product (including software) is designed under Japanese domestic specifications and does not conform to overseas standards. NEC *1 will not be held responsible for any consequences resulting

More information

PhUSE作成の「Analysis Data Reviewer’s Guide Completion Guidelines」の解説

PhUSE作成の「Analysis Data Reviewer’s Guide Completion Guidelines」の解説 PhUSE 作成の Analysis Data Reviewer s Guide Completion Guidelines の解説 2016 年 9 月 1 日 ( 木 ) 日本製薬工業協会医薬品評価委員会データサイエンス部会 CDISCタスクフォース池澤弘貴 Disclaimer メンバーは全ての内容に関し, 正確で原文に忠実となるように努めましたが, 作成者 / その所属会社 /JPMA は,

More information

スライド 1

スライド 1 ODS markup を使った ADaM define-xml の作成 坂上拓矢嶋友也西本優美株式会社中外臨床研究センターバイトメトリクス部データサイエンスグループ Creation of ADaM define-xml using SAS ODS markup Taku Sakaue Tomoya Yajima Yumi Nishimoto Biometrics Dept. Data Science

More information

申請時電子データ提出におけるレガシーデータ変換に関する考察

申請時電子データ提出におけるレガシーデータ変換に関する考察 申請時電子データ提出にかかる実務担当者のためのワークショップ 2 CDISC 標準準拠データについて 申請時電子データ提出におけるレガシーデータ変換に関する考察 2016 年 9 月 1 日 武田薬品工業株式会社高浪洋平 Disclaimer 本発表内容は演者の個人的見解であり, 所属する組織の意見や立場を代表するものではありませんことご留意ください. 2 OUTLINE Background 電子データ提出に関する通知類

More information

25 II :30 16:00 (1),. Do not open this problem booklet until the start of the examination is announced. (2) 3.. Answer the following 3 proble

25 II :30 16:00 (1),. Do not open this problem booklet until the start of the examination is announced. (2) 3.. Answer the following 3 proble 25 II 25 2 6 13:30 16:00 (1),. Do not open this problem boolet until the start of the examination is announced. (2) 3.. Answer the following 3 problems. Use the designated answer sheet for each problem.

More information

論 文 Earnings Management in Pension Accounting and Revised Jones Model Kazuo Yoshida, Nagoya City University 要約本稿では退職給付会計における全ての会計選択を取り上げて 経営者の報告利益管理行動

論 文 Earnings Management in Pension Accounting and Revised Jones Model Kazuo Yoshida, Nagoya City University 要約本稿では退職給付会計における全ての会計選択を取り上げて 経営者の報告利益管理行動 論 文 Earnings Management in Pension Accounting and Revised Jones Model Kazuo Yoshida, Nagoya City University 要約本稿では退職給付会計における全ての会計選択を取り上げて 経営者の報告利益管理行動について包括的な分析を行った 分析の結果 会計基準変更時差異による裁量額が最も大きく 報告利益管理の主要な手段であったことが明らかとなった

More information

22 1,936, ,115, , , , , , ,

22 1,936, ,115, , , , , , , 21 * 2 3 1 1991 1945 200 60 1944 No. 41 2016 22 1,936,843 1945 1,115,594 1946 647,006 1947 598,507 1 60 2014 501,230 354,503 5 2009 405,571 5 1 2 2009 2014 5 37,285 1 2 1965 10 1975 66 1985 43 10 3 1990

More information

要旨 : CDASH 標準に準拠した Raw データ (CRF) から SDTM を効率的に作成するポイントと EDC の仕様が様々であることにより標準化しきれない部分を補うツール (SAS マクロ ) 開発のコンセプトを紹介する キーワード :CDISC, CDASH, SDTM 2

要旨 : CDASH 標準に準拠した Raw データ (CRF) から SDTM を効率的に作成するポイントと EDC の仕様が様々であることにより標準化しきれない部分を補うツール (SAS マクロ ) 開発のコンセプトを紹介する キーワード :CDISC, CDASH, SDTM 2 CDASH から SDTM を効率的に作成するための Tips のご紹介 小松邦岳 鈴木淳一 村岡了一 飛石陵子 ( 株式会社アスクレップ ) Introduction of Tips to make SDTM efficiently from CDASH. Kunitake Komatsu, Junichi Suzuki, Ryoichi Muraoka, Ryoko Tobiishi (Asklep.Inc)

More information

1 [1, 2, 3, 4, 5, 8, 9, 10, 12, 15] The Boston Public Schools system, BPS (Deferred Acceptance system, DA) (Top Trading Cycles system, TTC) cf. [13] [

1 [1, 2, 3, 4, 5, 8, 9, 10, 12, 15] The Boston Public Schools system, BPS (Deferred Acceptance system, DA) (Top Trading Cycles system, TTC) cf. [13] [ Vol.2, No.x, April 2015, pp.xx-xx ISSN xxxx-xxxx 2015 4 30 2015 5 25 253-8550 1100 Tel 0467-53-2111( ) Fax 0467-54-3734 http://www.bunkyo.ac.jp/faculty/business/ 1 [1, 2, 3, 4, 5, 8, 9, 10, 12, 15] The

More information

template-T

template-T FDA/PMDA Validation Rules の差分分析 -SDTM の Check Configuration 比較 - 2016 年 12 月日本製薬工業協会医薬品評価委員会データサイエンス部会タスクフォース 1 サブチーム 1(SDTM チーム ) 1 1. はじめに平成 26 年 6 月 20 日付け薬食審査発 0620 第 6 号厚生労働省医薬食品局審査管理課長通知 承認申請時の電子データ提出に関する基本的考え方について

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション もしも, とある開発品目 X を 申請電子データ提出するとしたら 塩野義製薬株式会社グローバル医薬開発解析センター Data Science 部門坂井絵理 SAS ユーザー総会 2016 Introduction PMDA 自らが臨床データ等を活用した解析や研究を進め, 審査 相談において, より合理的で効率的な評価 判断プロセスの構築 ( 健康医療戦略平成 25 年 6 月 14 日内閣官房長官

More information

エレクトーンのお客様向けiPhone/iPad接続マニュアル

エレクトーンのお客様向けiPhone/iPad接続マニュアル / JA 1 2 3 4 USB TO DEVICE USB TO DEVICE USB TO DEVICE 5 USB TO HOST USB TO HOST USB TO HOST i-ux1 6 7 i-ux1 USB TO HOST i-mx1 OUT IN IN OUT OUT IN OUT IN i-mx1 OUT IN IN OUT OUT IN OUT IN USB TO DEVICE

More information

NFC ucode タグのメモリフォーマット規定

NFC ucode タグのメモリフォーマット規定 [White Paper] Ubiquitous ID Center Specification DRAFT 2011-02-08 NFC ucode タグのメモリフォーマット規定 Standard of memory format of NFC ucode tag Number: Title: NFC ucode タグのメモリフォーマット規定 Standard of memory format of

More information

WARNING To reduce the risk of fire or electric shock,do not expose this apparatus to rain or moisture. To avoid electrical shock, do not open the cabi

WARNING To reduce the risk of fire or electric shock,do not expose this apparatus to rain or moisture. To avoid electrical shock, do not open the cabi ES-600P Operating Instructions WARNING To reduce the risk of fire or electric shock,do not expose this apparatus to rain or moisture. To avoid electrical shock, do not open the cabinet. Refer servicing

More information

インターネット接続ガイド v110

インターネット接続ガイド v110 1 2 1 2 3 3 4 5 6 4 7 8 5 1 2 3 6 4 5 6 7 7 8 8 9 9 10 11 12 10 13 14 11 1 2 12 3 4 13 5 6 7 8 14 1 2 3 4 < > 15 5 6 16 7 8 9 10 17 18 1 2 3 19 1 2 3 4 20 U.R.G., Pro Audio & Digital Musical Instrument

More information

p.14 p.14 p.17 1 p レッテル貼り文 2015: PC 20 p : PC 4

p.14 p.14 p.17 1 p レッテル貼り文 2015: PC 20 p : PC 4 18 13 4 2017.10.1 キーワード 要 旨 1 はじめに 1 1988 K 2000 1-2 p.163 1 2000: 161 2 2000: 161 1 2 19 22015 p.14 p.14 p.17 1 p.17 1 2 2 3 2 レッテル貼り文 2015: 17 3 4 3 PC 20 p.40 2015: 21 28 3 PC 4 20 4 1 p.193 3 3 4 3

More information

第 5 部 : 認定機関に対する要求事項 目次 1 目的 IAF 加盟 ISO/IEC 認定審査員の力量 連絡要員... Error! Bookmark not defined. 2 CB の認定

第 5 部 : 認定機関に対する要求事項 目次 1 目的 IAF 加盟 ISO/IEC 認定審査員の力量 連絡要員... Error! Bookmark not defined. 2 CB の認定 Part 第 5 部 5: : Requirements 認定機関に対する要求事項 for ABs 食品安全システム認証 22000 第 5 部 : 認定機関に対する要求事項 バージョン 4.1 2017 年 7 月 1 / 6 バージョン 4.1:2017 年 7 月 第 5 部 : 認定機関に対する要求事項 目次 1 目的... 4 1.1 IAF 加盟... 4 1.2 ISO/IEC 17011...

More information

PowerPoint Presentation

PowerPoint Presentation AI Programming data mining ( Plug in Weka to Eclipse) Review of Identification Tree Run bouncing ball in Weka Run bouncing ball in Eclipse How about color? weight? rubber? Please write down their formulae.

More information

Title 社 会 化 教 育 における 公 民 的 資 質 : 法 教 育 における 憲 法 的 価 値 原 理 ( fulltext ) Author(s) 中 平, 一 義 Citation 学 校 教 育 学 研 究 論 集 (21): 113-126 Issue Date 2010-03 URL http://hdl.handle.net/2309/107543 Publisher 東 京

More information

Microsoft PowerPoint - 01CDISC概要短縮版.ppt

Microsoft PowerPoint - 01CDISC概要短縮版.ppt CDISC 標準の概要 東京大学医学部附属病院大学病院医療情報ネットワーク研究センター木内貴弘 目次 1.CDISC 標準について 2. 医療の世界のデータ交換標準と臨床研究の世界のデータ交換標準 3.CDISC 標準を活用した効率的な臨床研究 1.CDISC 標準について CDISC とは? Clinical Data Interchange Standards Consortium の略 ( 非営利の臨床データ標準化団体

More information

Study on Application of the cos a Method to Neutron Stress Measurement Toshihiko SASAKI*3 and Yukio HIROSE Department of Materials Science and Enginee

Study on Application of the cos a Method to Neutron Stress Measurement Toshihiko SASAKI*3 and Yukio HIROSE Department of Materials Science and Enginee Study on Application of the cos a Method to Neutron Stress Measurement Toshihiko SASAKI*3 and Yukio HIROSE Department of Materials Science and Engineering, Kanazawa University, Kakuma-machi, Kanazawa-shi,

More information

EVALUATION OF NOCTURNAL PENILE TUMESCENCE (NPT) IN THE DIFFERENTIAL DIAGNOSIS OF IMPOTENCE Masaharu Aoki, Yoshiaki Kumamoto, Kazutomi Mohri and Kazunori Ohno Department of Urology, Sapporo Medical College

More information

AtCoder Regular Contest 073 Editorial Kohei Morita(yosupo) A: Shiritori if python3 a, b, c = input().split() if a[len(a)-1] == b[0] and b[len(

AtCoder Regular Contest 073 Editorial Kohei Morita(yosupo) A: Shiritori if python3 a, b, c = input().split() if a[len(a)-1] == b[0] and b[len( AtCoder Regular Contest 073 Editorial Kohei Morita(yosupo) 29 4 29 A: Shiritori if python3 a, b, c = input().split() if a[len(a)-1] == b[0] and b[len(b)-1] == c[0]: print( YES ) else: print( NO ) 1 B:

More information

_念3)医療2009_夏.indd

_念3)医療2009_夏.indd Evaluation of the Social Benefits of the Regional Medical System Based on Land Price Information -A Hedonic Valuation of the Sense of Relief Provided by Health Care Facilities- Takuma Sugahara Ph.D. Abstract

More information

Motivation and Purpose There is no definition about whether seatbelt anchorage should be fixed or not. We tested the same test conditions except for t

Motivation and Purpose There is no definition about whether seatbelt anchorage should be fixed or not. We tested the same test conditions except for t Review of Seatbelt Anchorage and Dimensions of Test Bench Seat Cushion JASIC Motivation and Purpose There is no definition about whether seatbelt anchorage should be fixed or not. We tested the same test

More information

要旨 : FDA から発出されている Conformance Guide と PMDA から発出されている各種通知と技術的ガイドの間に違いがあることから 国際共同試験であっても FDA 申請とは別に PMDA 申請用にデータを Up-version することや データガイドと定義ファイルを修正する必

要旨 : FDA から発出されている Conformance Guide と PMDA から発出されている各種通知と技術的ガイドの間に違いがあることから 国際共同試験であっても FDA 申請とは別に PMDA 申請用にデータを Up-version することや データガイドと定義ファイルを修正する必 日米同時申請する際の電子データ提出に関連する問題点と解決方法 鈴木正人 MSD 株式会社生物統計部 Issues and solutions related to e-data submission in the case of US-Japan simultaneous filing Masato Suzuki Biostatistics & Research Decision Sciences

More information

国立国会図書館ダブリンコアメタデータ記述

国立国会図書館ダブリンコアメタデータ記述 国立国会図書館ダブリンコアメタデータ記述 -------------------------------------------------------------------------------- Title: 国立国会図書館ダブリンコアメタデータ記述 Creator: 国立国会図書館 Latest Version: http://ndl.go.jp/jp/library/data/meta/2011/12/dcndl.pdf

More information

iPhone/iPad接続マニュアル

iPhone/iPad接続マニュアル / JA 2 3 USB 4 USB USB i-ux1 USB i-ux1 5 6 i-mx1 THRU i-mx1 THRU 7 USB THRU 1 2 3 4 1 2 3 4 5 8 1 1 9 2 1 2 10 1 2 2 6 7 11 1 2 3 4 5 6 7 8 12 1 2 3 4 5 6 13 14 15 WPA Supplicant Copyright 2003-2009, Jouni

More information

TH-47LFX60 / TH-47LFX6N

TH-47LFX60 / TH-47LFX6N TH-47LFX60J TH-47LFX6NJ 1 2 3 4 - + - + DVI-D IN PC IN SERIAL IN AUDIO IN (DVI-D / PC) LAN, DIGITAL LINK AV IN AUDIO OUT 1 11 2 12 3 13 4 14 5 6 15 7 16 8 17 9 18 10 19 19 3 1 18 4 2 HDMI AV OUT

More information

第 1 章 条件分岐 この章では 条件に応じて処理を分岐する方法について説明します 1. CASE 式で複雑な条件分岐を実現 2. 関数を使用した条件分岐 3. MERGE 文による条件に応じた DML の実行

第 1 章 条件分岐 この章では 条件に応じて処理を分岐する方法について説明します 1. CASE 式で複雑な条件分岐を実現 2. 関数を使用した条件分岐 3. MERGE 文による条件に応じた DML の実行 はじめに コース概要と目的 SQL での作業の幅を広げるための応用的なテクニックをご説明します また 効率性の向上や正しい結果を得 るための記述方法など 実践的な記述方法についても併せてご説明します 本コースは SQL の応用的な記述テクニックとしてどのようなものがあるかを 1 日で広く浅くご理解いた だくことを目的としたコースです 細かな構文やオプションの習得は目的としておりませんことをご了承 ください

More information

Microsoft Word - Win-Outlook.docx

Microsoft Word - Win-Outlook.docx Microsoft Office Outlook での設定方法 (IMAP および POP 編 ) How to set up with Microsoft Office Outlook (IMAP and POP) 0. 事前に https://office365.iii.kyushu-u.ac.jp/login からサインインし 以下の手順で自分の基本アドレスをメモしておいてください Sign

More information

スライド 1

スライド 1 PMDA への承認申請時 CDISC 標準電子データ提出に向けた社内標準のリモデリング 神谷亜香里, 坂井絵理, 惟高裕一, 北西由武, 角谷伸一, 小坂明子塩野義製薬株式会社解析センター Remodeling Shionogi standard for clinical data to meet the requirement of PMDA based on CDISC standard Akari

More information

はじめての ADaM version 1.2 資料作成者 CDISC Japan User Group (CJUG) Analysis Data Model (ADaM) Team Translation Team 独立行政法人国立病院機構名古屋医療センター シミック株式会社 Meiji Seika

はじめての ADaM version 1.2 資料作成者 CDISC Japan User Group (CJUG) Analysis Data Model (ADaM) Team Translation Team 独立行政法人国立病院機構名古屋医療センター シミック株式会社 Meiji Seika はじめての ADaM version 1.2 資料作成者 CDISC Japan User Group (CJUG) Analysis Data Model (ADaM) Team Translation Team 独立行政法人国立病院機構名古屋医療センター シミック株式会社 Meiji Seika ファルマ株式会社 日本化薬株式会社 IQVIA サービシーズジャパン株式会社アステラス アムジェン

More information

2

2 2011 8 6 2011 5 7 [1] 1 2 i ii iii i 3 [2] 4 5 ii 6 7 iii 8 [3] 9 10 11 cf. Abstracts in English In terms of democracy, the patience and the kindness Tohoku people have shown will be dealt with as an exception.

More information

<95DB8C9288E397C389C88A E696E6462>

<95DB8C9288E397C389C88A E696E6462> 2011 Vol.60 No.2 p.138 147 Performance of the Japanese long-term care benefit: An International comparison based on OECD health data Mie MORIKAWA[1] Takako TSUTSUI[2] [1]National Institute of Public Health,

More information

Huawei G6-L22 QSG-V100R001_02

Huawei  G6-L22 QSG-V100R001_02 G6 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 2 3 17 4 5 18 UI 100% 8:08 19 100% 8:08 20 100% 8:08 21 100% 8:08 22 100% 8:08 ********** 23 100% 8:08 Happy birthday! 24 S S 25 100% 8:08 26 http://consumer.huawei.com/jp/

More information

2

2 NSCP-W61 08545-00U60 2 3 4 5 6 7 8 9 10 11 12 1 2 13 7 3 4 8 9 5 6 10 7 14 11 15 12 13 16 17 14 15 1 5 2 3 6 4 16 17 18 19 2 1 20 1 21 2 1 2 1 22 23 1 2 3 24 1 2 1 2 3 3 25 1 2 3 4 1 2 26 3 4 27 1 1 28

More information

13 HOW TO READ THE WORD

More information

1 1 tf-idf tf-idf i

1 1 tf-idf tf-idf i 14 A Method of Article Retrieval Utilizing Characteristics in Newspaper Articles 1055104 2003 1 31 1 1 tf-idf tf-idf i Abstract A Method of Article Retrieval Utilizing Characteristics in Newspaper Articles

More information

! " # $ % & ' ( ) +, -. / 0 1 2 3 4 5 6 7 8 9 : ; < = >? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ ] ^ _ ` a b c d e f h i j k l m n o p q r s t u v w x y z { } ~ This product is

More information

スライド 1

スライド 1 ADaM/TLF 経験者が SDTM を作成できるまでのサクセスストーリー 小林千鶴 1, 神谷亜香里 1, 坂本佳代子 2, 勘場大 1, 江川広明 1, 角谷伸一 1 ( 1 塩野義製薬株式会社解析センター, 2 株式会社エス シー エー ) A success story for achievement of SDTM program and specification by programming

More information

特-11.indd

特-11.indd CCH3000LJ Development of Luffing Jib Crawler Crane CCH3000LJ IHI IHI IHI IHI IHI IHI IHI In recent years, the need for the construction of social infrastructure, particularly in developing nations such

More information

untitled

untitled 1 CDISC CDISC standard CDISC Clinical Data Interchange Standards Consortium 1990 standard CDISC standards FDA specification FDA FDA CDISC FDA (the operational use of data) CDISC CDISC CDISC CDISC standard

More information

ある実務担当者が考える ADaM 開発アプローチと標準の紹介 坂上拓 ( 株式会社中外臨床研究センターバイオメトリクス部データサイエンスグループ ) Introduce ADaM development approach and standards considered by a certain p

ある実務担当者が考える ADaM 開発アプローチと標準の紹介 坂上拓 ( 株式会社中外臨床研究センターバイオメトリクス部データサイエンスグループ ) Introduce ADaM development approach and standards considered by a certain p ある実務担当者が考える と標準の紹介 坂上拓 ( 株式会社中外臨床研究センターバイオメトリクス部データサイエンスグループ ) Introduce ADaM development approach and standards considered by a certain person responsible for ADaM development. Taku Sakaue Chugai Clinical

More information

Consuming a simple Web Service

Consuming a simple Web Service Consume a Simple Web Service シンプルな Web サービスを利用する 目次 1 Introduction はじめに... 2 2 Importing a WSDL WSDL をインポートする... 3 3 Creating Logic to Call the Web Service Web サービスを呼び出すロジックを作成する... 5 4 Related Content

More information

JJ-90

JJ-90 Table 1 Message types added to ITU-T Recommendation Q.763 Message type Abbreviation Reference Code Comments Charge information CHG 4-30/JT-Q763 11111110 The description of a Charge information message

More information

Microsoft Word - ??? ????????? ????? 2013.docx

Microsoft Word - ??? ????????? ????? 2013.docx @ィーィェィケィャi@@ @@pbィ 050605a05@07ィ 050605a@070200 pbィ 050605a05@07ィ 050605a@070200@ィーィィu05@0208 1215181418 12 1216121419 171210 1918181811 19181719101411 1513 191815181611 19181319101411 18121819191418 1919151811

More information

SFC

SFC 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 Base Header Service Path Header ~ Context Headers ~ Figure 1: Network Service Header 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MT65H vibratorstamp EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se 1,0 192 06

More information

音響部品アクセサリ本文(AC06)PDF (Page 16)

音響部品アクセサリ本文(AC06)PDF (Page 16) Guide for Electret Condenser Microphones A microphone as an audio-electric converting device, whose audio pickup section has a structure of a condenser consisting of a diaphragm and a back plate opposite

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MVB-85 rullvibrator EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se 1,0 192 06

More information

スライド 1

スライド 1 XML with SQLServer ~let's take fun when you can do it~ Presented by 夏椰 ( 今川美保 ) Agenda( その 1) XML XML XSLT XPath XML Schema XQuery Agenda( その 2) SQLServer における XML XML 型 XML Schema XQuery & XPath チェック制約

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MVC-50 vibratorplatta EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se 1,0 192

More information

概要 PMDAにおける次世代審査 相談体制の構築 データ標準の利用 承認申請時の電子データ提出に関する基本的考え方 ( 案 ) について パイロット実施について CDISC 利用に関する今後の検討と展望 2014/05/16 CDISC 概説コース 2

概要 PMDAにおける次世代審査 相談体制の構築 データ標準の利用 承認申請時の電子データ提出に関する基本的考え方 ( 案 ) について パイロット実施について CDISC 利用に関する今後の検討と展望 2014/05/16 CDISC 概説コース 2 CDISC 概説コース PMDA の取り組みと 日本における CDISC の利用について 独立行政法人医薬品医療機器総合機構次世代審査等推進室 / スペシャリスト ( 生物統計担当 ) 安藤友紀 CDISC 2012 1 概要 PMDAにおける次世代審査 相談体制の構築 データ標準の利用 承認申請時の電子データ提出に関する基本的考え方 ( 案 ) について パイロット実施について CDISC 利用に関する今後の検討と展望

More information

untitled

untitled CDISC in the SEND SEND Team Member of the Japan CDISC Group (JCG) Outline SEND SEND implementation Guide Ver 2.3 CDISC SDTM SEND SEND 1 2 ( ) ( ) (ADME ) A:Absorption D:Distribution M:Metabolism E:Excretion

More information

h23w1.dvi

h23w1.dvi 24 I 24 2 8 10:00 12:30 1),. Do not open this problem booklet until the start of the examination is announced. 2) 3.. Answer the following 3 problems. Use the designated answer sheet for each problem.

More information

FAX-760CLT

FAX-760CLT FAX-760CLT ;; yy 1 f a n l p w s m t v y k u c j 09,. i 09 V X Q ( < N > O P Z R Q: W Y M S T U V 1 2 3 4 2 1 1 2 1 2 j 11 dd e i j i 1 ; 3 oo c o 1 2 3 4 5 6 j12 00 9 i 0 9 i 0 9 i 0 9 i oo

More information

Vol. 42 No MUC-6 6) 90% 2) MUC-6 MET-1 7),8) 7 90% 1 MUC IREX-NE 9) 10),11) 1) MUCMET 12) IREX-NE 13) ARPA 1987 MUC 1992 TREC IREX-N

Vol. 42 No MUC-6 6) 90% 2) MUC-6 MET-1 7),8) 7 90% 1 MUC IREX-NE 9) 10),11) 1) MUCMET 12) IREX-NE 13) ARPA 1987 MUC 1992 TREC IREX-N Vol. 42 No. 6 June 2001 IREX-NE F 83.86 A Japanese Named Entity Extraction System Based on Building a Large-scale and High-quality Dictionary and Pattern-matching Rules Yoshikazu Takemoto, Toshikazu Fukushima

More information

Security of Leasehold Interest -in cases of the False Housing Registries by Other Than the Lessee by Shin ISHIKAWA The House Protection Act 1909 in Japan, under which many lessees can be protected from

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MCD-L14 asfalt- och betongsåg EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se

More information

Author Workshop 20111124 Henry Cavendish 1731-1810 Biot-Savart 26 (1) (2) (3) (4) (5) (6) Priority Proceeding Impact factor Full paper impact factor Peter Drucker 1890-1971 1903-1989 Title) Abstract

More information

<3030895F909D96EC2091E633358D862E696E6462>

<3030895F909D96EC2091E633358D862E696E6462> The two Gendainagonke Utaawase in Ruijuu Utaawase: Photographic Reproduction and Reprinting Hironobu Hibino Abstract "Chouryakuninen-Kugatsu-Jusannichi Gendainagonke Utaawase" and "Chouryakuninen-Fuyu

More information

44 2012 2013 3 35 48 法人化後の国立大学の収入変動 37 法人化後の国立大学の収入変動 2009 2005 2010 2012 2012 2008 2009a 2010 16 18 17 20 2 4 2012 38 44 2012 17 22 (1) (2) 2012 5 GP COE 30 WPI 1 2012 17 22 16 17 22 17 17 19 2012 2012

More information

A Nutritional Study of Anemia in Pregnancy Hematologic Characteristics in Pregnancy (Part 1) Keizo Shiraki, Fumiko Hisaoka Department of Nutrition, Sc

A Nutritional Study of Anemia in Pregnancy Hematologic Characteristics in Pregnancy (Part 1) Keizo Shiraki, Fumiko Hisaoka Department of Nutrition, Sc A Nutritional Study of Anemia in Pregnancy Hematologic Characteristics in Pregnancy (Part 1) Keizo Shiraki, Fumiko Hisaoka Department of Nutrition, School of Medicine, Tokushima University, Tokushima Fetal

More information

浜松医科大学紀要

浜松医科大学紀要 On the Statistical Bias Found in the Horse Racing Data (1) Akio NODA Mathematics Abstract: The purpose of the present paper is to report what type of statistical bias the author has found in the horse

More information

Pari-gp /7/5 1 Pari-gp 3 pq

Pari-gp /7/5 1 Pari-gp 3 pq Pari-gp 3 2007/7/5 1 Pari-gp 3 pq 3 2007 7 5 Pari-gp 3 2007/7/5 2 1. pq 3 2. Pari-gp 3. p p 4. p Abel 5. 6. 7. Pari-gp 3 2007/7/5 3 pq 3 Pari-gp 3 2007/7/5 4 p q 1 (mod 9) p q 3 (3, 3) Abel 3 Pari-gp 3

More information

[2] 1. 2. 2 2. 1, [3] 2. 2 [4] 2. 3 BABOK BABOK(Business Analysis Body of Knowledge) BABOK IIBA(International Institute of Business Analysis) BABOK 7

[2] 1. 2. 2 2. 1, [3] 2. 2 [4] 2. 3 BABOK BABOK(Business Analysis Body of Knowledge) BABOK IIBA(International Institute of Business Analysis) BABOK 7 32 (2015 ) [2] Projects of the short term increase at present. In order to let projects complete without rework and delays, it is important that request for proposals (RFP) are written by reflecting precisely

More information

UID S307-NDEF

UID S307-NDEF [White Paper] Ubiquitous ID Center Specification DRAFT 2012-05-15 NFC ucode タグのメモリフォーマット規定 Standard of memory format of NFC ucode tag Number: Title: NFC ucode タグのメモリフォーマット規定 Standard of memory format of

More information

untitled

untitled JIS A 12190000 Method for standard penetration test 2005 1 ISO 22476-3:2005 J J 1 SPTSPT 63.5 kg 760 mm SPT N SPT 300 mm N A 2 ISO 22475-1,Geotechnical investigation and testing Sampling methods and groundwater

More information

Osaka Gakuin University Repository Title DCF MLB The Estimation of the Amount of the MLB Bid Tendered for Posting Player by DCF and Real Option Method Author(s) (Katsuhiko Satoma) Citation THE OSAKA GAKUIN

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション FDA Submission のための define.pdf 作成事例 -SAS によるファイル変換の Automation 化 - 豊泉樹一郎 1), 北西由武 1), 吉田祐樹 1), 平井健太 2) 1) 塩野義製薬株式会社解析センター 2) 株式会社 SCA One Example of Generating Define.pdf for FDA Submission -Automatic

More information

(1) (2) (3) (4) (5) (6) (7) (8) (9) PLC PLC LAN MASTER PLC LAN MASTER PLC LAN MASTER PLC LAN MASTER PLC LAN MASTER MASTER MASTER PLC LAN PLC LAN PLC LAN MASTER PLC LAN MASTER MASTER TERMINAL MASTER TERMINAL

More information

Bull. of Nippon Sport Sci. Univ. 47 (1) Devising musical expression in teaching methods for elementary music An attempt at shared teaching

Bull. of Nippon Sport Sci. Univ. 47 (1) Devising musical expression in teaching methods for elementary music An attempt at shared teaching Bull. of Nippon Sport Sci. Univ. 47 (1) 45 70 2017 Devising musical expression in teaching methods for elementary music An attempt at shared teaching materials for singing and arrangements for piano accompaniment

More information

165--184 (責)江.indd

165--184 (責)江.indd LD ADHD One Perspective on Supporting Japanese Language Learners with LD/ADHD: An Analysis of Teachers Support in the Japanese in Context Course NAKAGAWA Yasuhiro In recent years, there has been increasing

More information

Fig. 1 The district names and their locations A dotted line is the boundary of school-districts. The district in which 10 respondents and over live is indicated in italics. Fig. 2 A distribution of rank

More information

ディープラーニングとオープンサイエンス ~研究の爆速化が引き起こす摩擦なき情報流通へのシフト~

ディープラーニングとオープンサイエンス ~研究の爆速化が引き起こす摩擦なき情報流通へのシフト~ KITAMOTO Asanobu http://researchmap.jp/kitamoto/ KitamotoAsanob u 1 2 3 4 5 1. 2. 3. 6 Lawrence Lessig (Founder of Creative Commons), Code: And Other Laws of Cyber Space (first edition 1999) 7 NSF Data

More information

137. Tenancy specific information (a) Amount of deposit paid. (insert amount of deposit paid; in the case of a joint tenancy it should be the total am

137. Tenancy specific information (a) Amount of deposit paid. (insert amount of deposit paid; in the case of a joint tenancy it should be the total am 13Fast Fair Secure PRESCRIBED INFORMATION RELATING TO TENANCY DEPOSITS* The Letting Protection Service Northern Ireland NOTE: The landlord must supply the tenant with the Prescribed Information regarding

More information

1 # include < stdio.h> 2 # include < string.h> 3 4 int main (){ 5 char str [222]; 6 scanf ("%s", str ); 7 int n= strlen ( str ); 8 for ( int i=n -2; i

1 # include < stdio.h> 2 # include < string.h> 3 4 int main (){ 5 char str [222]; 6 scanf (%s, str ); 7 int n= strlen ( str ); 8 for ( int i=n -2; i ABC066 / ARC077 writer: nuip 2017 7 1 For International Readers: English editorial starts from page 8. A : ringring a + b b + c a + c a, b, c a + b + c 1 # include < stdio.h> 2 3 int main (){ 4 int a,

More information

クレジットカードの利用に関する一考察―JGSS-2005の分析から―

クレジットカードの利用に関する一考察―JGSS-2005の分析から― 日本版 General Social Surveys 研究論文集 [6] JGSS で見た日本人の意識と行動 JGSS Research Series No.3 JGSS-2005 A Study of the use of credit cards: From the Data of JGSS-2005 Yoko MATSUZAWA Graduate School of Letters Kyoto

More information

ScanFront300/300P セットアップガイド

ScanFront300/300P セットアップガイド libtiff Copyright (c) 1988-1996 Sam Leffler Copyright (c) 1991-1996 Silicon Graphics, Inc. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby

More information

2. 目的 1RationalRose を利用する場合にプログラム仕様書としての最低限必要な記述項目を明確にする 2 プログラム仕様書として記載内容に不足がない事をチェックする 3UML の知識があるものであれば 仕様書の内容を理解できること 4Rose にて入力した内容を SoDaWord を利用

2. 目的 1RationalRose を利用する場合にプログラム仕様書としての最低限必要な記述項目を明確にする 2 プログラム仕様書として記載内容に不足がない事をチェックする 3UML の知識があるものであれば 仕様書の内容を理解できること 4Rose にて入力した内容を SoDaWord を利用 プログラム仕様書 (UML 表記法 ) ガイドライン 本仕様書に UML(Rational Rose 使用 ) を用いてプログラム仕様書を作成する際のガイドラインを記す 1. ドキュメントの様式について 1 ドキュメントは制御単位で作成する 2 表紙 及び変更履歴は SWS にて指定されたものを付加すること 3 下記の目次内で指定している UML 図 記述項目は必須項目とする 4SoDa にてドキュメントを出力する場合は

More information

,, 2024 2024 Web ,, ID ID. ID. ID. ID. must ID. ID. . ... BETWEENNo., - ESPNo. Works Impact of the Recruitment System of New Graduates as Temporary Staff on Transition from College to Work Naoyuki

More information

Webster's New World Dictionary of the American Language, College Edition. N. Y. : The World Publishing Co., 1966. [WNWD) Webster 's Third New International Dictionary of the English Language-Unabridged.

More information

Page 1 of 6 B (The World of Mathematics) November 20, 2006 Final Exam 2006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (10pts) (a

Page 1 of 6 B (The World of Mathematics) November 20, 2006 Final Exam 2006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (10pts) (a Page 1 of 6 B (The World of Mathematics) November 0, 006 Final Exam 006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (a) (Decide whether the following holds by completing the truth

More information

200710 10 2008 1 3 3 4 5 6 6 7 (EPA) 8 8 9 10 12 12 13 18 20 21 23 24 25 26 27 2 2002 2003 2004 2005 2006 2007 2008 11 7 ASEAN 12 27 18 20 3 3.4% 48,655 43,253 5,401 6.3% 90,271 31,783 58,489 9.1% 129,662

More information

MIDI_IO.book

MIDI_IO.book MIDI I/O t Copyright This guide is copyrighted 2002 by Digidesign, a division of Avid Technology, Inc. (hereafter Digidesign ), with all rights reserved. Under copyright laws, this guide may not be duplicated

More information

main.dvi

main.dvi 1 F77 5 hmogi-2008f@kiban.civil.saitama-u.ac.jp 2013/5/13 1 2 f77... f77.exe f77.exe CDROM (CDROM D D: setupond E E: setupone 5 C:work\T66160\20130422>f77 menseki.f -o menseki f77(.exe) f77 f77(.exe) C:work\T66160\20130422>set

More information

untitled

untitled WANJet 1: one-arm F5 Networks Japan K.K. 1 WANJet WANJet https://:10000 F5 Networks Japan K.K. 2 2: WANJet F5 Networks Japan K.K. 3 vs. F5 Networks Japan K.K. 4 3: WANJet F5 Networks

More information