Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. INSERT INTO ctl_motivo_indicacion
  2. (id, nombre, fecha_inicio, fecha_fin)
  3. VALUES(1, 'Alta sospecha de TB. y 2 BK(-)', '2018-02-05', NULL);
  4. INSERT INTO ctl_motivo_indicacion
  5. (id, nombre, fecha_inicio, fecha_fin)
  6. VALUES(2, 'Sospecha de tuberculosis infantil', '2018-02-05', NULL);
  7. INSERT INTO ctl_motivo_indicacion
  8. (id, nombre, fecha_inicio, fecha_fin)
  9. VALUES(3, 'Sospecha de TB extrapulmonar', '2018-02-05', NULL);
  10. INSERT INTO ctl_motivo_indicacion
  11. (id, nombre, fecha_inicio, fecha_fin)
  12. VALUES(4, 'Persona con VIH y con sospecha de TB', '2018-02-05', NULL);
  13. INSERT INTO ctl_motivo_indicacion
  14. (id, nombre, fecha_inicio, fecha_fin)
  15. VALUES(5, 'BK con 1 a 9 bacilos en 100 campos', '2018-02-05', NULL);
  16. INSERT INTO ctl_motivo_indicacion
  17. (id, nombre, fecha_inicio, fecha_fin)
  18. VALUES(6, 'Paciente con diabetes', '2018-02-05', NULL);
  19. INSERT INTO ctl_motivo_indicacion
  20. (id, nombre, fecha_inicio, fecha_fin)
  21. VALUES(7, 'S.R. con 2 BK(-) y con TB presuntiva', '2018-02-05', NULL);
  22. INSERT INTO ctl_motivo_indicacion
  23. (id, nombre, fecha_inicio, fecha_fin)
  24. VALUES(8, 'Persona con VIH', '2018-02-05', NULL);
  25. INSERT INTO ctl_motivo_indicacion
  26. (id, nombre, fecha_inicio, fecha_fin)
  27. VALUES(9, 'Privado de libertad', '2018-02-05', NULL);
  28. INSERT INTO ctl_motivo_indicacion
  29. (id, nombre, fecha_inicio, fecha_fin)
  30. VALUES(10, 'Antecedente de privado de libertad', '2018-02-05', NULL);
  31. INSERT INTO ctl_motivo_indicacion
  32. (id, nombre, fecha_inicio, fecha_fin)
  33. VALUES(11, 'S.R. con diabetes', '2018-02-05', NULL);
  34. INSERT INTO ctl_motivo_indicacion
  35. (id, nombre, fecha_inicio, fecha_fin)
  36. VALUES(12, 'S.R. con inmunodeficiencias', '2018-02-05', NULL);
  37. INSERT INTO ctl_motivo_indicacion
  38. (id, nombre, fecha_inicio, fecha_fin)
  39. VALUES(13, 'Caso TB que no negativiza al 2do o 3er mes', '2018-02-05', NULL);
  40. INSERT INTO ctl_motivo_indicacion
  41. (id, nombre, fecha_inicio, fecha_fin)
  42. VALUES(14, 'Retratamientos', '2018-02-05', NULL);
  43. INSERT INTO ctl_motivo_indicacion
  44. (id, nombre, fecha_inicio, fecha_fin)
  45. VALUES(15, 'Contacto de caso TB/MDR', '2018-02-05', NULL);
  46. INSERT INTO ctl_motivo_indicacion
  47. (id, nombre, fecha_inicio, fecha_fin)
  48. VALUES(16, 'Niños', '2018-02-05', NULL);
  49. INSERT INTO ctl_motivo_indicacion
  50. (id, nombre, fecha_inicio, fecha_fin)
  51. VALUES(17, 'Personal de salud', '2018-02-05', NULL);
  52. INSERT INTO ctl_motivo_indicacion
  53. (id, nombre, fecha_inicio, fecha_fin)
  54. VALUES(18, 'Otros', '2018-02-05', NULL);
  55. INSERT INTO ctl_motivo_indicacion
  56. (id, nombre, fecha_inicio, fecha_fin)
  57. VALUES(19, 'Indicacion por resultado previo', '2018-02-05', NULL);
  58. INSERT INTO ctl_motivo_indicacion
  59. (id, nombre, fecha_inicio, fecha_fin)
  60. VALUES(20, 'Fracaso', '2018-02-05', NULL);
  61. INSERT INTO ctl_motivo_indicacion
  62. (id, nombre, fecha_inicio, fecha_fin)
  63. VALUES(21, 'Perdida en el seguimiento', '2018-02-05', NULL);
  64. INSERT INTO ctl_motivo_indicacion
  65. (id, nombre, fecha_inicio, fecha_fin)
  66. VALUES(22, 'Recaida', '2018-02-05', NULL);
  67. INSERT INTO ctl_motivo_indicacion
  68. (id, nombre, fecha_inicio, fecha_fin)
  69. VALUES(23, 'Coinfeccion TB/VIH', '2018-02-05', NULL);
  70. INSERT INTO ctl_motivo_indicacion
  71. (id, nombre, fecha_inicio, fecha_fin)
  72. VALUES(24, 'No negativiza al 2do o 4to mes', '2018-02-05', NULL);
  73. INSERT INTO ctl_motivo_indicacion
  74. (id, nombre, fecha_inicio, fecha_fin)
  75. VALUES(25, 'Migrante nacional o extranjero', '2018-02-05', NULL);
  76. INSERT INTO ctl_motivo_indicacion
  77. (id, nombre, fecha_inicio, fecha_fin)
  78. VALUES(26, 'Paciente con tto. Antituberculoso que no mejora clinicamente, aunque sus BK de control sean neg.', '2018-02-05', NULL);
  79. INSERT INTO ctl_motivo_indicacion
  80. (id, nombre, fecha_inicio, fecha_fin)
  81. VALUES(27, 'Caso crónico de tuberculosis', '2018-02-05', NULL);
  82. INSERT INTO ctl_motivo_indicacion
  83. (id, nombre, fecha_inicio, fecha_fin)
  84. VALUES(28, 'Caso RR o MDR', '2018-02-05', NULL);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement