Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Create Aliquots for specified specimen 

 

MethodURL
POSTcatissuecore/rest/ng/specimens/{id}/aliquots
Request

application/json

{

"count":1,

"quantityPerAliquot":2,

"positions":[

{"containerName":"cont1","position1":"a","position2":"b"},

{"containerName":"cont2","position1":"a","position2":"b"}

],

"specimenId":97

}

Response : 

{

[

{

"id":1,

"tissueSite" : "A1",

"tissueSide" : "Tissue",

"pathologicalStatus" : "",

"lineage": "Aliquot",

"initialQuantity": 2,

"availableQuantity": 2,

"specimenClass": "",

"specimenType": " ",

"concentrationInMicrogramPerMicroliter": " ",

"label": " ",

"activityStatus": "Active",

 "isAvailable": "true",

"barcode": " ",

"comment": " ",

"createdOn": " ",

"collectionStatus": " ",

"specimenCollectionGroup": " ",

"biohazardCollection": " ",

"externalIdentifierCollection": " "

},

 

{

"id":1,

"tissueSite" : "A1",

"tissueSide" : "Tissue",

"pathologicalStatus" : "",

"lineage": "Aliquot",

"initialQuantity": 2,

"availableQuantity": 2,

"specimenClass": "",

"specimenType": " ",

"concentrationInMicrogramPerMicroliter": " ",

"label": " ",

"activityStatus": "Active",

 "isAvailable": "true",

"barcode": " ",

"comment": " ",

"createdOn": " ",

"collectionStatus": " ",

"specimenCollectionGroup": " ",

"biohazardCollection": " ",

"externalIdentifierCollection": " "

}

]

 
 
  • No labels