Ignore:
Timestamp:
Mar 24, 2011, 9:26:14 AM (13 years ago)
Author:
Sam Habiel
Message:

CGDocument: Minor Change: Add appointment ID to Appointment
CGDocumentManager: added parameter /culture to set Thread.CurrentThread.CurrentUICulture
CGView: Minor changes in CheckInAppointment: Printing of Routing Slip now always happens.

Routing slip now get parameter for patient order.

Patient: i18n of UserFriendlyAge
Printing: Extensive changes. Support for i18n; new routing slip and appt slip. i18n support only for appt slip.

File:
1 edited

Legend:

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

    r1111 r1112  
    141141  <ItemGroup>
    142142    <Compile Include="Provider.cs" />
     143    <Compile Include="strings.ar.Designer.cs">
     144      <AutoGen>True</AutoGen>
     145      <DesignTime>True</DesignTime>
     146      <DependentUpon>strings.ar.resx</DependentUpon>
     147    </Compile>
     148    <Compile Include="strings.Designer.cs">
     149      <AutoGen>True</AutoGen>
     150      <DesignTime>True</DesignTime>
     151      <DependentUpon>strings.resx</DependentUpon>
     152    </Compile>
    143153    <Compile Include="UserPreferences.cs" />
    144154    <None Include="app.config" />
     
    412422    <EmbeddedResource Include="LoadingSplash.resx">
    413423      <DependentUpon>LoadingSplash.cs</DependentUpon>
     424    </EmbeddedResource>
     425    <EmbeddedResource Include="strings.ar.resx">
     426      <Generator>ResXFileCodeGenerator</Generator>
     427      <LastGenOutput>strings.ar.Designer.cs</LastGenOutput>
     428    </EmbeddedResource>
     429    <EmbeddedResource Include="strings.resx">
     430      <Generator>ResXFileCodeGenerator</Generator>
     431      <LastGenOutput>strings.Designer.cs</LastGenOutput>
    414432    </EmbeddedResource>
    415433    <EmbeddedResource Include="UCPatientAppts.resx">
Note: See TracChangeset for help on using the changeset viewer.