Class ListPrescriptionHistoryParam
- java.lang.Object
-
- be.business.connector.recipe.executor.domain.ListPrescriptionHistoryParam
-
public class ListPrescriptionHistoryParam extends Object
The Class ListPrescriptionHistory.- Author:
- bruno.casneuf
-
-
Constructor Summary
Constructors Constructor Description ListPrescriptionHistoryParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PagegetPage()Gets the page.StringgetPatientId()Gets the patient id.byte[]getSymmKey()Gets the symm key.voidsetPage(Page page)Sets the page.voidsetPatientId(String patientId)Sets the patient id.voidsetSymmKey(byte[] symmKey)Sets the symm key.
-
-
-
Method Detail
-
getSymmKey
public byte[] getSymmKey()
Gets the symm key.- Returns:
- the symm key
-
setSymmKey
public void setSymmKey(byte[] symmKey)
Sets the symm key.- Parameters:
symmKey- the new symm key
-
getPatientId
public String getPatientId()
Gets the patient id.- Returns:
- the patient id
-
setPatientId
public void setPatientId(String patientId)
Sets the patient id.- Parameters:
patientId- the new patient id
-
getPage
public Page getPage()
Gets the page.- Returns:
- the page
-
setPage
public void setPage(Page page)
Sets the page.- Parameters:
page- the page to set
-
-