POST api/Studies?handle={handle}&username={username}&password={password}&MRN={MRN}&LastName={LastName}&FirstName={FirstName}&Acc={Acc}&To={To}&From={From}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
handle

string

Default value is

username

string

Default value is

password

string

Default value is

MRN

string

Default value is

LastName

string

Default value is

FirstName

string

Default value is

Acc

string

Default value is

To

string

Default value is

From

string

Default value is

Body Parameters

None.

Response Information

Resource Description

StudyList
NameDescriptionTypeAdditional information
studies

Collection of Study

None.

Response 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 'PicomRest.PicomWeb.Study'. Path 'studies[0].Patient.StudyList'.

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 'PicomRest.PicomWeb.Study'. Path 'studies[0].Patient.StudyList'.

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 'PicomRest.PicomWeb.Study' 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 'PicomRest.PicomWeb.Study' contains cycles and cannot be serialized if reference tracking is disabled.