{
"orgCode": "string",
"patientIds": [
"string"
],
"ids": [
"string"
],
"startCreateDate": "2019-08-24T14:15:22Z",
"endCreateDate": "2019-08-24T14:15:22Z",
"pageIndex": 0,
"pageSize": 0
}
curl --location --request POST '/ts-bs-pat/queryPatientContact' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"patientIds": [
"string"
],
"ids": [
"string"
],
"startCreateDate": "2019-08-24T14:15:22Z",
"endCreateDate": "2019-08-24T14:15:22Z",
"pageIndex": 0,
"pageSize": 0
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {
"totalCount": 0,
"list": [
{
"id": "string",
"orgCode": "string",
"patientId": "string",
"contactName": "string",
"contactTelephone": "string",
"contactRelation": "string",
"contactAddress": "string",
"contactIdCard": "string",
"contactRelationCode": "string",
"isDefault": "string"
}
]
}
}