Created
June 3, 2015 08:57
-
-
Save stpe/eae397b14d003f91acfc to your computer and use it in GitHub Desktop.
blodlager json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@attributes": { | |
"BloodBankCode": "021" | |
}, | |
"RunTime": "2015-06-03T10:48:04", | |
"StockLevel": [ | |
{ | |
"@attributes": { | |
"BloodGroup": "0+" | |
}, | |
"WantedLevel": "800", | |
"ActualLevel": "813" | |
}, | |
{ | |
"@attributes": { | |
"BloodGroup": "0-" | |
}, | |
"WantedLevel": "350", | |
"ActualLevel": "231" | |
}, | |
{ | |
"@attributes": { | |
"BloodGroup": "A+" | |
}, | |
"WantedLevel": "800", | |
"ActualLevel": "687" | |
}, | |
{ | |
"@attributes": { | |
"BloodGroup": "A-" | |
}, | |
"WantedLevel": "300", | |
"ActualLevel": "286" | |
}, | |
{ | |
"@attributes": { | |
"BloodGroup": "B+" | |
}, | |
"WantedLevel": "200", | |
"ActualLevel": "255" | |
}, | |
{ | |
"@attributes": { | |
"BloodGroup": "B-" | |
}, | |
"WantedLevel": "80", | |
"ActualLevel": "43" | |
}, | |
{ | |
"@attributes": { | |
"BloodGroup": "AB+" | |
}, | |
"WantedLevel": "100", | |
"ActualLevel": "123" | |
}, | |
{ | |
"@attributes": { | |
"BloodGroup": "AB-" | |
}, | |
"WantedLevel": "50", | |
"ActualLevel": "42" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment