Class GetOpenPrescriptionListResult
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.business.connector.recipe.patient.domain.GetOpenPrescriptionListResult
-
public class GetOpenPrescriptionListResult extends ResponseType
The Class GetOpenPrescriptionListResult.
-
-
Field Summary
-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description GetOpenPrescriptionListResult()Instantiates a new gets the open prescription list result.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PrescriptionWithSecurityToken>getPrescriptions()Gets the prescriptions.voidsetPrescriptions(List<PrescriptionWithSecurityToken> prescriptions)Sets the prescriptions.-
Methods inherited from class be.recipe.services.core.ResponseType
getId, getResponseStatus, getStatus, setId, setResponseStatus, setStatus
-
-
-
-
Method Detail
-
getPrescriptions
public List<PrescriptionWithSecurityToken> getPrescriptions()
Gets the prescriptions.- Returns:
- the prescriptions
-
setPrescriptions
public void setPrescriptions(List<PrescriptionWithSecurityToken> prescriptions)
Sets the prescriptions.- Parameters:
prescriptions- the new prescriptions
-
-