Minor changes:
- Some arabic phrases and spelling changed. - Printing Routing Slip now does not include next appointment instructions per Al-Najjar's request. New Exe's and Dlls
This commit is contained in:
parent
753aafd3b3
commit
1d0ecc5c2f
|
@ -36,7 +36,7 @@
|
|||
<RemoteDebugMachine>
|
||||
</RemoteDebugMachine>
|
||||
<StartAction>Project</StartAction>
|
||||
<StartArguments>/s=172.16.16.108 /p=9250 /a=s.habiel /v=catdog.66</StartArguments>
|
||||
<StartArguments>/s=172.16.16.108 /p=9250 /a=s.habiel /v=catdog.77</StartArguments>
|
||||
<StartPage>
|
||||
</StartPage>
|
||||
<StartProgram>C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\IEExec.exe</StartProgram>
|
||||
|
@ -55,8 +55,7 @@
|
|||
<RemoteDebugMachine>
|
||||
</RemoteDebugMachine>
|
||||
<StartAction>Project</StartAction>
|
||||
<StartArguments>
|
||||
</StartArguments>
|
||||
<StartArguments>/s=192.168.56.101 /p=9260 /a=shabiel12 /v=catdog.77</StartArguments>
|
||||
<StartPage>
|
||||
</StartPage>
|
||||
<StartProgram>
|
||||
|
|
Binary file not shown.
|
@ -552,7 +552,7 @@ namespace IndianHealthService.ClinicalScheduling
|
|||
/// Print Routing Slip
|
||||
/// </summary>
|
||||
/// <param name="a">Appointment Data Structure</param>
|
||||
/// <param name="title">String to print for title</param>
|
||||
/// <param name="apptOrder">Order of Appointment</param>
|
||||
/// <param name="e">etc</param>
|
||||
public virtual void PrintRoutingSlip(CGAppointment appt, int apptOrder, PrintPageEventArgs e)
|
||||
{
|
||||
|
@ -696,7 +696,8 @@ namespace IndianHealthService.ClinicalScheduling
|
|||
|
||||
s = strings.ScratchArea;
|
||||
g.DrawString(s, fGroupTitle, Brushes.Black, printArea, sf3);
|
||||
|
||||
|
||||
/* Per Al-Najjar, we don't want the next appointment instructions section
|
||||
// move down
|
||||
printArea.Y += 240;
|
||||
printArea.Height -= 240;
|
||||
|
@ -712,6 +713,7 @@ namespace IndianHealthService.ClinicalScheduling
|
|||
|
||||
s = strings.NextAppointmentInstructions;
|
||||
g.DrawString(s, fGroupTitle, Brushes.Black, printArea, sf3);
|
||||
*/
|
||||
|
||||
// Draw Footer
|
||||
//use sf0 to print the footer (center all the way)
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -196,9 +196,9 @@
|
|||
<value>دور المريض</value>
|
||||
</data>
|
||||
<data name="RoutingSlip" xml:space="preserve">
|
||||
<value>قسيمة التوجيه</value>
|
||||
<value>بطاقة الزيارة</value>
|
||||
</data>
|
||||
<data name="ScratchArea" xml:space="preserve">
|
||||
<value>ملاحضات زائدة</value>
|
||||
<value>ملاحظات زائدة</value>
|
||||
</data>
|
||||
</root>
|
Loading…
Reference in New Issue