Uses of Class
be.recipe.services.core.PrescriptionSortedBy
-
Packages that use PrescriptionSortedBy Package Description be.recipe.services.core be.recipe.services.patient be.recipe.services.prescriber -
-
Uses of PrescriptionSortedBy in be.recipe.services.core
Methods in be.recipe.services.core that return PrescriptionSortedBy Modifier and Type Method Description PrescriptionSortedByObjectFactory. createPrescriptionSortedBy()Create an instance ofPrescriptionSortedBy -
Uses of PrescriptionSortedBy in be.recipe.services.patient
Fields in be.recipe.services.patient declared as PrescriptionSortedBy Modifier and Type Field Description protected PrescriptionSortedByListPatientPrescriptionsParam. sortOptionsMethods in be.recipe.services.patient that return PrescriptionSortedBy Modifier and Type Method Description PrescriptionSortedByListPatientPrescriptionsParam. getSortOptions()Gets the value of the sortOptions property.Methods in be.recipe.services.patient with parameters of type PrescriptionSortedBy Modifier and Type Method Description voidListPatientPrescriptionsParam. setSortOptions(PrescriptionSortedBy value)Sets the value of the sortOptions property. -
Uses of PrescriptionSortedBy in be.recipe.services.prescriber
Fields in be.recipe.services.prescriber declared as PrescriptionSortedBy Modifier and Type Field Description protected PrescriptionSortedByListPrescriptionsParam. sortOptionsMethods in be.recipe.services.prescriber that return PrescriptionSortedBy Modifier and Type Method Description PrescriptionSortedByListPrescriptionsParam. getSortOptions()Gets the value of the sortOptions property.Methods in be.recipe.services.prescriber with parameters of type PrescriptionSortedBy Modifier and Type Method Description voidListPrescriptionsParam. setSortOptions(PrescriptionSortedBy value)Sets the value of the sortOptions property.
-