POST api/v1/patientarrival/confirmfee

确认费用

Request Information

URI Parameters

None.

Body Parameters

ChargeingInfoRQ
NameDescriptionTypeAdditional information
InpatientNo

住院号

string

None.

ClinicNo

//门诊挂号

string

None.

RISACTION

string

None.

HISID

string

None.

RISPATIENTID

string

None.

NAMESC

string

None.

PATIENTTYPE

string

None.

INHOSPITALNBR

string

None.

INHOSPITALREGION

string

None.

CHARGETYPE

string

None.

HISACCNO

string

None.

RISACCNO

string

None.

examDeptCode

string

None.

examDeptName

string

None.

AppointDoctorId

string

None.

AppointDoctorName

string

None.

ApplySiteId

string

None.

ErNo

string

None.

CHARGINGITEMS

Collection of ChargeingItem

None.

Request Formats

application/json, text/json

Sample:
{
  "inpatientNo": "sample string 1",
  "clinicNo": "sample string 2",
  "risaction": "sample string 3",
  "hisid": "sample string 4",
  "rispatientid": "sample string 5",
  "namesc": "sample string 6",
  "patienttype": "sample string 7",
  "inhospitalnbr": "sample string 8",
  "inhospitalregion": "sample string 9",
  "chargetype": "sample string 10",
  "hisaccno": "sample string 11",
  "risaccno": "sample string 12",
  "examDeptCode": "sample string 13",
  "examDeptName": "sample string 14",
  "appointDoctorId": "sample string 15",
  "appointDoctorName": "sample string 16",
  "applySiteId": "sample string 17",
  "erNo": "sample string 18",
  "chargingitems": [
    {
      "$id": "2",
      "code": "sample string 1",
      "name": "sample string 2",
      "count": "sample string 3",
      "price": "sample string 4",
      "action": "sample string 5",
      "operator": "sample string 6",
      "risitem": "sample string 7",
      "logno": "sample string 8",
      "applyNo": "sample string 9",
      "yzxh": "sample string 10",
      "xmlb": "sample string 11"
    },
    {
      "$ref": "2"
    }
  ]
}

text/html

Sample:
{"$id":"1","inpatientNo":"sample string 1","clinicNo":"sample string 2","risaction":"sample string 3","hisid":"sample string 4","rispatientid":"sample string 5","namesc":"sample string 6","patienttype":"sample string 7","inhospitalnbr":"sample string 8","inhospitalregion":"sample string 9","chargetype":"sample string 10","hisaccno":"sample string 11","risaccno":"sample string 12","examDeptCode":"sample string 13","examDeptName":"sample string 14","appointDoctorId":"sample string 15","appointDoctorName":"sample string 16","applySiteId":"sample string 17","erNo":"sample string 18","chargingitems":[{"$id":"2","code":"sample string 1","name":"sample string 2","count":"sample string 3","price":"sample string 4","action":"sample string 5","operator":"sample string 6","risitem":"sample string 7","logno":"sample string 8","applyNo":"sample string 9","yzxh":"sample string 10","xmlb":"sample string 11"},{"$ref":"2"}]}

application/xml, text/xml

Sample:
<ChargeingInfoRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <InpatientNo>sample string 1</InpatientNo>
  <ClinicNo>sample string 2</ClinicNo>
  <RISACTION>sample string 3</RISACTION>
  <HISID>sample string 4</HISID>
  <RISPATIENTID>sample string 5</RISPATIENTID>
  <NAMESC>sample string 6</NAMESC>
  <PATIENTTYPE>sample string 7</PATIENTTYPE>
  <INHOSPITALNBR>sample string 8</INHOSPITALNBR>
  <INHOSPITALREGION>sample string 9</INHOSPITALREGION>
  <CHARGETYPE>sample string 10</CHARGETYPE>
  <HISACCNO>sample string 11</HISACCNO>
  <RISACCNO>sample string 12</RISACCNO>
  <examDeptCode>sample string 13</examDeptCode>
  <examDeptName>sample string 14</examDeptName>
  <AppointDoctorId>sample string 15</AppointDoctorId>
  <AppointDoctorName>sample string 16</AppointDoctorName>
  <ApplySiteId>sample string 17</ApplySiteId>
  <ErNo>sample string 18</ErNo>
  <CHARGINGITEMS>
    <ChargeingItem>
      <Code>sample string 1</Code>
      <Name>sample string 2</Name>
      <Count>sample string 3</Count>
      <Price>sample string 4</Price>
      <ACTION>sample string 5</ACTION>
      <OPERATOR>sample string 6</OPERATOR>
      <RISITEM>sample string 7</RISITEM>
      <logno>sample string 8</logno>
      <applyNo>sample string 9</applyNo>
      <yzxh>sample string 10</yzxh>
      <xmlb>sample string 11</xmlb>
    </ChargeingItem>
    <ChargeingItem>
      <Code>sample string 1</Code>
      <Name>sample string 2</Name>
      <Count>sample string 3</Count>
      <Price>sample string 4</Price>
      <ACTION>sample string 5</ACTION>
      <OPERATOR>sample string 6</OPERATOR>
      <RISITEM>sample string 7</RISITEM>
      <logno>sample string 8</logno>
      <applyNo>sample string 9</applyNo>
      <yzxh>sample string 10</yzxh>
      <xmlb>sample string 11</xmlb>
    </ChargeingItem>
  </CHARGINGITEMS>
</ChargeingInfoRQ>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.