Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use this resource for update the Storage Container. Use HTTP PUT method to call this API by passing the below details in JSON format. Below

Below are the attributes which need to be sent in the request body:

...

Parameter

...

Details

...

containerIdid of storage container to be updated
nameContainer Name. It should be unique in application
barcodeContainer Barcode
activityStatusActivity Status of container
tempratureInCentigradeTemperature of storage container.
siteNameSite 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

 cpNameCollectionName of collection protocols to restrict specific protocol for storage
holdsSpecimenClassCollectionName of specimen classes which container holds.
holdsSpecimenTypeCollectionName 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
Parameter
Details

 


http[s]:<host>:<port>/catissuecore/rest/ng/storage-containers/{containerId}

...