...
Parameter | Details | |
---|---|---|
name | Container Name. It should be unique in application | |
barcode | Container Barcode | |
activityStatus | Activity Status of container | |
tempratureInCentigrade | Temperature of storage container. | |
siteName | Site name in which the container is present | |
parentContainerDetails[Optional] | Details of parent container, having parameters like, name, barcode etc. By default is will be null | |
specimenPositionDetails | It is collection of details object which contains the information of specimens and their positions having following parameters specimenName - name of specimen positionDimensionOne - Position one of specimen in container positionDimensionTwo - Position two of specimen in container positionDimensionOneString - Name given to position dimension one string eg. row positionDimensionTwoString - Name given to position dimension two string eg. column | |
cpNameCollection | Name of collection protocols to restrict specific protocol for storage | |
holdsSpecimenClassCollection | Name of specimen classes which container holds. | |
holdsSpecimenTypeCollection | Name of specimen types which container holds | |
capacityDetails | Details object of Storage container capcity, Contains following parameters oneDimensionCapacity - Max capacity of dimension one eg.30 twoDimensionCapacity - Max capacity of dimension two eg.30 | |
comments [optional] | Comments for container, By default it will be null |
...
http[s]:<host>:<port>/catissuecore/rest/ng/storage-containers
Use this URL to add storage container in caTissue application.
...