public abstract static class ListPrescriptions.Response.AbstractWrapper<T extends ListPrescriptions.Response> extends Object implements ListPrescriptions.Response
ListPrescriptions.Response.AbstractWrapper<T extends ListPrescriptions.Response>, ListPrescriptions.Response.Encrypted, ListPrescriptions.Response.PlainText, ListPrescriptions.Response.ReservationRegistered.Simple| Constructor and Description |
|---|
AbstractWrapper(T target) |
| Modifier and Type | Method and Description |
|---|---|
org.threeten.bp.LocalDateTime |
creationDate() |
org.threeten.bp.LocalDate |
expirationDate() |
boolean |
feedbackAllowed() |
Patient.ID |
patient() |
Prescriber.ID |
prescriber() |
java8.util.Optional<ListPrescriptions.Response.Reservation> |
reservation() |
Prescription.RID |
rid() |
Prescription.Status |
status() |
Prescription.Type |
type() |
ExecutorViewer |
visibleToExecutors() |
VisionOtherPrescribers |
visionOtherPrescribers() |
public AbstractWrapper(T target)
public Prescription.RID rid()
rid in interface Registeredpublic Prescription.Type type()
type in interface ListPrescriptions.Responsepublic Patient.ID patient()
patient in interface ListPrescriptions.Responsepublic Prescriber.ID prescriber()
prescriber in interface ListPrescriptions.Responsepublic org.threeten.bp.LocalDateTime creationDate()
creationDate in interface ListPrescriptions.Responsepublic org.threeten.bp.LocalDate expirationDate()
expirationDate in interface ListPrescriptions.Responsepublic ExecutorViewer visibleToExecutors()
visibleToExecutors in interface ListPrescriptions.Responsepublic VisionOtherPrescribers visionOtherPrescribers()
visionOtherPrescribers in interface ListPrescriptions.Responsepublic Prescription.Status status()
status in interface ListPrescriptions.Responsepublic boolean feedbackAllowed()
feedbackAllowed in interface ListPrescriptions.Responsepublic java8.util.Optional<ListPrescriptions.Response.Reservation> reservation()
reservation in interface ListPrescriptions.ResponseCopyright © 2010–2025 Smals. All rights reserved.