Skip to content

Commit

Permalink
Update Medical_Imaging_Ext_sql_server_1.0_ddl.rtf
Browse files Browse the repository at this point in the history
Signed-off-by: jenpark10 <[email protected]>
  • Loading branch information
jenpark10 authored Oct 2, 2024
1 parent cd674b0 commit 64ea69b
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions inst/ddl/1.0/Sql Server/Medical_Imaging_Ext_sql_server_1.0_ddl.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@

\f0\fs24 \cf0 --sql server CDM DDL Specification for OMOP CDM Medical Imaging Ext\
CREATE TABLE image_occurrence(\
image_occurrence_id integer NOT NULL,\
person_id integer NOT NULL,\
procedure_occurrence_id integer NOT NULL,\
visit_occurrence_id integer,\
anatomic_site_concept_id integer,\
wadors_uir varchar(max),\
local_path varchar(max) NOT NULL,\
image_occurrence_date date NOT NULL,\
image_study_uid varchar(max) NOT NULL,\
image_series_uid varchar(max) NOT NULL,\
modality varchar(250) NOT NULL);\
image_occurrence_id integer NOT NULL,
person_id integer NOT NULL,
procedure_occurrence_id integer NOT NULL,
visit_occurrence_id integer,
anatomic_site_concept_id integer,
wadors_uri varchar(10000),
local_path varchar(10000),
image_occurrence_date date NOT NULL,
image_study_uid varchar(10000) NOT NULL,
image_series_uid varchar(10000) NOT NULL,
modality_concept_id integer NOT NULL);\
\
CREATE TABLE image_feature(\
image_feature_id integer NOT NULL,\
person_id integer NOT NULL,\
image_occurrence_id integer NOT NULL,\
table_concept_id integer NOT NULL,\
table_row_id integer NOT NULL,\
image_feature_concept_id integer NOT NULL,\
image_feature_type_concept_id integer NOT NULL,\
image_finding_concept_id integer,\
image_finding_id integer,\
anatomic_site_concept_id integer,\
alg_system varchar(max),\
alg_datetime datetime);}
image_feature_id integer NOT NULL,
person_id integer NOT NULL,
image_occurrence_id integer NOT NULL,
image_feature_event_field_concept_id integer,
image_feature_event_id integer,
image_feature_concept_id integer NOT NULL,
image_feature_type_concept_id integer NOT NULL,
image_finding_concept_id integer,
image_finding_id integer,
anatomic_site_concept_id integer,
alg_system varchar(10000),
alg_datetime timestamp);}

0 comments on commit 64ea69b

Please sign in to comment.