POST

api/v1/SavePatientDetails

Save patient details

Request Information

URI Parameters

None.

Body Parameters

Save patient details

SavePatientModel
NameDescriptionTypeAdditional information
LoggedUserId

LoggedUserId

string

None.

PatientID

PatientID

integer

None.

HospitalPatientID

HospitalPatientID

string

None.

PatientName

PatientName

string

None.

Phone

Phone

string

None.

Email

Email

string

None.

StatusID

StatusID

integer

None.

CreatedDate

CreatedDate

string

None.

AssignedTo

AssignedTo

string

None.

iPadDeviceID

iPadDeviceID

integer

None.

MedicalSummary

MedicalSummary

string

None.

MRNno

MRNno

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LoggedUserId": "string",
  "PatientID": 0,
  "HospitalPatientID": "string",
  "PatientName": "string",
  "Phone": "string",
  "Email": "string",
  "StatusID": 0,
  "CreatedDate": "string",
  "AssignedTo": "string",
  "iPadDeviceID": 0,
  "MedicalSummary": "string",
  "MRNno": "string"
}

application/xml, text/xml

Sample:
<SavePatientModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mayo_WebAPI.Dtos">
  <AssignedTo>string</AssignedTo>
  <CreatedDate>string</CreatedDate>
  <Email>string</Email>
  <HospitalPatientID>string</HospitalPatientID>
  <LoggedUserId>string</LoggedUserId>
  <MRNno>string</MRNno>
  <MedicalSummary>string</MedicalSummary>
  <PatientID>0</PatientID>
  <PatientName>string</PatientName>
  <Phone>string</Phone>
  <StatusID>0</StatusID>
  <iPadDeviceID>0</iPadDeviceID>
</SavePatientModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.