[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cvs] jma-receipt/cobol/copy, jma-receipt/cobol/orca12, jma-receipt/lddef, jma-receipt/record: HAORI患者登録対応
- To: cvs-jma-receipt@xxxxxxxxxxxxxx
- Subject: [cvs] jma-receipt/cobol/copy, jma-receipt/cobol/orca12, jma-receipt/lddef, jma-receipt/record: HAORI患者登録対応
- From: tatano@xxxxxxxxxxxxxxxxxx (tatano)
- Date: Wed, 26 Aug 2015 15:03:09 +0900
- List-archive: </cvs-orca>
tatano Wed, 26 Aug 2015 15:03:09 +0900
Modified files:
jma-receipt/cobol/copy:
Makefile.in ORCA12SCRAREA.INC P02SCR-SPA
jma-receipt/cobol/orca12:
Makefile ORCGP029.CBL ORCGP02W1.CBL ORCSP03B.CBL ORCSP90.CBL
jma-receipt/lddef:
orca12.ld
jma-receipt/record:
Makefile.in
Added files:
jma-receipt/cobol/copy:
CPORAPI012SUB1.INC CPPATIENTMODV3REQ1.INC
CPPATIENTMODV3REQ2.INC CPPATIENTMODV3RES1.INC
CPPATIENTMODV3RES2.INC
jma-receipt/cobol/orca12:
ORAPI012S1V3.CBL ORAPI012S2V3.CBL ORAPI012SUB1.CBL
jma-receipt/record:
patientmodv31.rec patientmodv32.rec xml_patientmodv3req1.db
xml_patientmodv3req2.db xml_patientmodv3res1.db
xml_patientmodv3res2.db
Log:
HAORI患者登録対応
Revision Changes Path
1.1 -ADDED- jma-receipt/cobol/copy/CPORAPI012SUB1.INC
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/CPORAPI012SUB1.INC?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/cobol/copy/CPPATIENTMODV3REQ1.INC
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/CPPATIENTMODV3REQ1.INC?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/cobol/copy/CPPATIENTMODV3REQ2.INC
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/CPPATIENTMODV3REQ2.INC?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/cobol/copy/CPPATIENTMODV3RES1.INC
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/CPPATIENTMODV3RES1.INC?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/cobol/copy/CPPATIENTMODV3RES2.INC
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/CPPATIENTMODV3RES2.INC?cvsroot=local&rev=1.1
1.736 +5 -0 jma-receipt/cobol/copy/Makefile.in
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/Makefile.in?cvsroot=local&r1=1.735&r2=1.736
1.5 +6 -0 jma-receipt/cobol/copy/ORCA12SCRAREA.INC
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/ORCA12SCRAREA.INC?cvsroot=local&r1=1.4&r2=1.5
1.117 +7 -3 jma-receipt/cobol/copy/P02SCR-SPA
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/P02SCR-SPA?cvsroot=local&r1=1.116&r2=1.117
1.26 +3 -0 jma-receipt/cobol/orca12/Makefile
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orca12/Makefile?cvsroot=local&r1=1.25&r2=1.26
1.1 -ADDED- jma-receipt/cobol/orca12/ORAPI012S1V3.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orca12/ORAPI012S1V3.CBL?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/cobol/orca12/ORAPI012S2V3.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orca12/ORAPI012S2V3.CBL?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/cobol/orca12/ORAPI012SUB1.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orca12/ORAPI012SUB1.CBL?cvsroot=local&rev=1.1
1.70 +1 -0 jma-receipt/cobol/orca12/ORCGP029.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orca12/ORCGP029.CBL?cvsroot=local&r1=1.69&r2=1.70
1.197 +243 -0 jma-receipt/cobol/orca12/ORCGP02W1.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orca12/ORCGP02W1.CBL?cvsroot=local&r1=1.196&r2=1.197
1.85 +5 -0 jma-receipt/cobol/orca12/ORCSP03B.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orca12/ORCSP03B.CBL?cvsroot=local&r1=1.84&r2=1.85
1.29 +14 -7 jma-receipt/cobol/orca12/ORCSP90.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orca12/ORCSP90.CBL?cvsroot=local&r1=1.28&r2=1.29
1.11 +8 -0 jma-receipt/lddef/orca12.ld
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/lddef/orca12.ld?cvsroot=local&r1=1.10&r2=1.11
1.312 +6 -0 jma-receipt/record/Makefile.in
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/Makefile.in?cvsroot=local&r1=1.311&r2=1.312
1.1 -ADDED- jma-receipt/record/patientmodv31.rec
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/patientmodv31.rec?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/record/patientmodv32.rec
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/patientmodv32.rec?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/record/xml_patientmodv3req1.db
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/xml_patientmodv3req1.db?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/record/xml_patientmodv3req2.db
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/xml_patientmodv3req2.db?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/record/xml_patientmodv3res1.db
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/xml_patientmodv3res1.db?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/record/xml_patientmodv3res2.db
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/xml_patientmodv3res2.db?cvsroot=local&rev=1.1