Ignore:
Timestamp:
May 7, 2010, 6:38:39 PM (14 years ago)
Author:
Sam Habiel
Message:

Reworked DAppointPage. Removed dependence of DPatientApptDisplay on Crystal Reports. Added UserControl UCPatientAppts to encapsulate functionality of DPatientApptDisplay; right now it does not include printing. DAppointPage now uses UCPatientAppts to provide functionality of seeing patient's previous appointments. DPatientApptDisplay does not yet, but will soon.

Exe is not included.

File:
1 edited

Legend:

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

    r627 r753  
    3838    </TargetFrameworkSubset>
    3939    <IsWebBootstrapper>false</IsWebBootstrapper>
     40    <ManifestCertificateThumbprint>3202DD11CA9F64F7E52CF7BBED5F17D6E8A1B395</ManifestCertificateThumbprint>
     41    <ManifestKeyFile>ClinicalScheduling_TemporaryKey.pfx</ManifestKeyFile>
     42    <GenerateManifests>false</GenerateManifests>
     43    <SignManifests>false</SignManifests>
     44    <TargetZone>LocalIntranet</TargetZone>
     45    <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
    4046    <PublishUrl>publish\</PublishUrl>
    4147    <Install>true</Install>
     
    4854    <UpdateRequired>false</UpdateRequired>
    4955    <MapFileExtensions>true</MapFileExtensions>
    50     <ApplicationRevision>0</ApplicationRevision>
    51     <ApplicationVersion>2.0.0.%2a</ApplicationVersion>
     56    <ApplicationRevision>1</ApplicationRevision>
     57    <ApplicationVersion>2.1.0.%2a</ApplicationVersion>
    5258    <UseApplicationTrust>false</UseApplicationTrust>
     59    <PublishWizardCompleted>true</PublishWizardCompleted>
    5360    <BootstrapperEnabled>true</BootstrapperEnabled>
    5461  </PropertyGroup>
     
    104111    </Reference>
    105112    <Reference Include="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL">
    106       <Private>True</Private>
     113      <Private>False</Private>
    107114    </Reference>
    108115    <Reference Include="CrystalDecisions.Enterprise.Framework, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304">
    109       <Private>True</Private>
     116      <Private>False</Private>
    110117    </Reference>
    111118    <Reference Include="CrystalDecisions.Enterprise.InfoStore, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304">
    112       <Private>True</Private>
     119      <Private>False</Private>
    113120    </Reference>
    114121    <Reference Include="CrystalDecisions.ReportSource, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL">
    115       <Private>True</Private>
     122      <Private>False</Private>
    116123    </Reference>
    117124    <Reference Include="CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL">
    118       <Private>True</Private>
     125      <Private>False</Private>
    119126    </Reference>
    120127    <Reference Include="CrystalDecisions.Windows.Forms, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL">
    121       <Private>True</Private>
     128      <Private>False</Private>
    122129    </Reference>
    123130    <Reference Include="System">
     
    155162    <None Include="ClassDiagram1.cd" />
    156163    <None Include="ClassDiagram2.cd" />
     164    <None Include="ClinicalScheduling_TemporaryKey.pfx" />
    157165    <None Include="dsPatientApptDisplay2.xsc">
    158166      <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
     
    173181      <DependentUpon>dsRebookAppts.xsd</DependentUpon>
    174182    </None>
     183    <None Include="Properties\app.manifest" />
    175184    <Content Include="App.ico" />
    176185    <Content Include="dsPatientApptDisplay2.xsd">
     
    232241      <AutoGen>True</AutoGen>
    233242    </Compile>
    234     <Compile Include="crPatientApptDisplay.cs">
    235       <DependentUpon>crPatientApptDisplay.rpt</DependentUpon>
    236       <SubType>Component</SubType>
    237       <DesignTime>True</DesignTime>
    238       <AutoGen>True</AutoGen>
    239     </Compile>
    240243    <Compile Include="crPatientLetter.cs">
    241244      <DependentUpon>crPatientLetter.rpt</DependentUpon>
     
    329332      <DependentUpon>dsRebookAppts.xsd</DependentUpon>
    330333    </Compile>
     334    <Compile Include="UCPatientAppts.cs">
     335      <SubType>UserControl</SubType>
     336    </Compile>
     337    <Compile Include="UCPatientAppts.Designer.cs">
     338      <DependentUpon>UCPatientAppts.cs</DependentUpon>
     339    </Compile>
    331340    <EmbeddedResource Include="CGAVView.resx">
    332341      <DependentUpon>CGAVView.cs</DependentUpon>
     
    349358      <LastGenOutput>crCancelLetter.cs</LastGenOutput>
    350359    </EmbeddedResource>
    351     <EmbeddedResource Include="crPatientApptDisplay.rpt">
    352       <Generator>CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator</Generator>
    353       <LastGenOutput>crPatientApptDisplay.cs</LastGenOutput>
    354     </EmbeddedResource>
    355360    <EmbeddedResource Include="crPatientLetter.rpt">
    356361      <Generator>CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator</Generator>
     
    448453      <DependentUpon>DSplash.cs</DependentUpon>
    449454      <SubType>Designer</SubType>
     455    </EmbeddedResource>
     456    <EmbeddedResource Include="UCPatientAppts.resx">
     457      <DependentUpon>UCPatientAppts.cs</DependentUpon>
    450458    </EmbeddedResource>
    451459  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.