1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>환자기본정보 설정</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main/>
- <send>
- <reqdata/>
- <savedata/>
- </send>
- <hidden>
- <topinfo/>
- </hidden>
- <init/>
- <activeyn/>
- </root>
- </instance>
- <submission id="TRMMO04102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/hidden/topinfo"/>
- <submission id="TRMMO04202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/hidden/topinfo"/>
- <submission id="TRMMO04302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/hidden/topinfo"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // 외래환자 parameter 구조 ioflag▦pid▦orddd▦cretno▦instcd▦acptseqno▦orgorddd
- // 외래/입원구분▦등록번호▦진료일자▦생성번호▦기관코드▦등록일련번호▦원진료일자▦
- // ex) O▦00301165▦20070516▦1▦012▦1▦20070516
- //
- // 입원환자 parameter 구조 ioflag▦pid▦indd▦cretno▦seqno▦instcd
- // 외래/입원구분▦등록번호▦입원일자▦생성번호▦일련번호▦기관코드
- // ex) I▦00005726▦20070105▦1▦2▦012
- //
- // 지원부서 parameter 구조 ioflag▦prcpdd▦execprcpuniqno▦instcd
- // 처리구분▦외래/입원구분▦처방일자▦실시부서유일번호▦기관코드
- // ex) S▦20070619▦36▦012
- //
- // 수술환자 parameter 구조 ioflag▦pid▦opcnfmdd▦cretno▦instcd▦perfdeptcd▦perfdrid▦patflag▦procflag
- // 외래/입원구분▦등록번호▦수술일자▦생성번호▦기관코드▦집도과▦집도의▦환자구분▦처리구분
- fInitialize_SPMMO08900();
- ]]>
- </script>
- <submission id="TRMMO04502" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/hidden/topinfo"/>
- <submission id="TRMMO04802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/hidden/topinfo"/>
- <submission id="TRMRI03007" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/activeyn"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/SPMMO08900.js"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="0" pageheight="0" guideline="1,379;2,91;" style="font-size:11pt; margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <shape id="roundrect1" class="roundrect_error" appearance="roundrect" style="left:1px; top:1px; width:378px; height:134px; "/>
- <caption id="caption1" style="left:128px; top:45px; width:197px; height:56px; font-size:11pt; font-weight:bold; ">환자 기본 정보 설정 중</caption>
- <img id="img1" src="../../../com/commonweb/images/error.gif" style="left:40px; top:35px; width:75px; height:70px; "/>
- </xhtml:body>
- </xhtml:html>
|