gnumed-devel
[Top][All Lists]
Advanced

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

Re: [Gnumed-devel] Problems pulling soap note rows via placeholders


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] Problems pulling soap note rows via placeholders
Date: Tue, 13 Aug 2013 09:42:24 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Sat, Aug 10, 2013 at 02:20:40AM +0000, Jim Busser wrote:

> but if I instead use in place
> 
>       soap_by_issue
> 
> e.g. as follows, even incrementing the 12 to 720 … and despite that I 
> selected (via the prompts) all available issues ...
> 
>       $<soap_by_issue::soapu//{\footnotesize %(date)s } & {\tiny 
> %(modified_by)s} & {\tiny %(soap_cat)s} & {\small %(narrative)s} 
> \tabularnewline//very long line//720//tex::>$ 

For one thing the above does not adhere to the format specification:

        u'soap_by_issue',                                               # lets 
the user select a list of issues and
                                                                                
        # then SOAP entries from those issues
                                                                                
        # "args": soap categories // strftime date format // template

> the output includes only my headers and footers, and fails to include the 
> rows which had been captured by emr_journal. Likewise nothing via either of 
> the following:
> 
> % SOAPU notes
> \begin{itemize}
> $<progress_notes::soapu       {\item %s} \\>$

This certainly can't work as it does not adhere to

        u'progress_notes',                                              # 
"args" holds: categories//template
                                                                                
        #       categories: string with 'soapu '; ' ' == None == admin

> % SOAPU notes
> \begin{itemize}
> $<progress_notes::soapu//     {\item %s} \\>$

Neither does this adhere to

        r'\$<[^<:]+::.*?::\d*?>\$'

Karsten
-- 
GPG key ID E4071346 @ gpg-keyserver.de
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346



reply via email to

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