Uses of Class
be.recipe.services.executor.ID
-
Packages that use ID Package Description be.recipe.services.executor -
-
Uses of ID in be.recipe.services.executor
Fields in be.recipe.services.executor declared as ID Modifier and Type Field Description protected IDArchiveStandard. executorIdprotected IDArchiveStandard. patientIdprotected IDPrescriptionWithSecurityToken. patientIdprotected IDArchiveStandard. prescriberIdprotected IDPrescriptionWithSecurityToken. prescriberIdprotected IDArchiveStandard. prescriptionPrescriberIdMethods in be.recipe.services.executor that return ID Modifier and Type Method Description IDObjectFactory. createID()Create an instance ofIDIDArchiveStandard. getExecutorId()Gets the value of the executorId property.IDArchiveStandard. getPatientId()Gets the value of the patientId property.IDPrescriptionWithSecurityToken. getPatientId()Gets the value of the patientId property.IDArchiveStandard. getPrescriberId()Gets the value of the prescriberId property.IDPrescriptionWithSecurityToken. getPrescriberId()Gets the value of the prescriberId property.IDArchiveStandard. getPrescriptionPrescriberId()Gets the value of the prescriptionPrescriberId property.Methods in be.recipe.services.executor with parameters of type ID Modifier and Type Method Description voidArchiveStandard. setExecutorId(ID value)Sets the value of the executorId property.voidArchiveStandard. setPatientId(ID value)Sets the value of the patientId property.voidPrescriptionWithSecurityToken. setPatientId(ID value)Sets the value of the patientId property.voidArchiveStandard. setPrescriberId(ID value)Sets the value of the prescriberId property.voidPrescriptionWithSecurityToken. setPrescriberId(ID value)Sets the value of the prescriberId property.voidArchiveStandard. setPrescriptionPrescriberId(ID value)Sets the value of the prescriptionPrescriberId property.
-