v1.0
get
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/subjects/{subjectId}/doseheld-history
Get dose hold history for current subject. Rights: OrsSubjectVisitGet
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training.
-
studyId(required): string(uuid)
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.
-
subjectId(required): string(uuid)
Unique subject identifier (UUID, 32-character uppercase hexadecimal string) representing the patient/participant enrolled in the study.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : KitDoseHeldHistoryTO v1.0
Type:
objectTitle:
KitDoseHeldHistoryTO v1.0Contains dose hold history for a kit.
Show Source
-
canBeDispensed: boolean
Indicate if the dosehold kit can be dispensed.Example:
true -
instanceNumber: number
(BigDecimal)
Title:
Instance NumberMinimum Value:1Visit instance number.Example:2 -
objectVersionNumber: number
(BigDecimal)
Object version number.Example:
5 -
userId: string
(uuid)
User ID.
-
versionEnd: string
(date-time)
Version end date.
-
versionStart: string
(date-time)
The timestamp marking the beginning of the validity period for this record version within the system.
-
visitId: string
(uuid)
Title:
Visit IDUnique identifier (UUID, 32-character uppercase hexadecimal string) of the visit
400 Response
Invalid subject OR Scheduled visit with instance number OR Unscheduled visit with no instance number
Root Schema : ORSResponse
Type:
objectCommon response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success -
version: integer
(int32)
Nested Schema : result
Type:
objectResult Object
Nested Schema : details
Type:
object500 Response
Internal server error
Root Schema : ORSResponse
Type:
objectCommon response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success -
version: integer
(int32)
Nested Schema : result
Type:
objectResult Object
Nested Schema : details
Type:
object