POST api/ManageAdmissions
Request Information
URI Parameters
None.
Body Parameters
RegAdmission| Name | Description | Type | Additional information |
|---|---|---|---|
| AdmId | decimal number |
None. |
|
| VisitId | decimal number |
None. |
|
| RoomId | integer |
None. |
|
| PrvDiagnosis | string |
None. |
|
| DocId | integer |
None. |
|
| BedId | integer |
None. |
|
| IsPharmacy | integer |
None. |
|
| IsLab | integer |
None. |
|
| Createdby | integer |
None. |
|
| CreatedOn | date |
None. |
|
| AdmissionOn | date |
None. |
|
| DischargeBy | integer |
None. |
|
| DischargeOn | date |
None. |
|
| LocId | integer |
None. |
|
| OrgId | integer |
None. |
|
| UpdateOn | date |
None. |
|
| UpdateBy | integer |
None. |
|
| RegProcedure | string |
None. |
|
| AdmitToService | string |
None. |
|
| AdmittingDiagnosis | string |
None. |
|
| Condition | integer |
None. |
|
| Activity | string |
None. |
|
| VitalSigns | string |
None. |
|
| Diet | string |
None. |
|
| Investegation | string |
None. |
|
| IsolationRequired | integer |
None. |
|
| SurgeonId | integer |
None. |
|
| AttendantName | string |
None. |
|
| AttendantPhone | string |
None. |
|
| AttendantRelation | string |
None. |
|
| OrderServId | integer |
None. |
|
| OrderDocId | integer |
None. |
|
| ExtVisitId | decimal number |
None. |
|
| AttendantCNIC | string |
None. |
|
| RevertDischargeBy | integer |
None. |
|
| RevertDischargeOn | date |
None. |
|
| RefFromDept | integer |
None. |
|
| BabyWeight | string |
None. |
|
| AnesthetistId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AdmId": 1.0,
"VisitId": 2.0,
"RoomId": 3,
"PrvDiagnosis": "sample string 4",
"DocId": 5,
"BedId": 6,
"IsPharmacy": 7,
"IsLab": 8,
"Createdby": 9,
"CreatedOn": "2026-05-20T17:28:41.1122057+05:00",
"AdmissionOn": "2026-05-20T17:28:41.1122057+05:00",
"DischargeBy": 1,
"DischargeOn": "2026-05-20T17:28:41.1122057+05:00",
"LocId": 11,
"OrgId": 12,
"UpdateOn": "2026-05-20T17:28:41.1122057+05:00",
"UpdateBy": 1,
"RegProcedure": "sample string 13",
"AdmitToService": "sample string 14",
"AdmittingDiagnosis": "sample string 15",
"Condition": 16,
"Activity": "sample string 17",
"VitalSigns": "sample string 18",
"Diet": "sample string 19",
"Investegation": "sample string 20",
"IsolationRequired": 21,
"SurgeonId": 22,
"AttendantName": "sample string 23",
"AttendantPhone": "sample string 24",
"AttendantRelation": "sample string 25",
"OrderServId": 26,
"OrderDocId": 27,
"ExtVisitId": 28.0,
"AttendantCNIC": "sample string 29",
"RevertDischargeBy": 1,
"RevertDischargeOn": "2026-05-20T17:28:41.1122057+05:00",
"RefFromDept": 30,
"BabyWeight": "sample string 31",
"AnesthetistId": 32
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}