POST api/Patient/Ip_register

Request Information

URI Parameters

None.

Body Parameters

ClsIp_register
NameDescriptionTypeAdditional information
IP_Visit_No

string

None.

IP_Date

string

None.

IP_Reg_Time

string

None.

Patient_ID

string

None.

Age_Year

string

None.

Age_Month

string

None.

Age_Days

string

None.

Doctor_Name

string

None.

Doctor_Id

string

None.

Complaint_Detail

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IP_Visit_No": "sample string 1",
  "IP_Date": "sample string 2",
  "IP_Reg_Time": "sample string 3",
  "Patient_ID": "sample string 4",
  "Age_Year": "sample string 5",
  "Age_Month": "sample string 6",
  "Age_Days": "sample string 7",
  "Doctor_Name": "sample string 8",
  "Doctor_Id": "sample string 9",
  "Complaint_Detail": "sample string 10"
}

application/xml, text/xml

Sample:
<ClsIp_register xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityLayer">
  <Age_Days>sample string 7</Age_Days>
  <Age_Month>sample string 6</Age_Month>
  <Age_Year>sample string 5</Age_Year>
  <Complaint_Detail>sample string 10</Complaint_Detail>
  <Doctor_Id>sample string 9</Doctor_Id>
  <Doctor_Name>sample string 8</Doctor_Name>
  <IP_Date>sample string 2</IP_Date>
  <IP_Reg_Time>sample string 3</IP_Reg_Time>
  <IP_Visit_No>sample string 1</IP_Visit_No>
  <Patient_ID>sample string 4</Patient_ID>
</ClsIp_register>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ClsIp_register'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.