public static class Prescription.Wrapper<T extends Prescription> extends Object implements Prescription
Prescription.Abstract, Prescription.Attribute, Prescription.Encrypted, Prescription.OnContent, Prescription.PlainText, Prescription.Predicate, Prescription.Product, Prescription.RID, Prescription.Specification, Prescription.Status, Prescription.Type, Prescription.Wrapper<T extends Prescription>Registered.SimpleGetPrescriptionStatusResponse.Simple| Modifier and Type | Field and Description |
|---|---|
protected T |
target |
delivery_in_progress, expirationdate_already_passed, expirationdate_invalid_format, expirationdate_required, expirationdate_too_far_in_future, expired, illegal_access, in_process, mandate_required, not_found, not_status_with_updater, permission_required_to_prescribe, prescription_not_available, reserved, status_should_be_x, status_should_not_be_x, status_should_not_be_x_legacy, vision_incompatible_with_reservation| Modifier and Type | Method and Description |
|---|---|
org.threeten.bp.LocalDateTime |
creationDate() |
Executor |
executor() |
org.threeten.bp.LocalDate |
expirationDate() |
boolean |
feedbackAllowed() |
Patient |
patient() |
Prescriber |
prescriber() |
java8.util.Optional<Reservation> |
reservation() |
Prescription.RID |
rid() |
Prescription.Status |
status() |
Actor.ID |
statusUpdater() |
Prescription.Type |
type() |
ExecutorViewer |
visibleToExecutors() |
VisionOtherPrescribers |
visionOtherPrescribers() |
protected final T extends Prescription target
public Wrapper(T target)
public Prescription.RID rid()
rid in interface Registeredpublic Prescriber prescriber()
prescriber in interface Prescriptionpublic Patient patient()
patient in interface Prescriptionpublic Prescription.Type type()
type in interface Prescriptionpublic org.threeten.bp.LocalDateTime creationDate()
creationDate in interface Prescriptionpublic org.threeten.bp.LocalDate expirationDate()
expirationDate in interface Prescriptionpublic boolean feedbackAllowed()
feedbackAllowed in interface Prescriptionpublic ExecutorViewer visibleToExecutors()
visibleToExecutors in interface Prescriptionpublic VisionOtherPrescribers visionOtherPrescribers()
visionOtherPrescribers in interface Prescriptionpublic Prescription.Status status()
status in interface GetPrescriptionStatusResponsestatus in interface Prescriptionpublic Actor.ID statusUpdater()
statusUpdater in interface Prescriptionpublic Executor executor()
executor in interface GetPrescriptionStatusResponseexecutor in interface Prescriptionpublic java8.util.Optional<Reservation> reservation()
reservation in interface PrescriptionCopyright © 2010–2025 Smals. All rights reserved.