update
This commit is contained in:
284
config/autoload/extension-validator.global.php
Normal file
284
config/autoload/extension-validator.global.php
Normal file
@ -0,0 +1,284 @@
|
||||
<?php
|
||||
|
||||
use Application\Service\DB\Item\ItemPlanviolate;
|
||||
|
||||
$formValidatorPath = APP_PATH . '/formData/';
|
||||
/**
|
||||
* 验证器配置文件的映射
|
||||
*/
|
||||
return [
|
||||
'formValidator' => [
|
||||
'DictionaryGenercsetinfotype' => $formValidatorPath . 'DictionaryGenercsetinfotypeData.php',//字典项分类
|
||||
'DictionaryGenercsetinfo' => $formValidatorPath . 'DictionaryGenercsetinfoData.php',//字典项通用名
|
||||
'Researchflowcat' => $formValidatorPath . 'ResearchflowcatData.php',//研究流程分类
|
||||
'ItemRandom' => $formValidatorPath . 'ItemRandomData.php',//随机方案(随机前/无随机)设置
|
||||
'Randomscheme' => $formValidatorPath . 'RandomschemeData.php',//随机方案(随机分组)设置
|
||||
'ItemResearchflowcat' => $formValidatorPath . 'ItemResearchflowcatData.php',//字典项通用名
|
||||
'DictionaryCheckcategory' => $formValidatorPath . 'DictionaryCheckcategoryData.php',//字典项检查项分类
|
||||
'DictionaryCheckname' => $formValidatorPath . 'DictionaryChecknameData.php',//字典项检查项
|
||||
'DictionaryCsset' => $formValidatorPath . 'DictionaryCssetData.php',//字典项cs设置
|
||||
'DictionaryItemjob' => $formValidatorPath . 'DictionaryItemjobData.php',//字典项岗位设置
|
||||
'DictionaryDocument' => $formValidatorPath . 'DictionaryDocumentData.php',//字典项文档管理
|
||||
'DictionaryPatientattr' => $formValidatorPath . 'DictionaryPatientattrData.php',//字典项患者属性拓展
|
||||
'ItemChecktime' => $formValidatorPath . 'ItemChecktimeData.php',//检查点设置
|
||||
'AdminUser' => $formValidatorPath . 'AdminUserData.php',//系统管理-用户管理
|
||||
'AdminRole' => $formValidatorPath . 'AdminRoleData.php',//系统管理-角色管理
|
||||
'AdminMenu' => $formValidatorPath . 'AdminMenuData.php',//系统管理-菜单管理
|
||||
'SignatoryInfo' => $formValidatorPath . 'SignatoryInfoData.php',//合作方管理
|
||||
'SignatoryUser' => $formValidatorPath . 'SignatoryUserData.php',//合作方联系人
|
||||
'SignatoryDepartment' => $formValidatorPath . 'SignatoryDepartmentData.php',//合作方机构
|
||||
'ItemInfo' => $formValidatorPath . 'ItemInfoData.php',//项目管理
|
||||
'ItemSignatory' => $formValidatorPath . 'ItemSignatoryData.php',//项目合作方管理
|
||||
'ItemCenterdata' => $formValidatorPath . 'ItemCenterdataData.php',//中心信息
|
||||
'ItemRandgroup' => $formValidatorPath . 'ItemRandgroupData.php',//研究分层
|
||||
'ItemRandnumber' => $formValidatorPath . 'ItemRandnumberData.php',//随机分组
|
||||
'ItemRandomdetails' => $formValidatorPath . 'ItemRandomdetailsData.php',//随机号码明细
|
||||
'ItemItemdocumentData' => $formValidatorPath . 'ItemItemdocumentData.php',//随机号码明细
|
||||
'ItemDocumentcontentData' => $formValidatorPath . 'ItemDocumentcontentData.php',//随机号码明细
|
||||
'ItemCheckcontentData' => $formValidatorPath . 'ItemCheckcontentData.php',//随机号码明细
|
||||
'DictionaryForm' => $formValidatorPath . 'DictionaryFormData.php',
|
||||
'DictionaryFormField' => $formValidatorPath . 'DictionaryFormFieldData.php',
|
||||
'ItemForm' => $formValidatorPath . 'ItemFormData.php',//表单
|
||||
'ItemFormField' => $formValidatorPath . 'ItemFormFieldData.php',
|
||||
'RealRole' => $formValidatorPath . 'RealRoleData.php',//real角色
|
||||
'Patientattrs' => $formValidatorPath . 'PatientattrsData.php',//受试者拓展属性
|
||||
'Patient' => $formValidatorPath . 'PatientData.php',//受试者管理
|
||||
'DictionaryFormGroup' => $formValidatorPath . 'DictionaryFormGroupData.php',// 表单类型管理
|
||||
'DictionaryChecknameattr' => $formValidatorPath . 'DictionaryChecknameattrData.php',// 检查项属性拓展
|
||||
'ItemSuperrole' => $formValidatorPath . 'ItemSuperroleData.php',// 创建项目人员管理
|
||||
'DictionaryUnblinding' => $formValidatorPath . 'DictionaryUnblindingData.php',// 揭盲认证
|
||||
'Entry' => $formValidatorPath . 'EntryData.php',// 添加条目
|
||||
'Forminfo' => $formValidatorPath . 'ForminfoData.php',// 添加条目
|
||||
'ItemRandblock' => $formValidatorPath . 'ItemRandblockData.php',//block设置
|
||||
'ItemResearchstage' => $formValidatorPath . 'ItemResearchstageData.php',// 研究流程阶段设置
|
||||
'DictionaryOcr' => $formValidatorPath . 'DictionaryOcrData.php',// ocr识别模板设置
|
||||
'ItemCheckname' => $formValidatorPath . 'ItemChecknameData.php',// 检查项名称显示设置
|
||||
'DictionaryUnit' => $formValidatorPath . 'DictionaryUnitData.php',// 单位换算设置表
|
||||
'ItemImgtxtdiscern' => $formValidatorPath . 'ItemImgtxtdiscernData.php',// 图文识别模板设置表
|
||||
'Unplanned' => $formValidatorPath . 'UnplannedData.php',// 计划外检查点
|
||||
'ItemPatientCheckcontent' => $formValidatorPath . 'ItemPatientCheckcontentData.php',// 计划外检查点
|
||||
'ItemUnblinding' => $formValidatorPath . 'ItemUnblindingData.php',//受试者揭盲设置
|
||||
'ItemIdentificationresult' => $formValidatorPath . 'ItemIdentificationresultData.php',//按时间展示
|
||||
'ItemIdentificationresultchange' => $formValidatorPath . 'ItemIdentificationresultchangeData.php',//按时间展示
|
||||
'ItemIdentificationresultchangeif' => $formValidatorPath . 'ItemIdentificationresultchangeifData.php',//异常值判断
|
||||
'ItemUrgentunblind' => $formValidatorPath . 'ItemUrgentunblindData.php',//受试者紧急揭盲设置
|
||||
'ItemQuestion' => $formValidatorPath . 'ItemQuestionData.php',//质疑沟通
|
||||
'ItemReply' => $formValidatorPath . 'ItemReplyData.php',//质疑沟通-回复处理
|
||||
'Make' => $formValidatorPath . 'MakeData.php',//受试者预约管理
|
||||
'Patientbreak' => $formValidatorPath . 'Patientbreak.php',//受试者脱离
|
||||
'ItemCsae' => $formValidatorPath . 'ItemCsaeData.php',//ae判断
|
||||
'AdminAppletsrolemenurelation' => $formValidatorPath . 'AdminAppletsrolemenurelationData.php',//小程序平台设置
|
||||
'RoleSignatoryRelation' => $formValidatorPath . 'RoleSignatoryRelationData.php',//项目合作方角色关系
|
||||
'ItemMedication' => $formValidatorPath . 'ItemMedicationData.php',//药物分组
|
||||
'ItemAppletsdata' => $formValidatorPath . 'ItemAppletsdataData.php',//小程序数据设置
|
||||
'ItemVicecopy' => $formValidatorPath . 'ItemVicecopyData.php',//副项目复制
|
||||
'DictionaryRule' => $formValidatorPath . 'DictionaryRuleData.php',//验证规则
|
||||
'DictionaryFormtype' => $formValidatorPath . 'DictionaryFormtypeData.php',//输入类型
|
||||
'DictionaryFormtyperule' => $formValidatorPath . 'DictionaryFormtyperuleData.php',//类型与验证规则关系
|
||||
'ItemAgecountset' => $formValidatorPath . 'ItemAgecountsetData.php',//自定义年龄段
|
||||
'DictionaryWorkset' => $formValidatorPath . 'DictionaryWorksetData.php',//工作流程字典项设置表
|
||||
'WorklistItemworklist' => $formValidatorPath . 'WorklistItemworklistData.php',//项目工作流程明细表
|
||||
'WorklistItemcustomname' => $formValidatorPath . 'WorklistItemcustomnameData.php',//项目工作流程自定义检查项药物器械表
|
||||
'WorklistItemworklistset' => $formValidatorPath . 'WorklistItemworklistsetData.php',//项目工作流程设置表
|
||||
'WorklistSigworklist' => $formValidatorPath . 'WorklistSigworklistData.php',//项目中心工作流程明细表
|
||||
'WorklistSigcustomname' => $formValidatorPath . 'WorklistSigcustomnameData.php',//项目工作流程自定义检查项药物器械表
|
||||
'WorklistSigworklistset' => $formValidatorPath . 'WorklistSigworklistsetData.php',//项目工作流程设置表
|
||||
'WorklistPatientinfo' => $formValidatorPath . 'WorklistPatientinfoData.php',//项目患者工作流程 - 基本信息表
|
||||
'WorklistPatientconnect' => $formValidatorPath . 'WorklistPatientconnectData.php',//项目患者工作流程 - 沟通过程表
|
||||
'WorklistPatientworklist' => $formValidatorPath . 'WorklistPatientworklistData.php',//项目患者工作流程 - 工作进度表
|
||||
'ItemExport' => $formValidatorPath . 'ItemExportData.php',//导出
|
||||
'Export' => $formValidatorPath . 'ExportData.php',//导出
|
||||
'ItemPatientsign' => $formValidatorPath . 'ItemPatientsignData.php',
|
||||
'ItemCopyocr' => $formValidatorPath . 'ItemCopyocr.php',
|
||||
'DictionaryListset' => $formValidatorPath . 'DictionaryListsetData.php',//工作清单字典项设置表
|
||||
'ListsetItemlist' => $formValidatorPath . 'ListsetItemlistData.php',//项目工作清单表
|
||||
'ListsetSiglist' => $formValidatorPath . 'ListsetSiglistData.php',//项目中心工作清单表
|
||||
'ListsetOperate' => $formValidatorPath . 'ListsetOperateData.php',//项目中心工作清单操作轨迹表
|
||||
'ListsetAnnex' => $formValidatorPath . 'ListsetAnnexData.php',//项目中心工作清单附件表
|
||||
'ListsetAnnexcat' => $formValidatorPath . 'ListsetAnnexcatData.php',//项目中心工作清单附件分类表
|
||||
'ListsetFlow' => $formValidatorPath . 'ListsetFlowData.php',//项目中心工作清单操作评审记录表
|
||||
'BusinessCategory' => $formValidatorPath . 'BusinessCategoryData.php',//业务流程分类表
|
||||
'BusinessRecord' => $formValidatorPath . 'BusinessRecordData.php',//项目中心业务流程表
|
||||
'BusinessRecordannex' => $formValidatorPath . 'BusinessRecordannexData.php',//项目中心业务流程附件表
|
||||
'ItemIdentificationresultdestroy' => $formValidatorPath . 'ItemIdentificationresultdestroyData.php',//识别结果单个指标解锁
|
||||
'ItemIdentificationresultDoctorIdea' => $formValidatorPath . 'ItemIdentificationresultDoctorIdeaData.php',//医嘱
|
||||
'Questionconfig' => $formValidatorPath . 'QuestionconfigData.php',//质疑配置
|
||||
'OcrKeyword' => $formValidatorPath . 'OcrKeywordData.php',//检查项设置信息表
|
||||
'OcrRawdata' => $formValidatorPath . 'OcrRawdataData.php',//识别原始数据
|
||||
'OcrMatedata' => $formValidatorPath . 'OcrMatedataData.php',//原始数据与关键字匹配
|
||||
'OcrMedicalword' => $formValidatorPath . 'OcrMedicalwordData.php',//医嘱黑/白名单设置
|
||||
'OcrMatewhite' => $formValidatorPath . 'OcrMatewhiteData.php',//医嘱黑/白名单匹配
|
||||
'OcrMateblack' => $formValidatorPath . 'OcrMateblackData.php',//医嘱黑/白名单匹配
|
||||
'OcrSigpatient' => $formValidatorPath . 'OcrSigpatientData.php',//中心受试者
|
||||
'OcrMedical' => $formValidatorPath . 'OcrMedicalData.php',//医嘱原始数据
|
||||
'OcrOcrannex' => $formValidatorPath . 'OcrOcrannexData.php',//附件信息
|
||||
'OcrRawword' => $formValidatorPath . 'OcrRawwordData.php',//指标黑名单设置
|
||||
'OcrRawblack' => $formValidatorPath . 'OcrRawblackData.php',//指标匹配数据与黑名单匹配
|
||||
'OcrRawlock' => $formValidatorPath . 'OcrRawlockData.php',//化验单锁定
|
||||
'OcrMedicallock' => $formValidatorPath . 'OcrMedicallockData.php',//医嘱锁定
|
||||
'OcrChangetype' => $formValidatorPath . 'OcrChangetypeData.php',//图片处理字典项
|
||||
'OcrDeletename' => $formValidatorPath . 'OcrDeletenameData.php',//批量删除无效识别项
|
||||
'OcrReplace' => $formValidatorPath . 'OcrReplaceData.php',//批量替换识别信息
|
||||
'OcrAnnextype' => $formValidatorPath . 'OcrAnnextypeData.php',//附件类型信息
|
||||
'OcrSigkeyword' => $formValidatorPath . 'OcrSigkeywordData.php',//中心检查项设置信息
|
||||
'OcrCt' => $formValidatorPath . 'OcrCtData.php',//CT原始数据信息表
|
||||
'BlindMethodLog' => $formValidatorPath . 'BlindMethodLogData.php',//非盲信息确认
|
||||
'OcrLoseannex' => $formValidatorPath . 'OcrLoseannexData.php',//批量弃用文件名信息
|
||||
'OcrMatesearch' => $formValidatorPath . 'OcrMatesearchData.php',//匹配信息检索
|
||||
'ItemOcrCsaePaitentDetail' => $formValidatorPath . 'ItemOcrCsaePaitentDetailData.php',//住院日期及费用信息
|
||||
'ItemOcrCasePatientSpecialdetail' => $formValidatorPath . 'ItemOcrCasePatientSpecialdetailData.php',//特殊中心住院日期及费用信息
|
||||
'ItemRemarks' => $formValidatorPath . 'ItemRemarksData.php',//项目备注
|
||||
'ItemChangeCollectDate' => $formValidatorPath . 'ItemChangeCollectDateData.php',//识别采集时间调整
|
||||
'OcrCtcase' => $formValidatorPath . 'OcrCtcaseData.php',//识别采集时间调整
|
||||
'OcrCaseremark' => $formValidatorPath . 'OcrCaseremarkData.php',//首页备注信息
|
||||
'ItemOcrCsaePaitentDetailNew' => $formValidatorPath . 'ItemOcrCsaePaitentDetailNewData.php',//第二批住院日期及费用信息
|
||||
'ItemOcrCasePatientSpecialdetailNew' => $formValidatorPath . 'ItemOcrCasePatientSpecialdetailNewData.php',//第二批特殊中心住院日期及费用信息
|
||||
'OcrDrug' => $formValidatorPath . 'OcrDrugData.php',//药物名称信息
|
||||
'OcrTake' => $formValidatorPath . 'OcrTakeData.php',//剂型/服用方式/服用次数信息
|
||||
'OcrCtreplace' => $formValidatorPath . 'OcrCtreplaceData.php',//影像替换信息
|
||||
'OcrMatedrug' => $formValidatorPath . 'OcrMatedrugData.php',//医嘱原始数据与药物匹配信息
|
||||
'OcrDrugcategory' => $formValidatorPath . 'OcrDrugcategoryData.php',//药物分类信息
|
||||
'DictionaryMedicaltake' => $formValidatorPath . 'DictionaryMedicaltakeData.php',//医嘱字典项信息
|
||||
'DictionaryMedicalword' => $formValidatorPath . 'DictionaryMedicalwordData.php',//医嘱黑白名单信息
|
||||
'DictionaryDrugcategory' => $formValidatorPath . 'DictionaryDrugcategoryData.php',//医嘱药物分类信息
|
||||
'DictionaryDrug' => $formValidatorPath . 'DictionaryDrugData.php',//医嘱药物信息
|
||||
'MedicalMatewhite' => $formValidatorPath . 'MedicalMatewhiteData.php',//医嘱白名单匹配
|
||||
'MedicalMateblack' => $formValidatorPath . 'MedicalMateblackData.php',//医嘱白名单与黑名单匹配
|
||||
'MedicalMatedrug' => $formValidatorPath . 'MedicalMatedrugData.php',//医嘱原始数据与药物匹配信息
|
||||
'MedicalOcrdata' => $formValidatorPath . 'MedicalOcrdataData.php',//医嘱原始数据
|
||||
'MedicalLock' => $formValidatorPath . 'MedicalLockData.php',//医嘱锁定信息
|
||||
'PatientFormContentImg' => $formValidatorPath . 'PatientFormContentImgData.php',//患者医嘱用药附件信息
|
||||
'TmpDeletename' => $formValidatorPath . 'TmpDeletenameData.php',//删除识别名称信息表
|
||||
'TmpDrug' => $formValidatorPath . 'TmpDrugData.php',//药物字典项信息表
|
||||
'TmpDrugcategory' => $formValidatorPath . 'TmpDrugcategoryData.php',//药物分类字典项信息表
|
||||
'TmpKeyword' => $formValidatorPath . 'TmpKeywordData.php',//检查项信息表
|
||||
'TmpMedical' => $formValidatorPath . 'TmpMedicalData.php',//医嘱原始数据信息表
|
||||
'TmpMedicalblack' => $formValidatorPath . 'TmpMedicalblackData.php',//医嘱匹配上白名单与黑名单匹配信息表
|
||||
'TmpMedicaldrug' => $formValidatorPath . 'TmpMedicaldrugData.php',//医嘱原始数据与药物匹配信息表
|
||||
'TmpMedicallock' => $formValidatorPath . 'TmpMedicallockData.php',//医嘱锁定数据信息表
|
||||
'TmpMedicaltake' => $formValidatorPath . 'TmpMedicaltakeData.php',//用药字典项信息表
|
||||
'TmpMedicalwhite' => $formValidatorPath . 'TmpMedicalwhiteData.php',//医嘱与白名单匹配信息表
|
||||
'TmpMedicalword' => $formValidatorPath . 'TmpMedicalwordData.php',//医嘱黑白名单信息表
|
||||
'TmpRawblack' => $formValidatorPath . 'TmpRawblackData.php',//化验单匹配上检查项的数据的与黑名单匹配信息表
|
||||
'TmpRawdata' => $formValidatorPath . 'TmpRawdataData.php',//识别原始数据信息表
|
||||
'TmpRawlock' => $formValidatorPath . 'TmpRawlockData.php',//化验单锁定数据信息表
|
||||
'TmpRawmate' => $formValidatorPath . 'TmpRawmateData.php',//化验单原始数据与检查项匹配信息表
|
||||
'TmpRawword' => $formValidatorPath . 'TmpRawwordData.php',//指标黑名单信息表
|
||||
'TmpReplace' => $formValidatorPath . 'TmpReplaceData.php',//替换识别项信息表
|
||||
'TmpSigkeyword' => $formValidatorPath . 'TmpSigkeywordData.php',//中心检查项设置信息表
|
||||
'TmpHospital' => $formValidatorPath . 'TmpHospitalData.php',//入院记录字典项信息表
|
||||
'TmpInspect' => $formValidatorPath . 'TmpInspectData.php',//体格检查分类信息表
|
||||
'TmpPatienthospital' => $formValidatorPath . 'TmpPatienthospitalData.php',//患者入院记录信息表
|
||||
'TmpReport' => $formValidatorPath . 'TmpReportData.php',//介入报告字典项信息表
|
||||
'DictionaryDiseasecategory' => $formValidatorPath . 'DictionaryDiseasecategoryData.php',//疾病分类设置
|
||||
'DictionaryDisease' => $formValidatorPath . 'DictionaryDiseaseData.php',//疾病设置
|
||||
'TmpAnnex' => $formValidatorPath . 'TmpAnnexData.php',//附件信息表
|
||||
'TmpPatient' => $formValidatorPath . 'TmpPatientData.php',//临时患者信息表
|
||||
'TmpPatientct' => $formValidatorPath . 'TmpPatientctData.php',//临时患者影像信息表
|
||||
'TmpCustom' => $formValidatorPath . 'TmpCustomData.php',//临时患者影像化验单原始数据信息表
|
||||
'TmpTable' => $formValidatorPath . 'TmpTableData.php',//临时患者医嘱介入报告原始数据信息
|
||||
'TmpText' => $formValidatorPath . 'TmpTextData.php',//临时患者入院出院原始数据信息
|
||||
'TmpOutmedical' => $formValidatorPath . 'TmpOutmedicalData.php',//临时患者出院用药信息
|
||||
'TmpIntervene' => $formValidatorPath . 'TmpInterveneData.php',//临时患者介入报告信息
|
||||
'TmpIntervene0' => $formValidatorPath . 'TmpIntervene0Data.php',//临时患者介入报告病态部位信息
|
||||
'TmpIntervene1' => $formValidatorPath . 'TmpIntervene1Data.php',//临时患者介入报告置入支架信息
|
||||
'TmpIntervene2' => $formValidatorPath . 'TmpIntervene2Data.php',//临时患者介入报告药物球囊信息
|
||||
'OcrRawlockunique' => $formValidatorPath . 'OcrRawlockuniqueData.php',//天坛患者化验单去重信息
|
||||
'TmpCtreplace' => $formValidatorPath . 'TmpCtreplaceData.php',//秋水仙碱心电图彩超替换信息
|
||||
'MessageField' => $formValidatorPath . 'MessageFieldData.php',//消息推送字段设置
|
||||
'MessageSend' => $formValidatorPath . 'MessageSendData.php',//消息推送信息设置
|
||||
'CollectCategory' => $formValidatorPath . 'CollectCategoryData.php',//病例收集分类设置
|
||||
'CollectInspect' => $formValidatorPath . 'CollectInspectData.php',//病例收集体格检查分类信息表
|
||||
'CollectHospital' => $formValidatorPath . 'CollectHospitalData.php',//病例收集入院字典项信息表
|
||||
'CollectItemhospital' => $formValidatorPath . 'CollectItemhospitalData.php',//病例收集项目入院记录字典项信息表
|
||||
'CollectOut' => $formValidatorPath . 'CollectOutData.php',//病例收集出院字典项信息表
|
||||
'CollectItemout' => $formValidatorPath . 'CollectItemoutData.php',//病例收集项目出院记录字典项信息表
|
||||
'CollectDrugcategory' => $formValidatorPath . 'CollectDrugcategoryData.php',//病例收集药物分类信息表
|
||||
'CollectDrug' => $formValidatorPath . 'CollectDrugData.php',//病例收集药物字典项信息表
|
||||
'CollectMedicalword' => $formValidatorPath . 'CollectMedicalwordData.php',//病例收集医嘱黑/白名单信息表
|
||||
'CollectMedicaltake' => $formValidatorPath . 'CollectMedicaltakeData.php',//病例收集用药字典项信息表
|
||||
'CollectItemdrug' => $formValidatorPath . 'CollectItemdrugData.php',//病例收集项目药物字典项信息表
|
||||
'CollectEcg' => $formValidatorPath . 'CollectEcgData.php',//病例收集心电图字典项信息表
|
||||
'CollectItemecg' => $formValidatorPath . 'CollectItemecgData.php',//病例收集项目心电图字典项信息表
|
||||
'CollectCt' => $formValidatorPath . 'CollectCtData.php',//病例收集彩超字典项信息表
|
||||
'CollectItemct' => $formValidatorPath . 'CollectItemctData.php',//病例收集项目彩超字典项信息表
|
||||
'CollectReport' => $formValidatorPath . 'CollectReportData.php',//病例收集介入报告字典项信息表
|
||||
'CollectItemreport' => $formValidatorPath . 'CollectItemreportData.php',//病例收集项目介入报告字典项信息表
|
||||
'CollectKeywordcat' => $formValidatorPath . 'CollectKeywordcatData.php',//病例收集检查项分类字典项信息表
|
||||
'CollectKeyword' => $formValidatorPath . 'CollectKeywordData.php',//病例收集检查项字典项信息表
|
||||
'CollectRawword' => $formValidatorPath . 'CollectRawwordData.php',//病例收集化验单黑名单信息表
|
||||
'CollectItemkeyword' => $formValidatorPath . 'CollectItemkeywordData.php',//病例收集项目检查项字典项信息表
|
||||
'CollectCost' => $formValidatorPath . 'CollectCostData.php',//病例收集费用字典项信息表
|
||||
'CollectItemcost' => $formValidatorPath . 'CollectItemcostData.php',//病例收集项目费用字典项信息表
|
||||
'MessageSendPatient' => $formValidatorPath . 'MessageSendPatientData.php',//受试者推送信息
|
||||
'CollectPatienthospital' => $formValidatorPath . 'CollectPatienthospitalData.php',//病例收集患者入院记录信息表
|
||||
'CollectPatientecg' => $formValidatorPath . 'CollectPatientecgData.php',//病例收集患者心电图记录信息表
|
||||
'CollectPatientct' => $formValidatorPath . 'CollectPatientctData.php',//病例收集患者彩超记录信息表
|
||||
'CollectPatientreport' => $formValidatorPath . 'CollectPatientreportData.php',//病例收集患者介入报告记录信息表
|
||||
'CollectPatientraw' => $formValidatorPath . 'CollectPatientrawData.php',//病例收集患者化验单记录信息表
|
||||
'CollectPatientrawmate' => $formValidatorPath . 'CollectPatientrawmateData.php',//病例收集患者化验单匹配记录信息表
|
||||
'CollectPatientrawblack' => $formValidatorPath . 'CollectPatientrawblackData.php',//病例收集患者化验单黑名单匹配记录信息表
|
||||
'CollectPatientrawlock' => $formValidatorPath . 'CollectPatientrawlockData.php',//病例收集患者化验单锁定记录信息表
|
||||
'CollectPatientmedical' => $formValidatorPath . 'CollectPatientmedicalData.php',//病例收集患者医嘱原始数据信息表
|
||||
'CollectPatientmedicalwhite' => $formValidatorPath . 'CollectPatientmedicalwhiteData.php',//病例收集患者医嘱与白名单匹配信息表
|
||||
'CollectPatientmedicalblack' => $formValidatorPath . 'CollectPatientmedicalblackData.php',//病例收集患者医嘱匹配上白名单与黑名单匹配信息表
|
||||
'CollectPatientmedicaldrug' => $formValidatorPath . 'CollectPatientmedicaldrugData.php',//病例收集患者医嘱原始数据与药物匹配信息表
|
||||
'CollectPatientmedicallock' => $formValidatorPath . 'CollectPatientmedicallockData.php',//病例收集患者医嘱锁定数据信息表
|
||||
'CollectPatientout' => $formValidatorPath . 'CollectPatientoutData.php',//病例收集患者出院记录信息表
|
||||
'OcrSpecialmedical' => $formValidatorPath . 'OcrSpecialmedicalData.php',//特殊用药整理信息表
|
||||
'CollectPatient' => $formValidatorPath . 'CollectPatientData.php',//病例收集患者信息表
|
||||
'CollectAnnex' => $formValidatorPath . 'CollectAnnexData.php',//病例收集患者附件信息表
|
||||
'ExportSas' => $formValidatorPath . 'ExportSasData.php',//sas导出
|
||||
'CollectSighospital' => $formValidatorPath . 'CollectSighospitalData.php',//病例收集项目中心入院记录信息表
|
||||
'CollectSigout' => $formValidatorPath . 'CollectSigoutData.php',//病例收集项目中心出院记录信息表
|
||||
'CollectSigkeyword' => $formValidatorPath . 'CollectSigkeywordData.php',//病例收集项目中心检查项字典项信息表
|
||||
'ItemFormrecognition' => $formValidatorPath . 'ItemFormrecognitionData.php',//表单识别配置信息表
|
||||
'ItemDrugbatch' => $formValidatorPath . 'ItemDrugbatchData.php',//药物批次信息
|
||||
'ItemPatientformimgcontent' => $formValidatorPath . 'ItemPatientformimgcontentData.php',//常规类(识别)表单识别拆分信息
|
||||
'DictionaryDetectname' => $formValidatorPath . 'DictionaryDetectnameData.php',//字典项检查项
|
||||
'ItemSigdrugbatch' => $formValidatorPath . 'ItemSigdrugbatchData.php',//中心选择药物批次信息
|
||||
'ItemPatientdrugbatch' => $formValidatorPath . 'ItemPatientdrugbatchData.php',//受试者取药信息
|
||||
'CollectTable' => $formValidatorPath . 'CollectTableData.php',//表格识别信息
|
||||
'CollectText' => $formValidatorPath . 'CollectTextData.php',//文本识别信息
|
||||
'CollectCustom' => $formValidatorPath . 'CollectCustomData.php',//自定义识别信息
|
||||
'ItemResultidentify' => $formValidatorPath . 'ItemResultidentifyData.php',//特殊结果标识字典项
|
||||
'ItemIdentificationexport' => $formValidatorPath . 'ItemIdentificationexportData.php',//研究者申请导出
|
||||
'DoctoradviceOriginal' => $formValidatorPath . 'DoctoradviceOriginalData.php',//医嘱信息表
|
||||
'ItemPatientinfo' => $formValidatorPath . 'ItemPatientinfoData.php',//追加患者信息
|
||||
'DictionaryLeverform' => $formValidatorPath . 'DictionaryLeverformData.php',//层级字典项表单设置表
|
||||
'DictionaryLevervalue' => $formValidatorPath . 'DictionaryLevervalueData.php',//层级字典项选项设置表
|
||||
'ItemSignaturebatch' => $formValidatorPath . 'ItemSignaturebatchData.php',//受试者表单电子签名批次表
|
||||
'ItemSignaturedetail' => $formValidatorPath . 'ItemSignaturedetailData.php',//受试者表单电子签名明细表
|
||||
'ItemDetectpatient' => $formValidatorPath . 'ItemDetectpatientData.php',//受试者重点事件监控信息表
|
||||
'DictionaryOcrreplace' => $formValidatorPath . 'DictionaryOcrreplaceData.php',//识别数据字样替换信息表
|
||||
'ItemCissclass' => $formValidatorPath . 'ItemCissclassData.php',//项目CISS分型信息表
|
||||
'ItemCissoption' => $formValidatorPath . 'ItemCissoptionData.php',//项目CISS分型选项信息表
|
||||
'ItemPatientciss' => $formValidatorPath . 'ItemPatientcissData.php',//项目受试者CISS分型信息表
|
||||
'Fixednametype' => $formValidatorPath . 'FixednametypeData.php',//固定变量名分类字典项检查项
|
||||
'Fixedname' => $formValidatorPath . 'FixednameData.php',//固定变量名明细表
|
||||
'ProjectMsgset' => $formValidatorPath . 'ProjectMsgsetData.php',//消息提醒设置信息
|
||||
'ProjectMsginfo' => $formValidatorPath . 'ProjectMsginfoData.php',//每日人员待处理工作明细信息表
|
||||
'ProjectMsgsend' => $formValidatorPath . 'ProjectMsgsendData.php',//待处理信息提醒记录
|
||||
'ItemPlanviolate' => $formValidatorPath . 'ItemPlanviolateData.php',//方案违背监察字典项表
|
||||
'AdminWeblink' => $formValidatorPath . 'AdminWeblinkData.php', //网站管理表
|
||||
'AdminWorkbatch' => $formValidatorPath . 'AdminWorkbatchData.php', //个人工作统计批次表
|
||||
'AdminWorkinfo' => $formValidatorPath . 'AdminWorkinfoData.php', //个人工作统计明细表
|
||||
'DictionaryEventset' => $formValidatorPath . 'DictionaryEventsetData.php',//其他事件管理字典项
|
||||
'DictionaryEventattr' => $formValidatorPath . 'DictionaryEventattrData.php',//其他事件管理字典项属性
|
||||
'AdminMedicallock' => $formValidatorPath . 'AdminMedicallockData.php', //个人核查用药工作统计明细表
|
||||
'ItemPatientevent' => $formValidatorPath . 'ItemPatienteventData.php', //其他事件管理信息表
|
||||
'ItemPatienteventset' => $formValidatorPath . 'ItemPatienteventsetData.php', //其他事件管理设置信息表
|
||||
'ProjectPatientwork' => $formValidatorPath . 'ProjectPatientworkData.php', //化验单/常规识别工作记录表
|
||||
'ProjectMedicalquestion' => $formValidatorPath . 'ProjectMedicalquestionData.php', //用药信息复核问题批次表
|
||||
'ProjectMedicalquestioninfo' => $formValidatorPath . 'ProjectMedicalquestioninfoData.php', //用药信息复核问题明细表
|
||||
'ProjectMedicalconfirm' => $formValidatorPath . 'ProjectMedicalconfirmData.php', //用药信息复核确认批次记录表
|
||||
'ProjectMedicalconfirminfo' => $formValidatorPath . 'ProjectMedicalconfirminfoData.php', //用药信息复核确认明细记录表
|
||||
'ProjectMedicalset' => $formValidatorPath . 'ProjectMedicalsetData.php', //用药信息复核设置表
|
||||
'ItemCheckdate' => $formValidatorPath . 'ItemCheckdateData.php', //项目化验单采集时间类型记录表
|
||||
'ProjectCmdrugset' => $formValidatorPath . 'ProjectCmdrugsetData.php', //项目用药原因默认药物信息表
|
||||
'ItemPatientformunlock' => $formValidatorPath . 'ItemPatientformunlockData.php', //申请解锁信息表
|
||||
'CollectPatientdrug' => $formValidatorPath . 'CollectPatientdrugData.php', //受试者用药及核查信息表
|
||||
'DictionaryItemcategory' => $formValidatorPath . 'DictionaryItemcategoryData.php', //项目分类管理字典项
|
||||
'ItemPackage' => $formValidatorPath . 'ItemPackageData.php', //项目分类管理字典项
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user