POST api/Patient/labreport

Request Information

URI Parameters

None.

Body Parameters

Clssky_labreport
NameDescriptionTypeAdditional information
lab_report_document_no

string

None.

date

string

None.

report_type

string

None.

ref_request_no

string

None.

patient_id

string

None.

visit_no

string

None.

patient_name

string

None.

testcode

string

None.

test_name

string

None.

test_param_name

string

None.

result

string

None.

description_result

string

None.

sequence_no

string

None.

labreport_list

Collection of Clssky_labreport

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'EntityLayer.Clssky_labreport'. Path 'labreport_list'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'EntityLayer.Clssky_labreport'. Path 'labreport_list'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[EntityLayer.Clssky_labreport, EntityLayer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[EntityLayer.Clssky_labreport, EntityLayer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

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 'Clssky_labreport'.

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.