RIS501表數(shù)據(jù)字典
Table: ApplyInfoList (申請(qǐng)信息登記表) 3
Table: ApplyInfoResult(申請(qǐng)信息結(jié)果表) 4
Table: ChineseCode (漢字字庫(kù)及編碼) 5
Table: CurComputer (當(dāng)前用戶表) 5
Table: Dept (部門表) 5
Table: EquipmentInfo (設(shè)備信息表) 6
Table: GroupRights (權(quán)限組權(quán)限表) 7
Table: InstConfigDic (報(bào)告配置項(xiàng)目表) 7
Table: InstRelateEquip(報(bào)告與設(shè)備關(guān)聯(lián)表) 8
Table: InstRelateTemplate(報(bào)告與模板庫(kù)關(guān)聯(lián)表) 8
Table: Instrument (報(bào)告字典表) 8
Table: LIS_InstOrder (報(bào)告醫(yī)囑表) 9
Table: LIS_OrderToItem(醫(yī)囑檢驗(yàn)項(xiàng)目表) 9
Table: Locks (鎖定信息表) 9
Table: MailInfo (郵件信息表) 10
Table: MakeNum (自增號(hào)碼表)控制唯一號(hào)的生成 10
Table: MsgFlowDic (信息流字典表) 10
Table: MsgLog (信息傳送日志表) 11
Table: PatientInfo (病人信息表) 11
Table: PatTechNo (醫(yī)技號(hào)對(duì)應(yīng)表) 12
Table: QueryCondition (高級(jí)查詢條件配置表) 13
Table: RegList (信息流登錄列表) 13
Table: RIS_AcceptItems (費(fèi)用信息表) 14
Table: RIS_AcceptItems_History(費(fèi)用信息歷史表) 14
Table: RIS_Attention (注意事項(xiàng)表) 15
Table: RIS_BookingInfo (預(yù)約信息表) 15
Table: RIS_BookingInfo_History(預(yù)約信息歷史表) 16
Table: RIS_Components (窗體組件表) 16
Table: RIS_CurUseTechNo(當(dāng)前使用醫(yī)技號(hào)信息表) 16
Table: Ris_DaySchedule (日排班信息表) 17
Table: RIS_FormModel (動(dòng)態(tài)窗體模板表) 17
Table: RIS_Forms (醫(yī)技窗體表) 17
Table: RIS_GridHeadDic (表格字典表) 18
Table: Helper (幫助信息表) 18
Table: RIS_ItemDic (報(bào)告項(xiàng)目字典表) 19
Table: RIS_ItemMapping (項(xiàng)目映射表) 19
Table: RIS_List (登記信息表) 20
Table: RIS_List_History (登記信息歷史表) 22
Table: RIS_List_Modify (登記信息修改紀(jì)錄表) 24
Table: RIS_MakeTechNo (醫(yī)技號(hào)創(chuàng)建方法表) 27
Table: RIS_OrigApply(原始單據(jù)表)存儲(chǔ)掃描的原始單圖像 27
Table: RIS_OrigApply_History (原始單據(jù)歷史表) 28
Table: RIS_Queue (分診信息表) 28
Table: RIS_ReportTechNo (報(bào)告與醫(yī)技號(hào)對(duì)應(yīng)表) 29
Table: RIS_Result (報(bào)告結(jié)果表) 29
Table: RIS_Result_History (報(bào)告結(jié)果歷史表) 30
Table: RIS_Result_Modify(報(bào)告結(jié)果修改紀(jì)錄表) 30
Table: Ris_ResultFormat (結(jié)果信息格式表) 31
Table: RIS_ResultGridDetail(表格類結(jié)果明細(xì)表) 31
Table: RIS_ResultGridDetail_History(表格類結(jié)果明細(xì)歷史表) 31
Table: RIS_ResultGridMaster(表格類結(jié)果主表) 32
Table: RIS_ResultGridMaster_History (表格類結(jié)果歷史主表) 32
Table: RIS_ResultIndex (報(bào)告結(jié)果索引表) 33
Table: RIS_ResultIndex_History (報(bào)告結(jié)果索引歷史表) 33
Table: RIS_ScheduleDic (排班信息表) 34
Table: RIS_SpecialItemDic (特殊項(xiàng)目字典表) 34
Table: RIS_Tasks (分診信息登記表) 35
Table: RIS_TemplateDetail (模板配置表) 36
Table: RIS_TemplateDic (模板字典表) 36
Table: ris_TemplateLibDic (模板庫(kù)字典表) 36
Table: Settings(系統(tǒng)設(shè)置信息表) 36
Table: SettingsDic(系統(tǒng)設(shè)置字典表) 37
Table: Slave (輔助功能表)存儲(chǔ)簡(jiǎn)單數(shù)據(jù),沒(méi)有級(jí)別病人類別收費(fèi)類別 38
Table: SubSysFunc (子系統(tǒng)功能表) --用于記錄子系統(tǒng)菜單信息 38
Table: SubSysInfo (子系統(tǒng)信息表) 39
Table: TechLog (日志信息表) 39
Table: ToolBarInfo (系統(tǒng)工具條) 39
Table: Tpldict (報(bào)表配置主表) 40
Table: Tpls (報(bào)表配置明細(xì)表) 40
Table: UserPlan (日程安排表) 40
Table: UserRight (用戶權(quán)限表) 40
Table: Users (員工表) 41
Table: ApplyInfoList (申請(qǐng)信息登記表)
create table ApplyInfoList
(
ApplyNo int not null, --申請(qǐng)?zhí)?(MakeNum)
ApplyTime DateTime not null, --申請(qǐng)日期
FromDept varchar(12) not null, --申請(qǐng)科室
ToDept varchar(12) not null, --執(zhí)行科室
|
|