|
@@ -36,6 +36,10 @@ public class OtherRule {
|
|
|
* @return
|
|
|
*/
|
|
|
public void smhxjcAndYdteog(WordCrfDTO wordCrfDTO, IndicationDTO res) {
|
|
|
+ // 七院特有
|
|
|
+ if (6 != wordCrfDTO.getHospitalId()) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
// 1、比较是否包含2种诊断
|
|
|
List<Item> diagAllList = wordCrfDTO.getDiag(); // 结构化诊断
|
|
|
List<String> zsxList = Lists.newArrayList();// 阻塞性睡眠呼吸暂停综合征医院名称
|