gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnumed-devel] PDF Cache printing


From: Eric Maeker
Subject: [Gnumed-devel] PDF Cache printing
Date: Tue, 13 Jul 2010 15:43:32 +0200

Hi all,

FreeMedForms apps know offers the user the possibility to keep a copy
of each printed docs into a cache dir. This functionnality is fully
configurable in the preferences dialog.

For FreeDiams, there's a change in the XML output as follow:

<?xml version="1.0" encoding="UTF-8"?>
[..]
</PatientDatas>

<Printed 
file="/Users/eric/Desktop/ESSAI/KIRK_James_2010-07-13T15:35:53_FreeDiams_debug.pdf"
docName="KIRK_James_2010-07-13T15:35:53_FreeDiams_debug.pdf"
dateTime="2010-07-13T15:35:54" userUid="freediams.default.user"/>

[...]
</FreeDiams>

Each printed doc appears after the </PatientDatas> in an XML line
formatted as follow:

<Printed file="/absolute/full/Path/to/cachedFile.pdf" docName="..."
dateTime="yyyy-MM-ddThh:mm:ss" userUid="..."/>

Eric



reply via email to

[Prev in Thread] Current Thread [Next in Thread]