GET api/HTGL/GetYyhzxx?s={s}&e={e}&mzhm={mzhm}&brxm={brxm}
获取医院患者信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| s | date |
Required |
|
| e | date |
Required |
|
| mzhm | string |
Required |
|
| brxm | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OutPutOfListOfyyhzxx_v| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultStatus | EnumResultStatus |
None. |
|
| Msg | string |
None. |
|
| ResultData | Collection of yyhzxx_v |
None. |
|
| TotalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultStatus": 200,
"Msg": "sample string 1",
"ResultData": [
{
"mzhm": "sample string 1",
"xm": "sample string 2",
"sfzh": "sample string 3",
"xb": "sample string 4",
"hyzk": "sample string 5",
"jzrq": "2025-12-06T12:38:07.0174974+08:00",
"csrq": "2025-12-06T12:38:07.0174974+08:00",
"nl": "sample string 7",
"zz": "sample string 8",
"DHHM": "sample string 9",
"xl": "sample string 10",
"sf": 1.0,
"tz": 1.0
},
{
"mzhm": "sample string 1",
"xm": "sample string 2",
"sfzh": "sample string 3",
"xb": "sample string 4",
"hyzk": "sample string 5",
"jzrq": "2025-12-06T12:38:07.0174974+08:00",
"csrq": "2025-12-06T12:38:07.0174974+08:00",
"nl": "sample string 7",
"zz": "sample string 8",
"DHHM": "sample string 9",
"xl": "sample string 10",
"sf": 1.0,
"tz": 1.0
}
],
"TotalCount": 2
}
application/xml, text/xml
Sample:
<Qxtj_v.OutPutOfArrayOfQxtj_v.yyhzxx_v2hGjyaJv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.Screen">
<Msg>sample string 1</Msg>
<ResultData>
<Qxtj_v.yyhzxx_v>
<DHHM>sample string 9</DHHM>
<csrq>2025-12-06T12:38:07.0174974+08:00</csrq>
<hyzk>sample string 5</hyzk>
<jzrq>2025-12-06T12:38:07.0174974+08:00</jzrq>
<mzhm>sample string 1</mzhm>
<nl>sample string 7</nl>
<sf>1</sf>
<sfzh>sample string 3</sfzh>
<tz>1</tz>
<xb>sample string 4</xb>
<xl>sample string 10</xl>
<xm>sample string 2</xm>
<zz>sample string 8</zz>
</Qxtj_v.yyhzxx_v>
<Qxtj_v.yyhzxx_v>
<DHHM>sample string 9</DHHM>
<csrq>2025-12-06T12:38:07.0174974+08:00</csrq>
<hyzk>sample string 5</hyzk>
<jzrq>2025-12-06T12:38:07.0174974+08:00</jzrq>
<mzhm>sample string 1</mzhm>
<nl>sample string 7</nl>
<sf>1</sf>
<sfzh>sample string 3</sfzh>
<tz>1</tz>
<xb>sample string 4</xb>
<xl>sample string 10</xl>
<xm>sample string 2</xm>
<zz>sample string 8</zz>
</Qxtj_v.yyhzxx_v>
</ResultData>
<ResultStatus>Success</ResultStatus>
<TotalCount>2</TotalCount>
</Qxtj_v.OutPutOfArrayOfQxtj_v.yyhzxx_v2hGjyaJv>