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, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
Tag.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.