You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
klhis/WEB-INF/conf/sysds_emr_dic.xml

49 lines
2.3 KiB

3 months ago
<?xml version="1.0" encoding="UTF-8"?>
<datasource>
<!-- 1 表示 sql语句dao 2表示存储过程dao 默认为sql语句dao-->
<!-- 病历质控反馈状态 100097 -->
<dao id="emrQcFeedbackStateDao" cache="true" type="1" memo="病历质控反馈状态">
<sql>select '' value,ZDZB_BH,BH,MC,PYM,WBM,VALUE1,VALUE2,XH,ZT from MAIN_ZDB where ZDZB_BH='100097' and zt=1 order by XH asc,BH asc</sql>
<tables>
<table name="MAIN_ZDB" insert="true" update="true" delete="true">
<primary>ZDZB_BH</primary>
<primary>BH</primary>
</table>
</tables>
<fields>
<f name="VALUE" type="12" />
<f name="ZDZB_BH" type="12" table="MAIN_ZDB" />
<f name="BH" type="12" table="MAIN_ZDB" />
<f name="MC" type="12" table="MAIN_ZDB" />
<f name="PYM" type="12" table="MAIN_ZDB" />
<f name="WBM" type="12" table="MAIN_ZDB" />
<f name="VALUE1" type="12" table="MAIN_ZDB" />
<f name="VALUE2" type="12" table="MAIN_ZDB" />
<f name="XH" type="-5" table="MAIN_ZDB" />
<f name="ZT" type="12" table="MAIN_ZDB" />
</fields>
</dao>
<dao id="emrhisdatacelltypedic" cache="true" type="1" memo="院内病历数据元元素类型字典">
<sql>select '' value,ZDZB_BH,BH,MC,PYM,WBM,VALUE1,VALUE2,XH,ZT from MAIN_ZDB where ZDZB_BH='100177' and zt=1 order by XH asc,BH asc</sql>
<tables>
<table name="MAIN_ZDB" insert="true" update="true" delete="true">
<primary>ZDZB_BH</primary>
<primary>BH</primary>
</table>
</tables>
<fields>
<f name="VALUE" type="12" />
<f name="ZDZB_BH" type="12" table="MAIN_ZDB" />
<f name="BH" type="12" table="MAIN_ZDB" />
<f name="MC" type="12" table="MAIN_ZDB" />
<f name="PYM" type="12" table="MAIN_ZDB" />
<f name="WBM" type="12" table="MAIN_ZDB" />
<f name="VALUE1" type="12" table="MAIN_ZDB" />
<f name="VALUE2" type="12" table="MAIN_ZDB" />
<f name="XH" type="-5" table="MAIN_ZDB" />
<f name="ZT" type="12" table="MAIN_ZDB" />
</fields>
</dao>
</datasource>