public class VisitListItem extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
VisitListItem() |
VisitListItem(Visit visit) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getIndicationConcept() |
String |
getLocation() |
String |
getPersonName() |
Date |
getStartDatetime() |
String |
getStartDatetimeString() |
Date |
getStopDatetime() |
String |
getStopDatetimeString() |
Integer |
getVisitId() |
String |
getVisitType() |
int |
hashCode() |
boolean |
isVoided() |
void |
setIndicationConcept(String indicationConcept) |
void |
setLocation(String location) |
void |
setPersonName(String personName) |
void |
setStartDatetime(Date startDatetime) |
void |
setStartDatetimeString(String startDatetimeString) |
void |
setStopDatetime(Date stopDatetime) |
void |
setStopDatetimeString(String stopDatetimeString) |
void |
setVisitId(Integer visitId) |
void |
setVisitType(String visitType) |
void |
setVoided(boolean voided) |
public VisitListItem()
public VisitListItem(Visit visit)
public Integer getVisitId()
public void setVisitId(Integer visitId)
visitId
- the visitId to setpublic String getVisitType()
public void setVisitType(String visitType)
visitType
- the visitType to setpublic String getPersonName()
public void setPersonName(String personName)
personName
- the personName to setpublic String getLocation()
public void setLocation(String location)
location
- the location to setpublic String getIndicationConcept()
public void setIndicationConcept(String indicationConcept)
indicationConcept
- the indicationConcept to setpublic Date getStartDatetime()
public void setStartDatetime(Date startDatetime)
startDatetime
- the startDatetime to setpublic Date getStopDatetime()
public void setStopDatetime(Date stopDatetime)
stopDatetime
- the stopDatetime to setpublic String getStartDatetimeString()
public void setStartDatetimeString(String startDatetimeString)
startDatetimeString
- the startDatetimeString to setpublic String getStopDatetimeString()
public void setStopDatetimeString(String stopDatetimeString)
stopDatetimeString
- the stopDatetimeString to setpublic boolean isVoided()
public void setVoided(boolean voided)
voided
- the voided to setpublic boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
Copyright © 2015 OpenMRS Inc.. All rights reserved.