public abstract static class Prescription.Specification extends Object
| Modifier and Type | Field and Description |
|---|---|
org.threeten.bp.LocalDate |
expirationDate |
boolean |
feedbackAllowed |
Patient |
patient |
Prescription.Product.Code |
productCode |
Prescription.Type |
type |
ExecutorViewer |
visibleToExecutor |
VisionOtherPrescribers |
visionOtherPrescribers |
| Constructor and Description |
|---|
Specification() |
Specification(Prescription.Specification spec) |
@NotNull public Patient patient
@NotNull(message="error.validation.expirationdate1") public org.threeten.bp.LocalDate expirationDate
public boolean feedbackAllowed
@NotNull public Prescription.Type type
public Prescription.Product.Code productCode
public ExecutorViewer visibleToExecutor
public VisionOtherPrescribers visionOtherPrescribers
public Specification()
public Specification(Prescription.Specification spec)
Copyright © 2010–2025 Smals. All rights reserved.