POST api/Critical_patient_details/select_Critical_Patient_Blood_Pressure
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cpbp | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"patient_id": "sample string 1",
"patient_bp_min": "sample string 2",
"patient_bp_max": "sample string 3"
}
application/x-www-form-urlencoded
Sample: