{
"orgCode": "NXRMYY",
"hospCode": "NXRY",
"operatorId": "20200327091607626",
"operatorName": "CS邓亮",
"deathReports": [
{
"patientId": "e97568d5ed9593b30c2453cdb2d82025",
"patientName": "张民秀",
"age": "35",
"birthday": "1989-11-23 00:00:00",
"sexCode": "1",
"sexName": "男",
"deathTime": "2025-07-10 09:24:4"
}
]
}
curl --location --request POST 'http://192.168.209.103:40410/ts-pfs-cis-ipt/saveDeathReport' \
--header 'Token: d6752728-2200-4123-af5b-46599c5d56e1' \
--header 'token: d6752728-2200-4123-af5b-46599c5d56e1' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "NXRMYY",
"hospCode": "NXRY",
"operatorId": "20200327091607626",
"operatorName": "CS邓亮",
"deathReports": [
{
"patientId": "e97568d5ed9593b30c2453cdb2d82025",
"patientName": "张民秀",
"age": "35",
"birthday": "1989-11-23 00:00:00",
"sexCode": "1",
"sexName": "男",
"deathTime": "2025-07-10 09:24:4"
}
]
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {
"list": [
{
"sourceId": "string",
"id": "string"
}
]
}
}