public class ShowGraphTag
extends javax.servlet.jsp.tagext.BodyTagSupport
| Constructor and Description | 
|---|
ShowGraphTag()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
doEndTag()  | 
int | 
doStartTag()
Render graph. 
 | 
java.lang.String | 
getConceptName()  | 
java.lang.Integer | 
getHeight()  | 
java.lang.Integer | 
getPatientId()  | 
java.lang.Integer | 
getWidth()  | 
void | 
setConceptName(java.lang.String conceptName)  | 
void | 
setHeight(java.lang.Integer height)  | 
void | 
setPatientId(java.lang.Integer patientId)  | 
void | 
setWidth(java.lang.Integer width)  | 
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic int doStartTag()
               throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic int doEndTag()
             throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionTag.doEndTag()public java.lang.Integer getPatientId()
public void setPatientId(java.lang.Integer patientId)
patientId - the primary key of the patientpublic java.lang.String getConceptName()
public void setConceptName(java.lang.String conceptName)
conceptName - the desired conceptpublic java.lang.Integer getHeight()
public void setHeight(java.lang.Integer height)
height - the desired height of the imagepublic java.lang.Integer getWidth()
public void setWidth(java.lang.Integer width)
width - the desired height of the imageCopyright © 2018 OpenMRS Inc.. All Rights Reserved.