[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cvs] jma-receipt/cobol/common, jma-receipt/cobol/copy, jma-receipt/cobol/orca12, jma-receipt/lddef, jma-receipt/record: HARI患者登録、保険公費、労災保険対応



tatano      Wed, 7 Oct 2015 09:34:33 +0900

  Modified files:
    jma-receipt/cobol/common:
      ORCSAPIHKN.CBL
    jma-receipt/cobol/copy:
      CPORAPI012SUB1.INC CPPATIENTXMLV2RES.INC Makefile.in
      ORCA12SCRAREA.INC P02COMMON-SPA
    jma-receipt/cobol/orca12:
      Makefile ORAPI012S1V3.CBL ORAPI012S2V3.CBL ORAPI012SUB1.CBL
      ORAPI012SUB2V3.CBL ORCGP029.CBL ORCGP02D.CBL ORCGP02W1.CBL
    jma-receipt/lddef:
      orca12.ld
    jma-receipt/record:
      Makefile.in xml_patientinfov2res.db xml_patientmodv3req1.db
      xml_patientmodv3req2.db xml_patientmodv3res1.db
      xml_patientmodv3res2.db
  Added files:
    jma-receipt/cobol/copy:
      CPPATIENTMODV3REQ3.INC CPPATIENTMODV3RES3.INC
    jma-receipt/cobol/orca12:
      ORAPI012S3V3.CBL
    jma-receipt/record:
      patientmodv33.rec xml_patientmodv3req3.db
      xml_patientmodv3res3.db
  Log:
    HARI患者登録、保険公費、労災保険対応
  
  
  Revision    Changes    Path
  1.12        +13  -153  jma-receipt/cobol/common/ORCSAPIHKN.CBL
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/common/ORCSAPIHKN.CBL?cvsroot=local&r1=1.11&r2=1.12
  1.2         +2   -0    jma-receipt/cobol/copy/CPORAPI012SUB1.INC
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/CPORAPI012SUB1.INC?cvsroot=local&r1=1.1&r2=1.2
  1.1         -ADDED-    jma-receipt/cobol/copy/CPPATIENTMODV3REQ3.INC
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/CPPATIENTMODV3REQ3.INC?cvsroot=local&rev=1.1
  1.1         -ADDED-    jma-receipt/cobol/copy/CPPATIENTMODV3RES3.INC
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/CPPATIENTMODV3RES3.INC?cvsroot=local&rev=1.1
  1.8         +1   -1    jma-receipt/cobol/copy/CPPATIENTXMLV2RES.INC
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/CPPATIENTXMLV2RES.INC?cvsroot=local&r1=1.7&r2=1.8
  1.741       +2   -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.740&r2=1.741
  1.6         +3   -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.5&r2=1.6
  1.30        +2   -0    jma-receipt/cobol/copy/P02COMMON-SPA
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/copy/P02COMMON-SPA?cvsroot=local&r1=1.29&r2=1.30
  1.28        +1   -0    jma-receipt/cobol/orca12/Makefile
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orca12/Makefile?cvsroot=local&r1=1.27&r2=1.28
  1.2         +33  -24   jma-receipt/cobol/orca12/ORAPI012S1V3.CBL
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orca12/ORAPI012S1V3.CBL?cvsroot=local&r1=1.1&r2=1.2
  1.3         +137 -332  jma-receipt/cobol/orca12/ORAPI012S2V3.CBL
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orca12/ORAPI012S2V3.CBL?cvsroot=local&r1=1.2&r2=1.3
  1.1         -ADDED-    jma-receipt/cobol/orca12/ORAPI012S3V3.CBL
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orca12/ORAPI012S3V3.CBL?cvsroot=local&rev=1.1
  1.2         +22  -0    jma-receipt/cobol/orca12/ORAPI012SUB1.CBL
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orca12/ORAPI012SUB1.CBL?cvsroot=local&r1=1.1&r2=1.2
  1.2         +30  -2    jma-receipt/cobol/orca12/ORAPI012SUB2V3.CBL
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orca12/ORAPI012SUB2V3.CBL?cvsroot=local&r1=1.1&r2=1.2
  1.71        +13  -5    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.70&r2=1.71
  1.52        +149 -22   jma-receipt/cobol/orca12/ORCGP02D.CBL
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/cobol/orca12/ORCGP02D.CBL?cvsroot=local&r1=1.51&r2=1.52
  1.198       +44  -10   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.197&r2=1.198
  1.12        +4   -0    jma-receipt/lddef/orca12.ld
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/lddef/orca12.ld?cvsroot=local&r1=1.11&r2=1.12
  1.314       +3   -0    jma-receipt/record/Makefile.in
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/Makefile.in?cvsroot=local&r1=1.313&r2=1.314
  1.1         -ADDED-    jma-receipt/record/patientmodv33.rec
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/patientmodv33.rec?cvsroot=local&rev=1.1
  1.8         +1   -1    jma-receipt/record/xml_patientinfov2res.db
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/xml_patientinfov2res.db?cvsroot=local&r1=1.7&r2=1.8
  1.2         +1   -1    jma-receipt/record/xml_patientmodv3req1.db
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/xml_patientmodv3req1.db?cvsroot=local&r1=1.1&r2=1.2
  1.2         +1   -1    jma-receipt/record/xml_patientmodv3req2.db
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/xml_patientmodv3req2.db?cvsroot=local&r1=1.1&r2=1.2
  1.1         -ADDED-    jma-receipt/record/xml_patientmodv3req3.db
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/xml_patientmodv3req3.db?cvsroot=local&rev=1.1
  1.2         +9   -5    jma-receipt/record/xml_patientmodv3res1.db
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/xml_patientmodv3res1.db?cvsroot=local&r1=1.1&r2=1.2
  1.2         +1   -1    jma-receipt/record/xml_patientmodv3res2.db
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/xml_patientmodv3res2.db?cvsroot=local&r1=1.1&r2=1.2
  1.1         -ADDED-    jma-receipt/record/xml_patientmodv3res3.db
    http://cvs.orca.med.or.jp/cgi-bin/cvsweb/jma-receipt/record/xml_patientmodv3res3.db?cvsroot=local&rev=1.1