Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <patientinformation>
  3. <name>Jones</name>
  4. <age>65</age>
  5. <medrecords>
  6. <medicationid>med001</medicationid>
  7. <meddate>2015/12/01</meddate>
  8. <medicationdosage>0.3</medicationdosage>
  9. <medicationid>med002</medicationid>
  10. <meddate>2015/12/01</meddate>
  11. <medicationdosage>0.6</medicationdosage>
  12. </medrecords>
  13. <name>Smith</name>
  14. <age>53</age>
  15. <medrecords>
  16. <medicationid>med001</medicationid>
  17. <meddate>2015/21/01</meddate>
  18. <medicationdosage>0.4</medicationdosage>
  19. <medicationid>med002</medicationid>
  20. <meddate>2015/22/01</meddate>
  21. <medicationdosage>0.5</medicationdosage>
  22. </medrecords>
  23. </patientinformation>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement