Uses of Class
be.recipe.services.core.VisionOtherPrescribers
-
Packages that use VisionOtherPrescribers Package Description be.recipe.services.core be.recipe.services.patient be.recipe.services.prescriber -
-
Uses of VisionOtherPrescribers in be.recipe.services.core
Methods in be.recipe.services.core that return VisionOtherPrescribers Modifier and Type Method Description static VisionOtherPrescribersVisionOtherPrescribers. fromValue(String v)static VisionOtherPrescribersVisionOtherPrescribers. valueOf(String name)Returns the enum constant of this type with the specified name.static VisionOtherPrescribers[]VisionOtherPrescribers. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VisionOtherPrescribers in be.recipe.services.patient
Fields in be.recipe.services.patient declared as VisionOtherPrescribers Modifier and Type Field Description protected VisionOtherPrescribersGetOpenPrescriptionForPatient. visionOtherPrescribersprotected VisionOtherPrescribersGetPrescriptionForPatientResult. visionOtherPrescribersprotected VisionOtherPrescribersPutVisionParam. visionOtherPrescribersMethods in be.recipe.services.patient that return VisionOtherPrescribers Modifier and Type Method Description VisionOtherPrescribersGetOpenPrescriptionForPatient. getVisionOtherPrescribers()Gets the value of the visionOtherPrescribers property.VisionOtherPrescribersGetPrescriptionForPatientResult. getVisionOtherPrescribers()Gets the value of the visionOtherPrescribers property.VisionOtherPrescribersPutVisionParam. getVisionOtherPrescribers()Gets the value of the visionOtherPrescribers property.Methods in be.recipe.services.patient with parameters of type VisionOtherPrescribers Modifier and Type Method Description voidGetOpenPrescriptionForPatient. setVisionOtherPrescribers(VisionOtherPrescribers value)Sets the value of the visionOtherPrescribers property.voidGetPrescriptionForPatientResult. setVisionOtherPrescribers(VisionOtherPrescribers value)Sets the value of the visionOtherPrescribers property.voidPutVisionParam. setVisionOtherPrescribers(VisionOtherPrescribers value)Sets the value of the visionOtherPrescribers property. -
Uses of VisionOtherPrescribers in be.recipe.services.prescriber
Fields in be.recipe.services.prescriber declared as VisionOtherPrescribers Modifier and Type Field Description protected VisionOtherPrescribersCreatePrescriptionParam. visionOtherPrescribersprotected VisionOtherPrescribersListPrescriptionsResult.Partial.Prescription. visionOtherPrescribersprotected VisionOtherPrescribersPutVisionParam. visionOtherPrescribersMethods in be.recipe.services.prescriber that return VisionOtherPrescribers Modifier and Type Method Description VisionOtherPrescribersCreatePrescriptionParam. getVisionOtherPrescribers()Gets the value of the visionOtherPrescribers property.VisionOtherPrescribersListPrescriptionsResult.Partial.Prescription. getVisionOtherPrescribers()Gets the value of the visionOtherPrescribers property.VisionOtherPrescribersPutVisionParam. getVisionOtherPrescribers()Gets the value of the visionOtherPrescribers property.Methods in be.recipe.services.prescriber with parameters of type VisionOtherPrescribers Modifier and Type Method Description voidCreatePrescriptionParam. setVisionOtherPrescribers(VisionOtherPrescribers value)Sets the value of the visionOtherPrescribers property.voidListPrescriptionsResult.Partial.Prescription. setVisionOtherPrescribers(VisionOtherPrescribers value)Sets the value of the visionOtherPrescribers property.voidPutVisionParam. setVisionOtherPrescribers(VisionOtherPrescribers value)Sets the value of the visionOtherPrescribers property.
-