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.
|
String |
getConceptName() |
Integer |
getHeight() |
Integer |
getPatientId() |
Integer |
getWidth() |
void |
setConceptName(String conceptName) |
void |
setHeight(Integer height) |
void |
setPatientId(Integer patientId) |
void |
setWidth(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 Integer getPatientId()
public void setPatientId(Integer patientId)
patientId
- the primary key of the patientpublic String getConceptName()
public void setConceptName(String conceptName)
conceptName
- the desired conceptpublic Integer getHeight()
public void setHeight(Integer height)
height
- the desired height of the imagepublic Integer getWidth()
public void setWidth(Integer width)
width
- the desired height of the imageCopyright © 2015 OpenMRS Inc.. All rights reserved.