Class ListOpenPrescriptionsResult
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.business.connector.recipe.patient.domain.ListOpenPrescriptionsResult
-
public class ListOpenPrescriptionsResult extends ResponseType
The Class ListOpenPrescriptionsResult.
-
-
Field Summary
-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description ListOpenPrescriptionsResult()ListOpenPrescriptionsResult(List<String> items)Instantiates a new list open prescriptions result.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getItems()Gets the items.voidsetItems(List<String> items)Sets the items.-
Methods inherited from class be.recipe.services.core.ResponseType
getId, getResponseStatus, getStatus, setId, setResponseStatus, setStatus
-
-