{
"orgCode": "string",
"hospCode": "string",
"patientId": "string",
"regId": "string",
"stdRecordCode": "string"
}
curl --location --request POST '/ts-bs-emr-out/odEmrAllowCreateCheck' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"hospCode": "string",
"patientId": "string",
"regId": "string",
"stdRecordCode": "string"
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {
"isAllow": true
}
}