Get kit summary
get
/ec-ors-svc/rest/v6.0/studies/{studyId}/{mode}/inventory/kit-types
Retrieves a kit's summary. Rights: OrsInventoryGet and OrsUnblinded.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
studyId(required): string(uuid)
ID of the study
Query Parameters
-
blockNumber(required): string
Block number
-
kitNumber(required): string
Kit number
-
kitRange(required): string
Range of the kit
-
kitStatus(required): string
Status of the kit
-
kitTypeId(required): string
ID of the kit type.
-
labelGroupId(required): string
ID of the label group
-
location(required): string
Location of the kit
-
lotId(required): string
ID of the lot
-
tempExcursionNumber(required): string
tempExcursionNumber
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : schema
Type:
Show Source
array
-
Array of:
object KitTypeSummaryResponseV5
Title:
KitTypeSummaryResponseV5
Contains kit type summary response.
Nested Schema : KitTypeSummaryResponseV5
Type:
object
Title:
KitTypeSummaryResponseV5
Contains kit type summary response.
Show Source
-
kitTypes: array
kitTypes
Title:
kitTypes
Contains kit type summary. -
maxKitNumber: integer
(int32)
Maximum Kit numberExample:
5
-
maxSequenceNumber: integer
(int32)
Kit maximum sequence numberExample:
5
-
minKitNumber: integer
(int32)
Minimum Kit numberExample:
5
-
minSequenceNumber: integer
(int32)
Kit minimum sequence numberExample:
5
Nested Schema : kitTypes
Type:
array
Title:
kitTypes
Contains kit type summary.
Show Source
-
Array of:
object KitTypeSummaryTOV3
Title:
KitTypeSummaryTOV3
Contains kit type summary detail.
Nested Schema : KitTypeSummaryTOV3
Type:
object
Title:
KitTypeSummaryTOV3
Contains kit type summary detail.
Show Source
-
description: string
Kit type description.Example:
Some description for kit
-
kitsAvailable: number
(int)
Kits available
-
kitsConserved: number
(BigDecimal)
Conserved kits
-
kitsDamaged: number
(int)
Kit damagedExample:
5
-
kitsDamagedBySubject: number
(BigDecimal)
Kits damaged by subject
-
kitsDestroyed: number
(BigDecimal)
Destroyed kits
-
kitsDispensed: number
(int)
Kit dispensedExample:
5
-
kitsExpired: number
(int)
Kits Expired
-
kitsInTransit: number
(int)
Kits In Transit
-
kitsLostBySubject: number
(BigDecimal)
Kits lost by subject
-
kitsMisallocated: number
(BigDecimal)
Kits Misallocated
-
kitsMissing: number
(BigDecimal)
Missing kits
-
kitsNew: number
(BigDecimal)
New kits
-
kitsNotDispensedToSubject: number
(BigDecimal)
Kits not dispensed to subject
-
kitsNotInUse: number
(BigDecimal)
Kits not in use
-
kitsPendingDestruction: number
(int)
Kits Pending Destruction
-
kitsPreQuarantined: number
(BigDecimal)
Kits in Pre Quarantined
-
kitsQuarantined: number
(BigDecimal)
Kits in Quarantined
-
kitsReceivedForDestruction: number
(BigDecimal)
Kits received for destruction
-
kitsRestrictedQuarantined: number
(BigDecimal)
Kits in Restricted Quarantined
-
kitsReturnedToSite: number
(int)
Kits Returned to Site
- kitsTemporarilyUnavailable: number (BigDecimal)
-
kitTypeId: string
(uuid)
ID of the kit type.
-
kitTypeName: string
Kit type name.Example:
Kit1001
-
kitTypeSrcId: string
(uuid)
Designer Kit Id
-
packageType: string
Allowed Values:
[ "BLISTERPACK", "BOTTLE", "DEVICE", "SYRINGE", "OINTMENT", "VIAL", "INHALER", "INFUSION", "BOX", "OTHER" ]
Package typeExample:BLISTERPACK
-
packageTypeId: number
(BigDecimal)
Unique ID corresponding to each package type value (1 for BLISTERPACK, 2 for BOTTLE, 3 for DEVICE, 4 for SYRINGE, 5 for OINTMENT, 6 for VIAL, 7 for INHALER, 8 for INFUSION, 9 for BOX, 10 for OTHER).Example:
10
-
totalKitNumbers: number
(int)
Total kit numberExample:
105
-
updatableKitsTotal: number
(BigDecimal)
The total number of kits that can be updated
400 Response
Invalid kit status OR Invalid kit range filter OR Invalid label group in kit filters OR Invalid kit type OR Invalid Lot OR Invalid location OR Invalid kitNumber OR Invalid Block Number OR Invalida TempExcursion Number
Root Schema : ORSResponse
Type:
object
Common 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:
object
Result Object
Nested Schema : details
Type:
object
404 Response
Invalid study ID or version
Root Schema : ORSResponse
Type:
object
Common 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:
object
Result Object
Nested Schema : details
Type:
object
500 Response
Internal server error
Root Schema : ORSResponse
Type:
object
Common 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:
object
Result Object
Nested Schema : details
Type:
object