Uses of Class
be.business.connector.recipe.executor.domain.ListPrescriptionHistoryItem
-
Packages that use ListPrescriptionHistoryItem Package Description be.business.connector.recipe.executor.domain -
-
Uses of ListPrescriptionHistoryItem in be.business.connector.recipe.executor.domain
Methods in be.business.connector.recipe.executor.domain that return types with arguments of type ListPrescriptionHistoryItem Modifier and Type Method Description List<ListPrescriptionHistoryItem>ListPrescriptionHistoryResult. getItems()Gets the items.Methods in be.business.connector.recipe.executor.domain with parameters of type ListPrescriptionHistoryItem Modifier and Type Method Description voidListPrescriptionHistoryResult. add(ListPrescriptionHistoryItem item)Adds the.Method parameters in be.business.connector.recipe.executor.domain with type arguments of type ListPrescriptionHistoryItem Modifier and Type Method Description voidListPrescriptionHistoryResult. setItem(List<ListPrescriptionHistoryItem> items)Sets the item.Constructor parameters in be.business.connector.recipe.executor.domain with type arguments of type ListPrescriptionHistoryItem Constructor Description ListPrescriptionHistoryResult(List<ListPrescriptionHistoryItem> items)Instantiates a new list prescription history response.
-