Class ListOpenPrescriptions
- java.lang.Object
-
- be.business.connector.recipe.patient.domain.ListOpenPrescriptions
-
public class ListOpenPrescriptions extends Object
The Class ListOpenPrescriptions.
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]listOpenPrescriptionsParamSealedThe list open prescriptions param sealed.
-
Constructor Summary
Constructors Constructor Description ListOpenPrescriptions()Instantiates a new list open prescriptions.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getListOpenPrescriptionsParamSealed()Gets the list open prescriptions param sealed.voidsetListOpenPrescriptionsParamSealed(byte[] listOpenPrescriptionsParamSealed)Sets the list open prescriptions param sealed.
-
-
-
Method Detail
-
getListOpenPrescriptionsParamSealed
public byte[] getListOpenPrescriptionsParamSealed()
Gets the list open prescriptions param sealed.- Returns:
- the list open prescriptions param sealed
-
setListOpenPrescriptionsParamSealed
public void setListOpenPrescriptionsParamSealed(byte[] listOpenPrescriptionsParamSealed)
Sets the list open prescriptions param sealed.- Parameters:
listOpenPrescriptionsParamSealed- the new list open prescriptions param sealed
-
-