Fixed issue with attachment tokens. Changed how attachments are handled to be more modular. Added support for PNG files.
This commit is contained in:
@@ -227,6 +227,9 @@
|
||||
<Compile Include="Source\API\APIConnection.cs" />
|
||||
<Compile Include="Source\API\APIRequestBuilder.cs" />
|
||||
<Compile Include="Source\API\PWApiConnection.cs" />
|
||||
<Compile Include="Source\Attachments\AttachmentFactory.cs" />
|
||||
<Compile Include="Source\Attachments\FileHandler.cs" />
|
||||
<Compile Include="Source\Attachments\PWAttachment.cs" />
|
||||
<Compile Include="Source\Config\Configuration.cs" />
|
||||
<Compile Include="Source\Database\DatabaseConfig.cs" />
|
||||
<Compile Include="Source\Database\DatabaseConnection.cs" />
|
||||
@@ -242,8 +245,8 @@
|
||||
<Compile Include="Source\DataObjects\Referral.cs" />
|
||||
<Compile Include="Source\DataObjects\ReferralTypeBox.cs" />
|
||||
<Compile Include="Source\DataObjects\ReferToBox.cs" />
|
||||
<Compile Include="Source\Patient.cs" />
|
||||
<Compile Include="Source\PatientGUIAdapter.cs" />
|
||||
<Compile Include="Source\DataObjects\Patient.cs" />
|
||||
<Compile Include="Source\DataObjects\PatientGUIAdapter.cs" />
|
||||
<Page Include="MainWindow.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
|
||||
Reference in New Issue
Block a user