@ -220,6 +220,14 @@ public class PrescriptionExpressage extends IdEntity{
this.expressageMobile = expressageMobile;
}
public Integer getWeight() {
return weight;
public void setWeight(Integer weight) {
this.weight = weight;
@Transient
public Integer getDispensaryType() {
return dispensaryType;