Versions Compared

Key

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

...

URLhttp://<host>:<port>/openspecimen/rest/ng/visits/bynamespr?visitName=01
MethodGET
Requestapplication/json
Json
Code Block
linenumberstrue
{"visit":
  {
    "eventLabel":"Baseline",
    "eventPoint":10,
    "clinicalDiagnosis":"Not Specified",
    "clinicalStatus":"Not Specified",
    "activityStatus":"Active",
    "code":null,
    "eventId":4,
    "site":"Arkansas Hospital",
    "cpTitle":"Planned Clinical Study",
    "visitDate":1450377000000,
    "cprId":596,
    "status":"Complete"
  },
  "specimens":[
   {"id":null,"initialQty":10,"label":null,"reqId":4,"storageLocation":{"id":null,"name":null,"positionX":null,"positionY":null},"lineage":"New","concentration":null,"status":"Collected","closeAfterChildrenCreation":null,"collectionEvent":{"time":"2015-12-08T15:30:36.766Z"},"receivedEvent":{"time":"2015-12-08T15:30:36.766Z"},"children":[],"specimensPool":[]}]}

Response

Code Block
linenumberstrue
0:  {
"cprId": 595
"eventId": 4
"ppid": "DWP00013"
"eventLabel": "Baseline"
"eventPoint": 10
"cpId": 2
"cpTitle": "Planned Clinical Study"
"cpShortTitle": "A Planned Clinical Study FD"
"id": 722
"name": "01"
"clinicalDiagnosis": "Not Specified"
"clinicalStatus": "Not Specified"
"activityStatus": "Active"
"site": "Arkansas Hospital"
"status": "Complete"
"comments": null
"surgicalPathologyNumber": "1234"
"sprName": null
"missedReason": null
"missedBy": null
"sprLocked": false
"visitDate": 1450377000000
"code": null
"cohort": null
"extensionDetail": null
}

...