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 |
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() |
Prescription.Status |
status() |
Prescription.Type |
type() |
ExecutorViewer |
visibleTo() |
ridPrescription.Type type()
Patient.ID patient()
Prescriber.ID prescriber()
org.threeten.bp.LocalDateTime creationDate()
org.threeten.bp.LocalDate expirationDate()
ExecutorViewer visibleTo()
Prescription.Status status()
boolean feedbackAllowed()
Copyright © 2010–2025 Smals. All rights reserved.