Ignore:
Timestamp:
Mar 23, 2011, 5:15:51 AM (13 years ago)
Author:
Sam Habiel
Message:

CGAppointment: Added Provider as a Member of Class. (auto property)
CGDocument: No changes
CGDocumentManager: Added UserPreferences as a member of a Class (private and property)
CGView: Changes to support printing of Routing Slip
DAppointPage: Changes to support UserPreferences member for auto printing the routing slips
DCheckIn: Extensive changes in load code (now uses LINQ instead of ADO.net). Changes to support UserPreferences member for auto printing the routing slips.
Patient: Documentation for UserFriendlyAge.
Provider: New class to represent Provider
UserPreferences: New class to represent User preferences. Does not interact with DB right now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj

    r1110 r1111  
    140140  </ItemGroup>
    141141  <ItemGroup>
     142    <Compile Include="Provider.cs" />
     143    <Compile Include="UserPreferences.cs" />
    142144    <None Include="app.config" />
    143145    <None Include="dsPatientApptDisplay2.xsc">
     
    201203      <SubType>Form</SubType>
    202204    </Compile>
    203     <Compile Include="CustomPrinting.cs" />
     205    <Compile Include="Printing.cs" />
    204206    <Compile Include="DAccessBlock.cs">
    205207      <SubType>Form</SubType>
Note: See TracChangeset for help on using the changeset viewer.