home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Power Pack / Visual_Basic4_Power_Pack.bin / vb4files / schedvbx / samples.z / PATAPPT.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-03-14  |  2.9 KB  |  83 lines

  1. PatApptForm
  2. Patient Appointment
  3. Form15G
  4. Cancel
  5. &Cancel
  6. NewPatient
  7. &New Patient
  8. Panel3D1
  9. SSPanel#
  10. ApptNum
  11. ApptNum
  12. Doctor
  13. Notes
  14. Reason
  15. ApptTime
  16. ApptDuration
  17. Patient
  18. Label4
  19. Doctor:
  20. Label10
  21. Notes:
  22. Label7
  23. Reason for Visit:
  24. Label2
  25. Appt. Time:
  26. Label3
  27. Appt. Duration:
  28. Label1
  29. Patient:
  30.     Form_Load
  31. Ok_Click
  32. PatApptForm
  33. Cancel_Click
  34. NewPatient_Click/
  35. PatientListForm
  36. Patient
  37. DoctorsFormq
  38. Patients
  39.     Recordset
  40.     SchedVBX1
  41. TBMax
  42. TBResource
  43. Doctor
  44.     ListIndex
  45. TBBeg
  46. ApptTime
  47. TBDur
  48. ApptDuration
  49. Appts
  50. TBEnd
  51. Reason
  52. Notes
  53. LookupCriteria
  54. iPatient
  55. NoMatch
  56. sPatientName
  57. sUser4
  58. TBBar
  59. TBUser1
  60. TBUser2#
  61. TBUser3
  62. SetBarText
  63. SnapToHalfHour
  64. iApptNum
  65. ApptNum
  66. octorsForm
  67. Cancel_Click
  68. NewPatient_Click
  69.  Load Patient list again from Patients Table
  70. Ok_Click
  71.  add TimeBlock to Schedule/VBX
  72.  get patient name from Patients tablet
  73. [Patient Number] = 
  74.  add appointment to database
  75.  put in Not Assigned Roomt
  76. Appointment Number
  77. Doctor Number
  78. Patient Number
  79. Begin
  80. Reason for Visit
  81. Exam Room
  82. Notes
  83.