DRadExamsSelect: New form to let user select exam.
RadiologyExam: Class for a Radiology Exam
DAL: new DB communication methods: GetRadiologyExamsForPatientinHL and ScheduleRadiologyExam
CGView:
- New context menus for Radiology; context menu popup has logic for which menus to display;
- Helper method IsThisARadiologyResource used by ctxCalendarGrid_Popup to decide which menus to display
- Handler ctxCalGridMkRadAppt_Click to make the Radiology Appointment.
CGDocument:
- CreateAppointment now saves RadiologyExamIEN to the DB
- RefreshAppointments now gets RadiologyExamIEN from the DB
CGAppointment:
- Class completely refactored to use auto props rather than old style properties
- Added property RadiologyExamIEN
CalendarGrid: Class was wrongly using supposed private members of CGAppointment. Refactored to fix that as private members don't exist anymore.
Last but not least, new exe,dll