Advertisement
kate-softtech

labresultresponse

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