Advertisement
kate-softtech

labresultresponselist

May 20th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. [
  2. {
  3. "active": true,
  4. "createdBy": "string",
  5. "dateCreated": 0,
  6. "dateModified": 0,
  7. "doctor": {
  8. "code": "string",
  9. "id": "string",
  10. "profile": {
  11. "code": "string",
  12. "firstName": "string",
  13. "lastName": "string",
  14. "photoUrl": "string"
  15. },
  16. "type": "string"
  17. },
  18. "fileUrl": "string",
  19. "id": "string",
  20. "modifiedBy": "string",
  21. "patient": {
  22. "code": "string",
  23. "id": "string",
  24. "profile": {
  25. "code": "string",
  26. "firstName": "string",
  27. "lastName": "string",
  28. "photoUrl": "string"
  29. },
  30. "type": "string"
  31. },
  32. "results": [
  33. {
  34. "id": "string",
  35. "normalRange": "string",
  36. "result": "string",
  37. "type": "string",
  38. "unit": "string"
  39. }
  40. ],
  41. "sampleDrawDate": 0,
  42. "type": "string",
  43. "version": 0
  44. }
  45. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement