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