gnumed-devel
[Top][All Lists]
Advanced

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

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


From: Busser, Jim
Subject: [Gnumed-devel] Problems pulling soap note rows via placeholders
Date: Sat, 10 Aug 2013 02:20:40 +0000

emr_journal works:

% Journal :soap for the 12 weeks ending today
\noindent
\setlength\LTleft{0pt}
\setlength\LTright{0pt}
address@hidden|l|l|c|>{\raggedright}p{11cm}|}
\hline
\emph{Date} & {\tiny Provider} &  & \emph{Entries} \tabularnewline
\hline
% 12: 12 weeks = 3 months
$<emr_journal::soapu//{\footnotesize %(date)s } & {\tiny %(modified_by)s} & 
{\tiny %(soap_cat)s} & {\small %(narrative)s} \tabularnewline//very long 
line//12//tex::>$
\hline
\end{longtable}


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::>$ 

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} \\>$
\end{itemize}

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


-- Jim


reply via email to

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