public static interface ListPrescriptions.Response extends Registered
| Modifier and Type | Interface and Description |
|---|---|
static class |
ListPrescriptions.Response.AbstractWrapper<T extends ListPrescriptions.Response> |
static interface |
ListPrescriptions.Response.Encrypted |
static interface |
ListPrescriptions.Response.PlainText |
static interface |
ListPrescriptions.Response.Reservation |
Registered.Simple| 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.Status |
status() |
Prescription.Type |
type() |
ExecutorViewer |
visibleToExecutors() |
VisionOtherPrescribers |
visionOtherPrescribers() |
ridPatient.ID patient()
Prescriber.ID prescriber()
Prescription.Type type()
org.threeten.bp.LocalDate expirationDate()
boolean feedbackAllowed()
ExecutorViewer visibleToExecutors()
VisionOtherPrescribers visionOtherPrescribers()
Prescription.Status status()
org.threeten.bp.LocalDateTime creationDate()
java8.util.Optional<ListPrescriptions.Response.Reservation> reservation()
Copyright © 2010–2025 Smals. All rights reserved.