Class ListPatientPrescriptionsResult
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.business.connector.recipe.patient.domain.ListPatientPrescriptionsResult
-
public class ListPatientPrescriptionsResult extends ResponseType
The Class ListAddressedPrescriptionResult.
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanhasMoreResultsprotected List<GetOpenPrescriptionForPatient>prescriptions-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description ListPatientPrescriptionsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetHasMoreResults()List<GetOpenPrescriptionForPatient>getPrescriptions()BooleanisHasMoreResults()Gets the value of the hasMoreResults property.voidsetHasMoreResults(Boolean value)Sets the value of the hasMoreResults property.-
Methods inherited from class be.recipe.services.core.ResponseType
getId, getResponseStatus, getStatus, setId, setResponseStatus, setStatus
-
-
-
-
Field Detail
-
prescriptions
protected List<GetOpenPrescriptionForPatient> prescriptions
-
hasMoreResults
protected Boolean hasMoreResults
-
-
Method Detail
-
getPrescriptions
public List<GetOpenPrescriptionForPatient> getPrescriptions()
-
isHasMoreResults
public Boolean isHasMoreResults()
Gets the value of the hasMoreResults property.- Returns:
- possible object is
Boolean
-
setHasMoreResults
public void setHasMoreResults(Boolean value)
Sets the value of the hasMoreResults property.- Parameters:
value- allowed object isBoolean
-
getHasMoreResults
public Boolean getHasMoreResults()
-
-