Last change
on this file since 1116 was 1106, checked in by Sam Habiel, 14 years ago |
CalendarGrid:
- Support for Autoscrolling corrected.
- A little optimization: Grid is only drawn once now when starting, not twice (don't know why original code did that).
CGAppointment:
- Added member Patient (new Class)
CGDocument:
- OnOpenDocument now accepts input of DateTime to decide where to open document.
- SlotsAvailable algorithm now includes code for scaling according to timescale and code to merge Blocks if they are adjacent.
CGDocumentManager:
- Fix bug having to do with canceling log-in after first retry. BMX lib threw an exception which was not caught.
CGView: Many changes:
- SlotsAvailable signature changed in CGDocument. All references to it had to be changed.
- Opening a node in the tvSchedules by clicking on the plus sign did not select it. Code changes to make it select it.
- UpdateStatusBar now uses a string builder; and shows a more comprehensive message on the availability in the Status Bar.
- Focus issues on various controls.
- Support for printing a slip after an appointment is made automatically has been added.
CustomPrinting:
- now includes a method to print a single appointment slip
DAppointPage:
- Checkbox to decide whether to print appt slip added.
- New readonly property to get the appointment that has been made (of type CGAppointment).
DApptSearch:
- StartDate and EndDate now autoadjust based on each other.
- lblMessage added to show user message if no appointments are found.
|
File size:
1.4 KB
|
Rev | Line | |
---|
[966] | 1 | Microsoft Visual Studio Solution File, Format Version 11.00
|
---|
| 2 | # Visual C# Express 2010
|
---|
[614] | 3 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClinicalScheduling", "ClinicalScheduling.csproj", "{8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}"
|
---|
| 4 | EndProject
|
---|
[966] | 5 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BMXNet", "..\bmx\BMXNet\BMXNet.csproj", "{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}"
|
---|
[824] | 6 | EndProject
|
---|
[614] | 7 | Global
|
---|
| 8 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
---|
| 9 | Debug|Any CPU = Debug|Any CPU
|
---|
| 10 | Release|Any CPU = Release|Any CPU
|
---|
| 11 | EndGlobalSection
|
---|
| 12 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
---|
[1106] | 13 | {8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
---|
| 14 | {8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
---|
[1084] | 15 | {8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
| 16 | {8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
[1106] | 17 | {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
---|
| 18 | {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
---|
[1065] | 19 | {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
| 20 | {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
[614] | 21 | EndGlobalSection
|
---|
| 22 | GlobalSection(SolutionProperties) = preSolution
|
---|
| 23 | HideSolutionNode = FALSE
|
---|
| 24 | EndGlobalSection
|
---|
| 25 | EndGlobal
|
---|
Note:
See
TracBrowser
for help on using the repository browser.