POST api/mzsf/getlismain
Request Information
URI Parameters
None.
Body Parameters
paraInGetLISMainForApp| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientId | string |
None. |
|
| DateStart | string |
None. |
|
| DateEnd | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientId": "sample string 1",
"DateStart": "sample string 2",
"DateEnd": "sample string 3"
}
application/xml, text/xml
Sample:
<paraInGetLISMainForApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MT.HPLAT"> <_x003C_DateEnd_x003E_k__BackingField>sample string 3</_x003C_DateEnd_x003E_k__BackingField> <_x003C_DateStart_x003E_k__BackingField>sample string 2</_x003C_DateStart_x003E_k__BackingField> <_x003C_PatientId_x003E_k__BackingField>sample string 1</_x003C_PatientId_x003E_k__BackingField> </paraInGetLISMainForApp>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
paraOutGetLISMainNew| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultCode | string |
None. |
|
| ErrorMsg | string |
None. |
|
| RecordCount | string |
None. |
|
| LISMainItem | Collection of paraOutGetLISMainItem |
None. |
|
| sResultType | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultCode": "sample string 1",
"ErrorMsg": "sample string 2",
"RecordCount": "sample string 3",
"LISMainItem": [
{
"TestID": "sample string 1",
"TestDate": "sample string 2",
"SampleNo": "sample string 3",
"MachineID": "sample string 4",
"PatientBH": "sample string 5",
"PatientID": "sample string 6",
"Name": "sample string 7",
"Sex": "sample string 8",
"Age": "sample string 9",
"DeptName": "sample string 10",
"CheckDate": "sample string 11",
"CheckUser": "sample string 12",
"CheckStatus": "sample string 13",
"TestItem": "sample string 14"
},
{
"TestID": "sample string 1",
"TestDate": "sample string 2",
"SampleNo": "sample string 3",
"MachineID": "sample string 4",
"PatientBH": "sample string 5",
"PatientID": "sample string 6",
"Name": "sample string 7",
"Sex": "sample string 8",
"Age": "sample string 9",
"DeptName": "sample string 10",
"CheckDate": "sample string 11",
"CheckUser": "sample string 12",
"CheckStatus": "sample string 13",
"TestItem": "sample string 14"
}
],
"sResultType": "sample string 4"
}
application/xml, text/xml
Sample:
<paraOutGetLISMainNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MT.HPLAT">
<_ErrorMsg>sample string 2</_ErrorMsg>
<_LISMainItem>
<paraOutGetLISMainItem>
<Age>sample string 9</Age>
<CheckDate>sample string 11</CheckDate>
<CheckStatus>sample string 13</CheckStatus>
<CheckUser>sample string 12</CheckUser>
<DeptName>sample string 10</DeptName>
<MachineID>sample string 4</MachineID>
<Name>sample string 7</Name>
<PatientBH>sample string 5</PatientBH>
<PatientID>sample string 6</PatientID>
<SampleNo>sample string 3</SampleNo>
<Sex>sample string 8</Sex>
<TestDate>sample string 2</TestDate>
<TestID>sample string 1</TestID>
<TestItem>sample string 14</TestItem>
</paraOutGetLISMainItem>
<paraOutGetLISMainItem>
<Age>sample string 9</Age>
<CheckDate>sample string 11</CheckDate>
<CheckStatus>sample string 13</CheckStatus>
<CheckUser>sample string 12</CheckUser>
<DeptName>sample string 10</DeptName>
<MachineID>sample string 4</MachineID>
<Name>sample string 7</Name>
<PatientBH>sample string 5</PatientBH>
<PatientID>sample string 6</PatientID>
<SampleNo>sample string 3</SampleNo>
<Sex>sample string 8</Sex>
<TestDate>sample string 2</TestDate>
<TestID>sample string 1</TestID>
<TestItem>sample string 14</TestItem>
</paraOutGetLISMainItem>
</_LISMainItem>
<_RecordCount>sample string 3</_RecordCount>
<_ResultCode>sample string 1</_ResultCode>
<_x003C_sResultType_x003E_k__BackingField>sample string 4</_x003C_sResultType_x003E_k__BackingField>
</paraOutGetLISMainNew>