PUT api/patient

Request Information

URI Parameters

None.

Body Parameters

PatientViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

String length: inclusive between 0 and 100

FatherName

string

String length: inclusive between 0 and 100

MotherName

string

String length: inclusive between 0 and 100

GuardianName

string

String length: inclusive between 0 and 100

CountryId

integer

Required

StateId

integer

None.

DistrictId

integer

None.

CityId

integer

None.

Address

string

String length: inclusive between 0 and 200

ZipCode

string

String length: inclusive between 0 and 6

Gender

string

String length: inclusive between 0 and 10

ContactMobile1

string

String length: inclusive between 0 and 10

ContactMobile2

string

String length: inclusive between 0 and 10

PersonalReference1

integer

None.

PersonalReference2

string

String length: inclusive between 0 and 100

IsActive

boolean

Required

StateName

string

Required

String length: inclusive between 0 and 100

DistrictName

string

String length: inclusive between 0 and 50

CityName

string

String length: inclusive between 0 and 50

Age_Years

integer

None.

Age_Months

integer

None.

Age_Days

integer

None.

DOB

date

None.

FirstVisitDate

date

None.

objPatientVisitVMlist

Collection of PatientVisitViewModel

None.

objPatientInvestigationVMlist

Collection of PatientInvestigationViewModel

None.

objPatientAttach

Collection of AttachmentsViewModel

None.

CountryName

string

None.

NeoNatal

boolean

None.

AdmissionAnalysis

Collection of string

None.

InvestAnalysis

Collection of string

None.

IPDNO

string

None.

DOA

string

None.

AllAge

string

None.

CreatedDate

date

None.

CreatedBy

integer

None.

ModifiedDate

date

None.

ModifiedBy

integer

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

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.