Uses of Class
be.recipe.services.core.VisionType
-
Packages that use VisionType Package Description be.recipe.services.core be.recipe.services.patient be.recipe.services.prescriber -
-
Uses of VisionType in be.recipe.services.core
Methods in be.recipe.services.core that return VisionType Modifier and Type Method Description static VisionTypeVisionType. fromValue(String v)static VisionTypeVisionType. valueOf(String name)Returns the enum constant of this type with the specified name.static VisionType[]VisionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VisionType in be.recipe.services.patient
Fields in be.recipe.services.patient declared as VisionType Modifier and Type Field Description protected VisionTypePutVisionParam. targetMethods in be.recipe.services.patient that return VisionType Modifier and Type Method Description VisionTypePutVisionParam. getTarget()Gets the value of the target property.Methods in be.recipe.services.patient with parameters of type VisionType Modifier and Type Method Description voidPutVisionParam. setTarget(VisionType value)Sets the value of the target property. -
Uses of VisionType in be.recipe.services.prescriber
Fields in be.recipe.services.prescriber declared as VisionType Modifier and Type Field Description protected VisionTypePutVisionParam. typeMethods in be.recipe.services.prescriber that return VisionType Modifier and Type Method Description VisionTypePutVisionParam. getType()Gets the value of the type property.Methods in be.recipe.services.prescriber with parameters of type VisionType Modifier and Type Method Description voidPutVisionParam. setType(VisionType value)Sets the value of the type property.
-