POST api/yygh/getdoctorsbydeptcode

Request Information

URI Parameters

None.

Body Parameters

paraInGetDoctorsByDeptCode
NameDescriptionTypeAdditional information
Deptcode

string

None.

SchemeTime

string

None.

RegType

string

None.

RegClass

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Deptcode": "sample string 1",
  "SchemeTime": "sample string 2",
  "RegType": "sample string 3",
  "RegClass": "sample string 4"
}

application/xml, text/xml

Sample:
<paraInGetDoctorsByDeptCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ydzf_api.Models">
  <Deptcode>sample string 1</Deptcode>
  <RegClass>sample string 4</RegClass>
  <RegType>sample string 3</RegType>
  <SchemeTime>sample string 2</SchemeTime>
</paraInGetDoctorsByDeptCode>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'paraInGetDoctorsByDeptCode'.

Response Information

Resource Description

paraOutGetDoctorsByDeptCode
NameDescriptionTypeAdditional information
RecordCount

string

None.

DoctorInfo

Collection of paraOutGetDoctorsByDeptCodeInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "RecordCount": "sample string 1",
  "DoctorInfo": [
    {
      "MaxExtendNumber": "sample string 1",
      "DiagnosisCode": "sample string 2",
      "TimeInterval": "sample string 3",
      "DoctorType": "sample string 4",
      "TicketCount": "sample string 5",
      "ClinicFee": "sample string 6",
      "RegisterFee": "sample string 7",
      "WorkType": "sample string 8",
      "DeptAddress": "sample string 9",
      "DeptCode": "sample string 10",
      "DoctorDes": "sample string 11",
      "Specialty": "sample string 12",
      "DoctorTitle": "sample string 13",
      "Gender": "sample string 14",
      "DoctorName": "sample string 15",
      "DoctorCode": "sample string 16",
      "DeptName": "sample string 17",
      "ScheduleID": "sample string 18"
    },
    {
      "MaxExtendNumber": "sample string 1",
      "DiagnosisCode": "sample string 2",
      "TimeInterval": "sample string 3",
      "DoctorType": "sample string 4",
      "TicketCount": "sample string 5",
      "ClinicFee": "sample string 6",
      "RegisterFee": "sample string 7",
      "WorkType": "sample string 8",
      "DeptAddress": "sample string 9",
      "DeptCode": "sample string 10",
      "DoctorDes": "sample string 11",
      "Specialty": "sample string 12",
      "DoctorTitle": "sample string 13",
      "Gender": "sample string 14",
      "DoctorName": "sample string 15",
      "DoctorCode": "sample string 16",
      "DeptName": "sample string 17",
      "ScheduleID": "sample string 18"
    }
  ]
}

application/xml, text/xml

Sample:
<paraOutGetDoctorsByDeptCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ydzf_api.Models">
  <DoctorInfo>
    <paraOutGetDoctorsByDeptCodeInfo>
      <ClinicFee>sample string 6</ClinicFee>
      <DeptAddress>sample string 9</DeptAddress>
      <DeptCode>sample string 10</DeptCode>
      <DeptName>sample string 17</DeptName>
      <DiagnosisCode>sample string 2</DiagnosisCode>
      <DoctorCode>sample string 16</DoctorCode>
      <DoctorDes>sample string 11</DoctorDes>
      <DoctorName>sample string 15</DoctorName>
      <DoctorTitle>sample string 13</DoctorTitle>
      <DoctorType>sample string 4</DoctorType>
      <Gender>sample string 14</Gender>
      <MaxExtendNumber>sample string 1</MaxExtendNumber>
      <RegisterFee>sample string 7</RegisterFee>
      <ScheduleID>sample string 18</ScheduleID>
      <Specialty>sample string 12</Specialty>
      <TicketCount>sample string 5</TicketCount>
      <TimeInterval>sample string 3</TimeInterval>
      <WorkType>sample string 8</WorkType>
    </paraOutGetDoctorsByDeptCodeInfo>
    <paraOutGetDoctorsByDeptCodeInfo>
      <ClinicFee>sample string 6</ClinicFee>
      <DeptAddress>sample string 9</DeptAddress>
      <DeptCode>sample string 10</DeptCode>
      <DeptName>sample string 17</DeptName>
      <DiagnosisCode>sample string 2</DiagnosisCode>
      <DoctorCode>sample string 16</DoctorCode>
      <DoctorDes>sample string 11</DoctorDes>
      <DoctorName>sample string 15</DoctorName>
      <DoctorTitle>sample string 13</DoctorTitle>
      <DoctorType>sample string 4</DoctorType>
      <Gender>sample string 14</Gender>
      <MaxExtendNumber>sample string 1</MaxExtendNumber>
      <RegisterFee>sample string 7</RegisterFee>
      <ScheduleID>sample string 18</ScheduleID>
      <Specialty>sample string 12</Specialty>
      <TicketCount>sample string 5</TicketCount>
      <TimeInterval>sample string 3</TimeInterval>
      <WorkType>sample string 8</WorkType>
    </paraOutGetDoctorsByDeptCodeInfo>
  </DoctorInfo>
  <RecordCount>sample string 1</RecordCount>
</paraOutGetDoctorsByDeptCode>