Skip to content

Instantly share code, notes, and snippets.

@stpe
Created June 3, 2015 08:57
Show Gist options
  • Save stpe/eae397b14d003f91acfc to your computer and use it in GitHub Desktop.
Save stpe/eae397b14d003f91acfc to your computer and use it in GitHub Desktop.
blodlager json
{
"@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