Versions Compared

Key

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

...

Allows a third-party application to request an update to job tracking for a job in Rx-Universe.  If the lab is set to verify the job flow, this will be reflected in the output.


Example:

POST http://localhost:4567/api/jt/checkin?order=2341296&station=001 {"order":"2341296", "station":"001"}

input - 2 parameters, the order number, tray number or PO number of the job to move, and the Rx-Universe station ID to move it to

...

{
  "input-job": "2341296",
  "input-station": "022",
  "result": "invalid station"
}

If the order requested does not pass the job flow validation for the requested job station, the response will include the validation error similar to: 

{
  "input-job": "2341296",
  "input-station": "AR1",
  "result": "AR not needed"
}