POST Doctor/EtDoctorAllDetail

查询分类分页具体数据

Request Information

URI Parameters

None.

Body Parameters

传递 TypeId ,PageIndex ,PageSize

EtDoctorAllDetail
NameDescriptionTypeAdditional information
Hospitalid

integer

None.

dhtype

integer

None.

DoctorId

integer

None.

Name

string

None.

HeadImg

string

None.

OpenId

string

None.

Data

string

None.

TypeId

integer

None.

CreateDt

date

None.

DisplayDt

string

None.

PageIndex

integer

None.

PageSize

integer

None.

IsPaging

boolean

None.

OrderByString

string

None.

Request Formats

application/json, text/json

Sample:
{
  "code": "200",
  "data": {
    "Hospitalid": 1,
    "dhtype": 2,
    "DoctorId": 3,
    "Name": "sample string 4",
    "HeadImg": "sample string 5",
    "OpenId": "sample string 6",
    "Data": "sample string 7",
    "TypeId": 8,
    "CreateDt": "2025-12-10T11:25:30.3687351+08:00",
    "DisplayDt": "2025-12-10 11:25",
    "PageIndex": 10,
    "PageSize": 11,
    "IsPaging": true,
    "OrderByString": "sample string 13"
  },
  "msg": null
}

application/xml, text/xml

Sample:
<EtDoctorAllDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Cloud.Protocol.Ex.Models">
  <IsPaging xmlns="http://schemas.datacontract.org/2004/07/HL.Framework.Util.Pager">true</IsPaging>
  <OrderByString xmlns="http://schemas.datacontract.org/2004/07/HL.Framework.Util.Pager">sample string 13</OrderByString>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/HL.Framework.Util.Pager">10</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/HL.Framework.Util.Pager">11</PageSize>
  <CreateDt>2025-12-10T11:25:30.3687351+08:00</CreateDt>
  <Data>sample string 7</Data>
  <DoctorId>3</DoctorId>
  <HeadImg>sample string 5</HeadImg>
  <Hospitalid>1</Hospitalid>
  <Name>sample string 4</Name>
  <OpenId>sample string 6</OpenId>
  <TypeId>8</TypeId>
  <dhtype>2</dhtype>
</EtDoctorAllDetail>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

查询分类分页具体数据

Collection of EtDoctorAllDetail
NameDescriptionTypeAdditional information
Hospitalid

integer

None.

dhtype

integer

None.

DoctorId

integer

None.

Name

string

None.

HeadImg

string

None.

OpenId

string

None.

Data

string

None.

TypeId

integer

None.

CreateDt

date

None.

DisplayDt

string

None.

PageIndex

integer

None.

PageSize

integer

None.

IsPaging

boolean

None.

OrderByString

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": "200",
  "data": [
    {
      "Hospitalid": 1,
      "dhtype": 2,
      "DoctorId": 3,
      "Name": "sample string 4",
      "HeadImg": "sample string 5",
      "OpenId": "sample string 6",
      "Data": "sample string 7",
      "TypeId": 8,
      "CreateDt": "2025-12-10T11:25:30.3859005+08:00",
      "DisplayDt": "2025-12-10 11:25",
      "PageIndex": 10,
      "PageSize": 11,
      "IsPaging": true,
      "OrderByString": "sample string 13"
    },
    {
      "Hospitalid": 1,
      "dhtype": 2,
      "DoctorId": 3,
      "Name": "sample string 4",
      "HeadImg": "sample string 5",
      "OpenId": "sample string 6",
      "Data": "sample string 7",
      "TypeId": 8,
      "CreateDt": "2025-12-10T11:25:30.3859005+08:00",
      "DisplayDt": "2025-12-10 11:25",
      "PageIndex": 10,
      "PageSize": 11,
      "IsPaging": true,
      "OrderByString": "sample string 13"
    }
  ],
  "msg": null
}

application/xml, text/xml

Sample:
<ArrayOfEtDoctorAllDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Cloud.Protocol.Ex.Models">
  <EtDoctorAllDetail>
    <IsPaging xmlns="http://schemas.datacontract.org/2004/07/HL.Framework.Util.Pager">true</IsPaging>
    <OrderByString xmlns="http://schemas.datacontract.org/2004/07/HL.Framework.Util.Pager">sample string 13</OrderByString>
    <PageIndex xmlns="http://schemas.datacontract.org/2004/07/HL.Framework.Util.Pager">10</PageIndex>
    <PageSize xmlns="http://schemas.datacontract.org/2004/07/HL.Framework.Util.Pager">11</PageSize>
    <CreateDt>2025-12-10T11:25:30.3859005+08:00</CreateDt>
    <Data>sample string 7</Data>
    <DoctorId>3</DoctorId>
    <HeadImg>sample string 5</HeadImg>
    <Hospitalid>1</Hospitalid>
    <Name>sample string 4</Name>
    <OpenId>sample string 6</OpenId>
    <TypeId>8</TypeId>
    <dhtype>2</dhtype>
  </EtDoctorAllDetail>
  <EtDoctorAllDetail>
    <IsPaging xmlns="http://schemas.datacontract.org/2004/07/HL.Framework.Util.Pager">true</IsPaging>
    <OrderByString xmlns="http://schemas.datacontract.org/2004/07/HL.Framework.Util.Pager">sample string 13</OrderByString>
    <PageIndex xmlns="http://schemas.datacontract.org/2004/07/HL.Framework.Util.Pager">10</PageIndex>
    <PageSize xmlns="http://schemas.datacontract.org/2004/07/HL.Framework.Util.Pager">11</PageSize>
    <CreateDt>2025-12-10T11:25:30.3859005+08:00</CreateDt>
    <Data>sample string 7</Data>
    <DoctorId>3</DoctorId>
    <HeadImg>sample string 5</HeadImg>
    <Hospitalid>1</Hospitalid>
    <Name>sample string 4</Name>
    <OpenId>sample string 6</OpenId>
    <TypeId>8</TypeId>
    <dhtype>2</dhtype>
  </EtDoctorAllDetail>
</ArrayOfEtDoctorAllDetail>