gnumed-devel
[Top][All Lists]
Advanced

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

[Gnumed-devel] template to print current encounter details


From: vbanait
Subject: [Gnumed-devel] template to print current encounter details
Date: Mon, 28 Feb 2011 13:18:51 +0530

Does this work with your system?
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass[usenglish, a4, 11pts]{article}

\title{Comprehensive Clinical summary}

\author{$<current_provider>$}

\begin{document}

\maketitle

\raggedright{

$<firstname>$ $<lastname>$\\

$<date_of_birth::%Y-%m-%d>$\\ / $<gender_mapper::male//female//other::5>$\\

$<adr_location::home>$\\

\subsection*{Clinical Details}

\begin{itemize}

$<progress_notes::so// {\item %s} \\ >$

\end{itemize}

\subsection*{Assessment}

\begin{itemize}

$<progress_notes::a// {\item %s} \\ >$

\end{itemize}

\subsection*{Rx}

$<current_meds_table::latex>$

\subsection*{Plan}

\begin{itemize}

$<progress_notes::p// {\item %s} \\ >$

\end{itemize}

\vfill{}

%\begin{tabular}[b]{c}

\begin{tabular}{c}

\rule{0pt}{10ex} \texttt {\textsl {\footnotesize <Practice Stamp / Signature>}}\\

\rule{0pt}{4ex} {\footnotesize $<current_provider>$}\\

\hline

\tiny The above physician cannot be held responsible for unconfirmed content or alterations to this letter. \\

\end{tabular}

\end{document}


reply via email to

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