Class GetPrescriptionStatus
- java.lang.Object
-
- be.business.connector.recipe.patient.domain.GetPrescriptionStatus
-
public class GetPrescriptionStatus extends Object
The Class GetPrescriptionStatus.- Author:
- Bruno Casneuf
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]getPrescriptionStatusParamSealedThe get prescription status sealed.
-
Constructor Summary
Constructors Constructor Description GetPrescriptionStatus()Instantiates a new gets the prescription status.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getGetPrescriptionStatusParamSealed()Gets the gets the prescription status param sealed.voidsetGetPrescriptionStatusParamSealed(byte[] getPrescriptionStatusParamSealed)Sets the gets the prescription status param sealed.
-
-
-
Method Detail
-
getGetPrescriptionStatusParamSealed
public byte[] getGetPrescriptionStatusParamSealed()
Gets the gets the prescription status param sealed.- Returns:
- the getPrescriptionStatusParamSealed
-
setGetPrescriptionStatusParamSealed
public void setGetPrescriptionStatusParamSealed(byte[] getPrescriptionStatusParamSealed)
Sets the gets the prescription status param sealed.- Parameters:
getPrescriptionStatusParamSealed- the getPrescriptionStatusParamSealed to set
-
-