SMMRI01300.js 939 B

123456789101112131415161718192021222324252627282930313233
  1. /**
  2. - ▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩
  3. 진료 - 미비항목별 통계 ( SMMRI01300.xrw - JScript )
  4. * Version :
  5. - Ver.1.00.01
  6. * 개발자: 이윤주
  7. * 최초작성일:
  8. - 20120326
  9. * 기타:
  10. - ▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩▩
  11. */
  12. function fInit(){
  13. //미비과, 퇴원과설정
  14. //fGetDeptCodeComboList("/root/send/reqdata", "/root/init/orddept", "A", getCurrentDate());
  15. mmbfGetDeptCodeComboList("/root/send/reqdata", "/root/init/orddept", "A");
  16. addComboItem("cmb_orddept", "전체", "-", "above");
  17. addComboItem("cmb_orddept", "호스피스과", "3100000000", "below");
  18. model.setValue("/root/main/cond/deptflag","01");
  19. model.setValue("/root/main/cond/orddeptcd","-");
  20. model.setValue("/root/main/cond/fromdd", getCurrentDate());
  21. model.setValue("/root/main/cond/todd" , getCurrentDate());
  22. model.refresh();
  23. }