public class BloodFlowReport extends Object implements Serializable
| Constructor and Description |
|---|
BloodFlowReport() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getBackDeepArtery() |
Double |
getBackDeepArterySecond() |
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getDetectionAt() |
Double |
getDorsalArtery() |
Long |
getId() |
String |
getMobile() |
Double |
getPfi() |
Double |
getRadialArtery() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setBackDeepArtery(Double backDeepArtery) |
void |
setBackDeepArterySecond(Double backDeepArterySecond) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDetectionAt(String detectionAt) |
void |
setDorsalArtery(Double dorsalArtery) |
void |
setId(Long id) |
void |
setMobile(String mobile) |
void |
setPfi(Double pfi) |
void |
setRadialArtery(Double radialArtery) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getMobile()
public void setMobile(String mobile)
public String getDetectionAt()
public void setDetectionAt(String detectionAt)
public Double getRadialArtery()
public void setRadialArtery(Double radialArtery)
public Double getDorsalArtery()
public void setDorsalArtery(Double dorsalArtery)
public Double getBackDeepArtery()
public void setBackDeepArtery(Double backDeepArtery)
public Double getBackDeepArterySecond()
public void setBackDeepArterySecond(Double backDeepArterySecond)
public Double getPfi()
public void setPfi(Double pfi)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2017. All rights reserved.