FreeMED Opensource EMR/PM Software |
templateDefines template namespace. This should be defined in any template, and all methods should do something, otherwise FreeMED may act very unpredictable. Summary
link_bar
Produce XHTML group of links. Parameters
ReturnsXHTML code patient_box_iconbar
Creates the iconbar used by the default template in the template::patient_box method. Parameters
ReturnsXHTML code See Alsosummary_print_link
Creates a print link for the EMR summary screen Parameters
ReturnsXHTML widget |
Produce XHTML group of links.
function link_bar ( $links, $opts = '' )
Creates an XHTML “button” for a link
function link_button ( $text, $url, $options = NULL )
Creates a patient information box
function patient_box ( $patient_object )
Creates the iconbar used by the default template in the template::patient_box method.
function patient_box_iconbar ( $patient )
Creates a annotate link for the EMR summary screen
function summary_annotate_link( $class, $url )
Creates a delete link for the EMR summary screen
function summary_delete_link( $class, $url )
Creates a lock link for the EMR summary screen
function summary_lock_link( $class, $url )
Creates a locked link for the EMR summary screen
function summary_locked_link( $class, $url )
Creates a modify link for the EMR summary screen
function summary_modify_link( $class, $url )
Creates a print link for the EMR summary screen
function summary_print_link( $class, $url, $popup = true )
Creates a view link for the EMR summary screen
function summary_view_link( $class, $url, $newwindow = false )