|
@@ -47,6 +47,12 @@ public interface RationalUseDao {
|
|
|
RationalUsePatient huanZheXinXi(@Param("patNo") String patNo,
|
|
|
@Param("times") Integer times);
|
|
|
|
|
|
+ @Select("select rtrim(order_code) code, gmxm name " +
|
|
|
+ "from yz_temperature_gm " +
|
|
|
+ "where inpatient_no = #{patNo} and admiss_times = #{times}")
|
|
|
+ List<XunHuanJieDian> guoMin(@Param("patNo") String patNo,
|
|
|
+ @Param("times") Integer times);
|
|
|
+
|
|
|
/**
|
|
|
* 获取患者诊断
|
|
|
*
|