|
@ -22,211 +22,78 @@ import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
public class WlyyPrescriptionInfoVO extends UuidIdentityVOWithOperator {
|
|
|
|
|
|
/**
|
|
|
*
|
|
|
*/
|
|
|
@ApiModelProperty(value = "", example = "模块1")
|
|
|
private String saasId;
|
|
|
|
|
|
/**
|
|
|
* 处方code 关联表wlyy_prescription code
|
|
|
*/
|
|
|
@ApiModelProperty(value = "处方code 关联表wlyy_prescription code", example = "模块1")
|
|
|
* 处方code 关联表wlyy_prescription code
|
|
|
*/
|
|
|
@ApiModelProperty(value = "处方code 关联表wlyy_prescription code", example = "模块1")
|
|
|
private String prescriptionId;
|
|
|
|
|
|
/**
|
|
|
* 药品code
|
|
|
*/
|
|
|
@ApiModelProperty(value = "药品code", example = "模块1")
|
|
|
private String drugCode;
|
|
|
* 药品编号
|
|
|
*/
|
|
|
@ApiModelProperty(value = "药品编号", example = "模块1")
|
|
|
private String drugNo;
|
|
|
|
|
|
/**
|
|
|
* 药品名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "药品名称", example = "模块1")
|
|
|
* 药品名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "药品名称", example = "模块1")
|
|
|
private String drugName;
|
|
|
|
|
|
/**
|
|
|
* 科目类别编码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "科目类别编码", example = "模块1")
|
|
|
private String subjectClass;
|
|
|
|
|
|
/**
|
|
|
* 吃药频率
|
|
|
*/
|
|
|
@ApiModelProperty(value = "吃药频率", example = "模块1")
|
|
|
private String drugRate;
|
|
|
|
|
|
/**
|
|
|
* 药品规格
|
|
|
*/
|
|
|
@ApiModelProperty(value = "药品规格", example = "模块1")
|
|
|
private String drugFormat;
|
|
|
|
|
|
/**
|
|
|
* 药品数目
|
|
|
*/
|
|
|
@ApiModelProperty(value = "药品数目", example = "模块1")
|
|
|
private Integer num;
|
|
|
|
|
|
/**
|
|
|
* 是否冷藏 1是 0否
|
|
|
*/
|
|
|
@ApiModelProperty(value = "是否冷藏 1是 0否", example = "模块1")
|
|
|
private Integer isRefrigerate;
|
|
|
|
|
|
/**
|
|
|
* 药品用法
|
|
|
*/
|
|
|
@ApiModelProperty(value = "药品用法", example = "模块1")
|
|
|
private String direction;
|
|
|
|
|
|
/**
|
|
|
* 药品价格 单位是分
|
|
|
*/
|
|
|
@ApiModelProperty(value = "药品价格 单位是分", example = "模块1")
|
|
|
private Integer price;
|
|
|
* 库房号
|
|
|
*/
|
|
|
@ApiModelProperty(value = "库房号", example = "模块1")
|
|
|
private String dispDeposite;
|
|
|
|
|
|
/**
|
|
|
* 用药频次名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "用药频次名称", example = "模块1")
|
|
|
private String drugRateName;
|
|
|
* 药量
|
|
|
*/
|
|
|
@ApiModelProperty(value = "药量", example = "模块1")
|
|
|
private String dosage;
|
|
|
|
|
|
/**
|
|
|
* 备注
|
|
|
*/
|
|
|
@ApiModelProperty(value = "备注", example = "模块1")
|
|
|
private String remark;
|
|
|
*
|
|
|
*/
|
|
|
@ApiModelProperty(value = "", example = "模块1")
|
|
|
private String quantity;
|
|
|
|
|
|
/**
|
|
|
* 皮试类型名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "皮试类型名称", example = "模块1")
|
|
|
private String physicSkinTestName;
|
|
|
*
|
|
|
*/
|
|
|
@ApiModelProperty(value = "", example = "模块1")
|
|
|
private String unit;
|
|
|
|
|
|
/**
|
|
|
* 注射地点名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "注射地点名称", example = "模块1")
|
|
|
private String physicSkinTest;
|
|
|
* 频率
|
|
|
*/
|
|
|
@ApiModelProperty(value = "频率", example = "模块1")
|
|
|
private String usage;
|
|
|
|
|
|
/**
|
|
|
* 注射地点名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "注射地点名称", example = "模块1")
|
|
|
private String physicInjectPlaceName;
|
|
|
* 用法
|
|
|
*/
|
|
|
@ApiModelProperty(value = "用法", example = "模块1")
|
|
|
private String supplyCode;
|
|
|
|
|
|
/**
|
|
|
* 注射地点编码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "注射地点编码", example = "模块1")
|
|
|
private String physicInjectPlace;
|
|
|
* 天数
|
|
|
*/
|
|
|
@ApiModelProperty(value = "天数", example = "模块1")
|
|
|
private String days;
|
|
|
|
|
|
/**
|
|
|
* 总量单位名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "总量单位名称", example = "模块1")
|
|
|
private String physicAmountUnitName;
|
|
|
* 频率
|
|
|
*/
|
|
|
@ApiModelProperty(value = "组数", example = "模块1")
|
|
|
private String frequency;
|
|
|
|
|
|
/**
|
|
|
* 总量单位编码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "总量单位编码", example = "模块1")
|
|
|
private String physicAmountUnit;
|
|
|
|
|
|
/**
|
|
|
* 用药总量
|
|
|
*/
|
|
|
@ApiModelProperty(value = "用药总量", example = "模块1")
|
|
|
private String physicAmount;
|
|
|
|
|
|
/**
|
|
|
* 剂量单位名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "剂量单位名称", example = "模块1")
|
|
|
private String physicDoseUnitName;
|
|
|
|
|
|
/**
|
|
|
* 剂量单位编码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "剂量单位编码", example = "模块1")
|
|
|
private String physicDoseUnit;
|
|
|
|
|
|
/**
|
|
|
* 用药剂量
|
|
|
*/
|
|
|
@ApiModelProperty(value = "用药剂量", example = "模块1")
|
|
|
private String physicDose;
|
|
|
|
|
|
/**
|
|
|
* 用药方法名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "用药方法名称", example = "模块1")
|
|
|
private String usageName;
|
|
|
|
|
|
/**
|
|
|
*
|
|
|
*/
|
|
|
@ApiModelProperty(value = "", example = "模块1")
|
|
|
private String drugUsage;
|
|
|
|
|
|
/**
|
|
|
* 用药天数
|
|
|
*/
|
|
|
@ApiModelProperty(value = "用药天数", example = "模块1")
|
|
|
private Integer dayCount;
|
|
|
|
|
|
/**
|
|
|
* 成组标志, 0.非成组,1.成组
|
|
|
*/
|
|
|
@ApiModelProperty(value = "成组标志, 0.非成组,1.成组", example = "模块1")
|
|
|
private String bindFlag;
|
|
|
|
|
|
/**
|
|
|
* 自付
|
|
|
*/
|
|
|
@ApiModelProperty(value = "自付", example = "模块1")
|
|
|
private Integer charge;
|
|
|
|
|
|
/**
|
|
|
* 金额
|
|
|
*/
|
|
|
@ApiModelProperty(value = "金额", example = "模块1")
|
|
|
private Integer cost;
|
|
|
|
|
|
/**
|
|
|
* 数量单位名称
|
|
|
*/
|
|
|
@ApiModelProperty(value = "数量单位名称", example = "模块1")
|
|
|
private String drugNumUnitName;
|
|
|
|
|
|
/**
|
|
|
* 数量单位编码
|
|
|
*/
|
|
|
@ApiModelProperty(value = "数量单位编码", example = "模块1")
|
|
|
private String drugNumUnit;
|
|
|
|
|
|
/**
|
|
|
* HIS子处方号
|
|
|
*/
|
|
|
@ApiModelProperty(value = "HIS子处方号", example = "模块1")
|
|
|
private String jwSubCode;
|
|
|
|
|
|
/**
|
|
|
* 1可用 0删除
|
|
|
*/
|
|
|
@ApiModelProperty(value = "1可用 0删除", example = "模块1")
|
|
|
* 1可用 0删除
|
|
|
*/
|
|
|
@ApiModelProperty(value = "1可用 0删除", example = "模块1")
|
|
|
private Integer del;
|
|
|
|
|
|
|
|
|
public String getSaasId() {
|
|
|
return saasId;
|
|
|
}
|
|
|
public void setSaasId(String saasId) {
|
|
|
this.saasId = saasId;
|
|
|
}
|
|
|
|
|
|
public String getPrescriptionId() {
|
|
|
return prescriptionId;
|
|
|
}
|
|
@ -234,11 +101,11 @@ public class WlyyPrescriptionInfoVO extends UuidIdentityVOWithOperator {
|
|
|
this.prescriptionId = prescriptionId;
|
|
|
}
|
|
|
|
|
|
public String getDrugCode() {
|
|
|
return drugCode;
|
|
|
public String getDrugNo() {
|
|
|
return drugNo;
|
|
|
}
|
|
|
public void setDrugCode(String drugCode) {
|
|
|
this.drugCode = drugCode;
|
|
|
public void setDrugNo(String drugNo) {
|
|
|
this.drugNo = drugNo;
|
|
|
}
|
|
|
|
|
|
public String getDrugName() {
|
|
@ -248,200 +115,60 @@ public class WlyyPrescriptionInfoVO extends UuidIdentityVOWithOperator {
|
|
|
this.drugName = drugName;
|
|
|
}
|
|
|
|
|
|
public String getSubjectClass() {
|
|
|
return subjectClass;
|
|
|
}
|
|
|
public void setSubjectClass(String subjectClass) {
|
|
|
this.subjectClass = subjectClass;
|
|
|
}
|
|
|
|
|
|
public String getDrugRate() {
|
|
|
return drugRate;
|
|
|
}
|
|
|
public void setDrugRate(String drugRate) {
|
|
|
this.drugRate = drugRate;
|
|
|
}
|
|
|
|
|
|
public String getDrugFormat() {
|
|
|
return drugFormat;
|
|
|
}
|
|
|
public void setDrugFormat(String drugFormat) {
|
|
|
this.drugFormat = drugFormat;
|
|
|
}
|
|
|
|
|
|
public Integer getNum() {
|
|
|
return num;
|
|
|
}
|
|
|
public void setNum(Integer num) {
|
|
|
this.num = num;
|
|
|
}
|
|
|
|
|
|
public Integer getIsRefrigerate() {
|
|
|
return isRefrigerate;
|
|
|
}
|
|
|
public void setIsRefrigerate(Integer isRefrigerate) {
|
|
|
this.isRefrigerate = isRefrigerate;
|
|
|
}
|
|
|
|
|
|
public String getDirection() {
|
|
|
return direction;
|
|
|
public String getDispDeposite() {
|
|
|
return dispDeposite;
|
|
|
}
|
|
|
public void setDirection(String direction) {
|
|
|
this.direction = direction;
|
|
|
public void setDispDeposite(String dispDeposite) {
|
|
|
this.dispDeposite = dispDeposite;
|
|
|
}
|
|
|
|
|
|
public Integer getPrice() {
|
|
|
return price;
|
|
|
public String getDosage() {
|
|
|
return dosage;
|
|
|
}
|
|
|
public void setPrice(Integer price) {
|
|
|
this.price = price;
|
|
|
public void setDosage(String dosage) {
|
|
|
this.dosage = dosage;
|
|
|
}
|
|
|
|
|
|
public String getDrugRateName() {
|
|
|
return drugRateName;
|
|
|
public String getQuantity() {
|
|
|
return quantity;
|
|
|
}
|
|
|
public void setDrugRateName(String drugRateName) {
|
|
|
this.drugRateName = drugRateName;
|
|
|
public void setQuantity(String quantity) {
|
|
|
this.quantity = quantity;
|
|
|
}
|
|
|
|
|
|
public String getRemark() {
|
|
|
return remark;
|
|
|
public String getUnit() {
|
|
|
return unit;
|
|
|
}
|
|
|
public void setRemark(String remark) {
|
|
|
this.remark = remark;
|
|
|
public void setUnit(String unit) {
|
|
|
this.unit = unit;
|
|
|
}
|
|
|
|
|
|
public String getPhysicSkinTestName() {
|
|
|
return physicSkinTestName;
|
|
|
public String getUsage() {
|
|
|
return usage;
|
|
|
}
|
|
|
public void setPhysicSkinTestName(String physicSkinTestName) {
|
|
|
this.physicSkinTestName = physicSkinTestName;
|
|
|
public void setUsage(String usage) {
|
|
|
this.usage = usage;
|
|
|
}
|
|
|
|
|
|
public String getPhysicSkinTest() {
|
|
|
return physicSkinTest;
|
|
|
public String getSupplyCode() {
|
|
|
return supplyCode;
|
|
|
}
|
|
|
public void setPhysicSkinTest(String physicSkinTest) {
|
|
|
this.physicSkinTest = physicSkinTest;
|
|
|
public void setSupplyCode(String supplyCode) {
|
|
|
this.supplyCode = supplyCode;
|
|
|
}
|
|
|
|
|
|
public String getPhysicInjectPlaceName() {
|
|
|
return physicInjectPlaceName;
|
|
|
public String getDays() {
|
|
|
return days;
|
|
|
}
|
|
|
public void setPhysicInjectPlaceName(String physicInjectPlaceName) {
|
|
|
this.physicInjectPlaceName = physicInjectPlaceName;
|
|
|
public void setDays(String days) {
|
|
|
this.days = days;
|
|
|
}
|
|
|
|
|
|
public String getPhysicInjectPlace() {
|
|
|
return physicInjectPlace;
|
|
|
public String getFrequency() {
|
|
|
return frequency;
|
|
|
}
|
|
|
public void setPhysicInjectPlace(String physicInjectPlace) {
|
|
|
this.physicInjectPlace = physicInjectPlace;
|
|
|
}
|
|
|
|
|
|
public String getPhysicAmountUnitName() {
|
|
|
return physicAmountUnitName;
|
|
|
}
|
|
|
public void setPhysicAmountUnitName(String physicAmountUnitName) {
|
|
|
this.physicAmountUnitName = physicAmountUnitName;
|
|
|
}
|
|
|
|
|
|
public String getPhysicAmountUnit() {
|
|
|
return physicAmountUnit;
|
|
|
}
|
|
|
public void setPhysicAmountUnit(String physicAmountUnit) {
|
|
|
this.physicAmountUnit = physicAmountUnit;
|
|
|
}
|
|
|
|
|
|
public String getPhysicAmount() {
|
|
|
return physicAmount;
|
|
|
}
|
|
|
public void setPhysicAmount(String physicAmount) {
|
|
|
this.physicAmount = physicAmount;
|
|
|
}
|
|
|
|
|
|
public String getPhysicDoseUnitName() {
|
|
|
return physicDoseUnitName;
|
|
|
}
|
|
|
public void setPhysicDoseUnitName(String physicDoseUnitName) {
|
|
|
this.physicDoseUnitName = physicDoseUnitName;
|
|
|
}
|
|
|
|
|
|
public String getPhysicDoseUnit() {
|
|
|
return physicDoseUnit;
|
|
|
}
|
|
|
public void setPhysicDoseUnit(String physicDoseUnit) {
|
|
|
this.physicDoseUnit = physicDoseUnit;
|
|
|
}
|
|
|
|
|
|
public String getPhysicDose() {
|
|
|
return physicDose;
|
|
|
}
|
|
|
public void setPhysicDose(String physicDose) {
|
|
|
this.physicDose = physicDose;
|
|
|
}
|
|
|
|
|
|
public String getUsageName() {
|
|
|
return usageName;
|
|
|
}
|
|
|
public void setUsageName(String usageName) {
|
|
|
this.usageName = usageName;
|
|
|
}
|
|
|
|
|
|
public String getDrugUsage() {
|
|
|
return drugUsage;
|
|
|
}
|
|
|
public void setDrugUsage(String drugUsage) {
|
|
|
this.drugUsage = drugUsage;
|
|
|
}
|
|
|
|
|
|
public Integer getDayCount() {
|
|
|
return dayCount;
|
|
|
}
|
|
|
public void setDayCount(Integer dayCount) {
|
|
|
this.dayCount = dayCount;
|
|
|
}
|
|
|
|
|
|
public String getBindFlag() {
|
|
|
return bindFlag;
|
|
|
}
|
|
|
public void setBindFlag(String bindFlag) {
|
|
|
this.bindFlag = bindFlag;
|
|
|
}
|
|
|
|
|
|
public Integer getCharge() {
|
|
|
return charge;
|
|
|
}
|
|
|
public void setCharge(Integer charge) {
|
|
|
this.charge = charge;
|
|
|
}
|
|
|
|
|
|
public Integer getCost() {
|
|
|
return cost;
|
|
|
}
|
|
|
public void setCost(Integer cost) {
|
|
|
this.cost = cost;
|
|
|
}
|
|
|
|
|
|
public String getDrugNumUnitName() {
|
|
|
return drugNumUnitName;
|
|
|
}
|
|
|
public void setDrugNumUnitName(String drugNumUnitName) {
|
|
|
this.drugNumUnitName = drugNumUnitName;
|
|
|
}
|
|
|
|
|
|
public String getDrugNumUnit() {
|
|
|
return drugNumUnit;
|
|
|
}
|
|
|
public void setDrugNumUnit(String drugNumUnit) {
|
|
|
this.drugNumUnit = drugNumUnit;
|
|
|
}
|
|
|
|
|
|
public String getJwSubCode() {
|
|
|
return jwSubCode;
|
|
|
}
|
|
|
public void setJwSubCode(String jwSubCode) {
|
|
|
this.jwSubCode = jwSubCode;
|
|
|
public void setFrequency(String frequency) {
|
|
|
this.frequency = frequency;
|
|
|
}
|
|
|
|
|
|
public Integer getDel() {
|
|
@ -451,5 +178,4 @@ public class WlyyPrescriptionInfoVO extends UuidIdentityVOWithOperator {
|
|
|
this.del = del;
|
|
|
}
|
|
|
|
|
|
|
|
|
}
|