[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cvs] jma-receipt/cobol/api01rv2, jma-receipt/cobol/common, jma-receipt/cobol/copy, jma-receipt/cobol/orca01, jma-receipt/cobol/orcabt, jma-receipt/lddef, jma-receipt/record, jma-receipt/scripts, jma-receipt/scripts/daily: 帳票印刷API対応
- To: cvs-jma-receipt@xxxxxxxxxxxxxx
- Subject: [cvs] jma-receipt/cobol/api01rv2, jma-receipt/cobol/common, jma-receipt/cobol/copy, jma-receipt/cobol/orca01, jma-receipt/cobol/orcabt, jma-receipt/lddef, jma-receipt/record, jma-receipt/scripts, jma-receipt/scripts/daily: 帳票印刷API対応
- From: ota@xxxxxxxxxxxxxxxxxx (ota)
- Date: Mon, 29 May 2017 13:19:08 +0900
- List-archive: </cvs-orca>
ota Mon, 29 May 2017 13:19:08 +0900
Modified files:
jma-receipt/cobol/api01rv2:
Makefile ORAPI001R1V2.CBL
jma-receipt/cobol/common:
Makefile ORCHCDUMMY.CBL ORCRPMAIN.CBL ORCSMKPRT1.CBL
jma-receipt/cobol/copy:
API01RV2SCRAREA.INC CPFMSHOHO.INC CPORCRPMAIN.INC Makefile.in
jma-receipt/cobol/orca01:
ORCGXA01.CBL ORCGXA02.CBL
jma-receipt/cobol/orcabt:
Makefile ORCBONPRT.CBL ORCBPRT1.CBL
jma-receipt/lddef:
api01rv2.ld orcabt.bd
jma-receipt/record:
Makefile.in fm_prescription.db
jma-receipt/scripts:
Makefile.in
jma-receipt/scripts/daily:
online-reprint.sh.in
Added files:
jma-receipt/cobol/api01rv2:
ORAPI001R2V2.CBL
jma-receipt/cobol/common:
ORCSAPIFM.CBL ORCSAPIFMTERM.CBL ORCSBLOBIMPORT.CBL
ORCSTEMPDIR.CBL
jma-receipt/cobol/copy:
CPORCSAPIFM.INC CPORCSBLOBIMPORT.INC CPORCSTEMPDIR.INC
CPPARA001.INC CPPSV2REQ.INC
jma-receipt/cobol/orcabt:
ORCBAPIFMTERM.CBL
jma-receipt/record:
prescriptionv2.rec xml_prescriptionv2req.db
jma-receipt/scripts/daily:
import_blob.sh.in rpmain1.sh.in
Log:
帳票印刷API対応
Revision Changes Path
1.27 +1 -0 jma-receipt/cobol/api01rv2/Makefile
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/api01rv2/Makefile?cvsroot=local&r1=1.26&r2=1.27
1.7 +42 -998 jma-receipt/cobol/api01rv2/ORAPI001R1V2.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/api01rv2/ORAPI001R1V2.CBL?cvsroot=local&r1=1.6&r2=1.7
1.1 -ADDED- jma-receipt/cobol/api01rv2/ORAPI001R2V2.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/api01rv2/ORAPI001R2V2.CBL?cvsroot=local&rev=1.1
1.331 +4 -0 jma-receipt/cobol/common/Makefile
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/common/Makefile?cvsroot=local&r1=1.330&r2=1.331
1.5 +14 -8 jma-receipt/cobol/common/ORCHCDUMMY.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/common/ORCHCDUMMY.CBL?cvsroot=local&r1=1.4&r2=1.5
1.6 +423 -18 jma-receipt/cobol/common/ORCRPMAIN.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/common/ORCRPMAIN.CBL?cvsroot=local&r1=1.5&r2=1.6
1.1 -ADDED- jma-receipt/cobol/common/ORCSAPIFM.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/common/ORCSAPIFM.CBL?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/cobol/common/ORCSAPIFMTERM.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/common/ORCSAPIFMTERM.CBL?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/cobol/common/ORCSBLOBIMPORT.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/common/ORCSBLOBIMPORT.CBL?cvsroot=local&rev=1.1
1.20 +80 -0 jma-receipt/cobol/common/ORCSMKPRT1.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/common/ORCSMKPRT1.CBL?cvsroot=local&r1=1.19&r2=1.20
1.1 -ADDED- jma-receipt/cobol/common/ORCSTEMPDIR.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/common/ORCSTEMPDIR.CBL?cvsroot=local&rev=1.1
1.24 +3 -1 jma-receipt/cobol/copy/API01RV2SCRAREA.INC
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/API01RV2SCRAREA.INC?cvsroot=local&r1=1.23&r2=1.24
1.3 +1 -0 jma-receipt/cobol/copy/CPFMSHOHO.INC
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/CPFMSHOHO.INC?cvsroot=local&r1=1.2&r2=1.3
1.5 +1 -0 jma-receipt/cobol/copy/CPORCRPMAIN.INC
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/CPORCRPMAIN.INC?cvsroot=local&r1=1.4&r2=1.5
1.1 -ADDED- jma-receipt/cobol/copy/CPORCSAPIFM.INC
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/CPORCSAPIFM.INC?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/cobol/copy/CPORCSBLOBIMPORT.INC
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/CPORCSBLOBIMPORT.INC?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/cobol/copy/CPORCSTEMPDIR.INC
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/CPORCSTEMPDIR.INC?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/cobol/copy/CPPARA001.INC
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/CPPARA001.INC?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/cobol/copy/CPPSV2REQ.INC
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/CPPSV2REQ.INC?cvsroot=local&rev=1.1
1.816 +6 -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.815&r2=1.816
1.46 +64 -9 jma-receipt/cobol/orca01/ORCGXA01.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orca01/ORCGXA01.CBL?cvsroot=local&r1=1.45&r2=1.46
1.25 +1 -1 jma-receipt/cobol/orca01/ORCGXA02.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orca01/ORCGXA02.CBL?cvsroot=local&r1=1.24&r2=1.25
1.301 +1 -0 jma-receipt/cobol/orcabt/Makefile
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orcabt/Makefile?cvsroot=local&r1=1.300&r2=1.301
1.1 -ADDED- jma-receipt/cobol/orcabt/ORCBAPIFMTERM.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orcabt/ORCBAPIFMTERM.CBL?cvsroot=local&rev=1.1
1.12 +1 -2 jma-receipt/cobol/orcabt/ORCBONPRT.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orcabt/ORCBONPRT.CBL?cvsroot=local&r1=1.11&r2=1.12
1.42 +45 -18 jma-receipt/cobol/orcabt/ORCBPRT1.CBL
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orcabt/ORCBPRT1.CBL?cvsroot=local&r1=1.41&r2=1.42
1.32 +9 -0 jma-receipt/lddef/api01rv2.ld
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/lddef/api01rv2.ld?cvsroot=local&r1=1.31&r2=1.32
1.51 +8 -1 jma-receipt/lddef/orcabt.bd
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/lddef/orcabt.bd?cvsroot=local&r1=1.50&r2=1.51
1.369 +2 -0 jma-receipt/record/Makefile.in
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/Makefile.in?cvsroot=local&r1=1.368&r2=1.369
1.5 +2 -0 jma-receipt/record/fm_prescription.db
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/fm_prescription.db?cvsroot=local&r1=1.4&r2=1.5
1.1 -ADDED- jma-receipt/record/prescriptionv2.rec
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/prescriptionv2.rec?cvsroot=local&rev=1.1
1.1 -ADDED- jma-receipt/record/xml_prescriptionv2req.db
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/xml_prescriptionv2req.db?cvsroot=local&rev=1.1
1.156 +2 -0 jma-receipt/scripts/Makefile.in
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/scripts/Makefile.in?cvsroot=local&r1=1.155&r2=1.156
1.1 -ADDED- jma-receipt/scripts/daily/import_blob.sh.in
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/scripts/daily/import_blob.sh.in?cvsroot=local&rev=1.1
1.10 +4 -1 jma-receipt/scripts/daily/online-reprint.sh.in
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/scripts/daily/online-reprint.sh.in?cvsroot=local&r1=1.9&r2=1.10
1.1 -ADDED- jma-receipt/scripts/daily/rpmain1.sh.in
http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/scripts/daily/rpmain1.sh.in?cvsroot=local&rev=1.1