{
"antibioticLy": "string",
"applyCode": "string",
"applyId": 0,
"applyTime": "2019-08-24T14:15:22Z",
"approveCase": "string",
"approveCode": "string",
"approveFlag": 0,
"approveOper": "string",
"approveTime": "2019-08-24T14:15:22Z",
"basis": "string",
"beyondCase": "string",
"clinicCode": "string",
"combId": 0,
"doseUnit": "string",
"drugName": "string",
"emergentCase": "string",
"fourLevel": "string",
"freqName": "string",
"isBeyond": true,
"isEmergent": true,
"lyDrgInfo": "string",
"lyReason": "string",
"medicalHistory": "string",
"oneLevel": 0,
"operatName": "string",
"part": "string",
"patientType": "string",
"termCode": 0,
"threeLevel": 0,
"twoLevel": 0,
"usageName": "string",
"useDays": 0,
"useReason": "string"
}
curl --location --request POST '/api/medoutdoc/prescription/antiApply/put' \
--header 'Authorizations: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"antibioticLy": "string",
"applyCode": "string",
"applyId": 0,
"applyTime": "2019-08-24T14:15:22Z",
"approveCase": "string",
"approveCode": "string",
"approveFlag": 0,
"approveOper": "string",
"approveTime": "2019-08-24T14:15:22Z",
"basis": "string",
"beyondCase": "string",
"clinicCode": "string",
"combId": 0,
"doseUnit": "string",
"drugName": "string",
"emergentCase": "string",
"fourLevel": "string",
"freqName": "string",
"isBeyond": true,
"isEmergent": true,
"lyDrgInfo": "string",
"lyReason": "string",
"medicalHistory": "string",
"oneLevel": 0,
"operatName": "string",
"part": "string",
"patientType": "string",
"termCode": 0,
"threeLevel": 0,
"twoLevel": 0,
"usageName": "string",
"useDays": 0,
"useReason": "string"
}'
{
"resultCode": "string",
"resultMessage": "string",
"body": {
"antibioticLy": "string",
"applyCode": "string",
"applyId": 0,
"applyTime": "2019-08-24T14:15:22Z",
"approveCase": "string",
"approveCode": "string",
"approveFlag": 0,
"approveOper": "string",
"approveTime": "2019-08-24T14:15:22Z",
"basis": "string",
"beyondCase": "string",
"clinicCode": "string",
"combId": 0,
"doseUnit": "string",
"drugName": "string",
"emergentCase": "string",
"fourLevel": "string",
"freqName": "string",
"isBeyond": true,
"isEmergent": true,
"lyDrgInfo": "string",
"lyReason": "string",
"medicalHistory": "string",
"oneLevel": 0,
"operatName": "string",
"part": "string",
"patientType": "string",
"termCode": 0,
"threeLevel": 0,
"twoLevel": 0,
"usageName": "string",
"useDays": 0,
"useReason": "string"
}
}