Guest User

Untitled

a guest
Apr 26th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. ##Objeto de resposta do barramento
  2.  
  3. ```javascript
  4. {
  5. IdExame: req.query.idexame,
  6. IdPaciente: 1,
  7. IdHospital: 1,
  8. IdMedico: 1,
  9. IdSetor: 1,
  10. TipoAtendimento: 1,
  11. Exame: 'Exame Barramento',
  12. DtExame: '2018-04-18',
  13. Medico: "Dr. Barramento",
  14. MedicoTelefone: '11 1111-1111',
  15. Paciente: "Barramento",
  16. PacienteTelefone: '11 1111-1111',
  17. Autor: "Autor Exame",
  18. AutorEmail: '',
  19. AutorTelefone: '11 1111-1111',
  20. Revisor: "Revisor Exame"
  21. }
  22. ```
Add Comment
Please, Sign In to add comment