[Deprecated]: V2.0

post

/ec-dc-svc/rest/v2.0/studies/{studyId}/{mode}/subjects/randomizeordispense

Deprecated: Randomizes, dispenses or activates a subject, based on visit type, and completes the visit status. ORS dispensation or randomization is called.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : Visit Request
Type: object
Title: Visit Request
Request containing subject visit details.
Show Source
Nested Schema : AuthUserListDtoV1
Type: array
Show Source
Nested Schema : Parameter
Type: object
Contains details about parameters of the form
Show Source
  • Unique identifier(UUID, 32-character uppercase hexadecimal string) representing the clinical form.
  • Unique identifier (UUID, 32-character uppercase hexadecimal string) of the question within a form. This ID corresponds to the reference code set by the study designer when creating or updating a form question in draft mode.
  • Value of the item
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : VisitResult v11.0
Type: object
Title: VisitResult v11.0
Visit result.
Show Source
Nested Schema : kits
Type: array
Show Source
Nested Schema : DispensationKit v13.0
Type: object
Title: DispensationKit v13.0
Contains information for the kit dispensation.
Show Source

400 Response

Bad request.
Body ()
Root Schema : DcsResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object

500 Response

Internal server error.
Body ()
Root Schema : DcsResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object
Back to Top