Versions Compared

Key

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

...

Method
URL
POSTcatissuecore/rest/ng/specimens
Requestapplication/json
json

{ "activityStatus" : "Active",

  "barcode" : "245095132",

  "biohazardDetails" : [  ],

  "collectionStatus" : "Collected",

  "comment" : "creating an adhoc specimen.",

  "createdOn" : "May 1, 2014 11:21:45 AM",

  "externalIdentifierDetails" : [  ],

  "initialQuantity" : 2.0,

  "label" : "sample_123",

  "lineage" : "New",

  "pathologicalStatus" : "Metastatic",

  "scgId" : 1,

  "specimenClass" : "Fluid",

  "specimenType" : "Feces",

  "tissueSide" : "Left",

  "tissueSite" : "Nasal cavity"

}

Response

 

{ "activityStatus" : "Active",

  "barcode" : "",

  "biohazardDetails" : [  ],

  "collectionStatus" : "Collected",

  "comment" : "creating an adhoc specimen.",

  "createdOn" : "May 1, 2014 11:21:45 AM",

  "externalIdentifierDetails" : [  ],

  "id" : 2,

  "initialQuantity" : 2.0,

  "label" : "",

  "lineage" : "New",

  "pathologicalStatus" : "Metastatic",

  "scgId" : 1,

  "specimenClass" : "Fluid",

  "specimenType" : "Feces",

  "tissueSide" : "Left",

  "tissueSite" : "Nasal cavity"

}

 

Error Cases :

code
Applies to
Status Message
200All resourcesSpecimen has been created successfully
400All requestsInvalid parameters, e.g  duplicate label, duplicate barcode, invalid class Name etc
401All requestsAuthorization failed, User doesn’t have Authority to create specimen for the given collection protocol
500All requestsInternal server error, Encountered server error while performing operations