Skip to content

Instantly share code, notes, and snippets.

@rcknight
Created September 6, 2013 14:01
Show Gist options
  • Save rcknight/6464232 to your computer and use it in GitHub Desktop.
Save rcknight/6464232 to your computer and use it in GitHub Desktop.
samplecommands for hoverhand
"http://batchesv3-test/deviations"
{
"Description": "A woftam occurred!",
"DeviationType": "Batch",
"DeviationReference": "14D0005",
"UserName": "Richard Knight"
}
"http://localhost:55633/14D0005/subBatches/A"
{"UserName":"Richard Knight",
"UpdatedSubbatchDetails":
{
"SubBatchId": "A",
"DeviceName": "European BD Syringe 60ml",
"SubbatchType": "Syringe",
"Quantity": 10,
"ExpiryDate": "2016-07-14 00:00:00"
}}
asdasdas
{
"BatchNumber": "13J0000",
"DrugName": "Fluorouracil",
"DateOfManufacture": "2013-09-09 00:00:00",
"WorksheetCode": "FLU-06-QAS",
"UserName": "Richard Knight",
"Subbatches": [
{
"SubBatchId": "A",
"DeviceName": "European BD Syringe 10ml",
"SubbatchType": "Syringe",
"Quantity": 30,
"ExpiryDate": "2013-12-02 00:00:00"
},
{
"SubBatchId": "B",
"DeviceName": "Paragon 100ml 0.5ml/hr 5000936",
"SubbatchType": "Device",
"Quantity": 20,
"ExpiryDate": "2013-12-02 00:00:00"
},
{
"SubBatchId": "C",
"DeviceName": "Freeflex NaCl 0.9% Infusion Bag 250ml 2288532E",
"SubbatchType": "Bag",
"Quantity": 15,
"ExpiryDate": "2013-12-02 00:00:00"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment