public static class ListPrescriptions.Response.Encrypted.Simple extends Object implements ListPrescriptions.Response.Encrypted
ListPrescriptions.Response.Encrypted.Simple, ListPrescriptions.Response.Encrypted.WrapperListPrescriptions.Response.AbstractWrapper<T extends ListPrescriptions.Response>, ListPrescriptions.Response.Encrypted, ListPrescriptions.Response.PlainText, ListPrescriptions.Response.Reservation| Modifier and Type | Field and Description |
|---|---|
org.threeten.bp.LocalDateTime |
creationDate |
byte[] |
encryptedPrescriptionContent |
String |
encryptionKey |
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 |
| Constructor and Description |
|---|
Simple() |
| Modifier and Type | Method and Description |
|---|---|
org.threeten.bp.LocalDateTime |
creationDate() |
byte[] |
encryptedPrescriptionContent() |
String |
encryptionKey() |
org.threeten.bp.LocalDate |
expirationDate() |
boolean |
feedbackAllowed() |
Patient.ID |
patient() |
Prescriber.ID |
prescriber() |
ListPrescriptions.Response.Encrypted.Simple |
prescriptionContent(PrescriptionContent.Encrypted it) |
ListPrescriptions.Response.PlainText.Simple |
prescriptionContent(String prescriptionContent) |
java8.util.Optional<ListPrescriptions.Response.Reservation> |
reservation() |
static ListPrescriptions.Response.Encrypted |
response(Prescription.Encrypted encrypted) |
static ListPrescriptions.Response.Encrypted.Simple |
response(Prescription.RID rid) |
Prescription.RID |
rid() |
Prescription.Status |
status() |
Prescription.Type |
type() |
ExecutorViewer |
visibleToExecutors() |
VisionOtherPrescribers |
visionOtherPrescribers() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreationDate, expirationDate, feedbackAllowed, patient, prescriber, reservation, status, type, visibleToExecutors, visionOtherPrescribersridpublic byte[] encryptedPrescriptionContent
public String encryptionKey
public VisionOtherPrescribers visionOtherPrescribers
public ExecutorViewer visibleToExecutors
public Prescription.Status status
public org.threeten.bp.LocalDateTime creationDate
public Prescription.RID rid
public Patient.ID patient
public Prescriber.ID prescriber
public Prescription.Type type
public org.threeten.bp.LocalDate expirationDate
public boolean feedbackAllowed
public java8.util.Optional<ListPrescriptions.Response.Reservation> reservation
public static ListPrescriptions.Response.Encrypted.Simple response(Prescription.RID rid)
public static ListPrescriptions.Response.Encrypted response(Prescription.Encrypted encrypted)
public byte[] encryptedPrescriptionContent()
encryptedPrescriptionContent in interface ListPrescriptions.Response.Encryptedpublic String encryptionKey()
encryptionKey in interface ListPrescriptions.Response.Encryptedpublic ListPrescriptions.Response.Encrypted.Simple prescriptionContent(PrescriptionContent.Encrypted it)
public ListPrescriptions.Response.PlainText.Simple prescriptionContent(String prescriptionContent)
public Prescription.RID rid()
rid in interface Registeredpublic Patient.ID patient()
patient in interface ListPrescriptions.Responsepublic Prescriber.ID prescriber()
prescriber in interface ListPrescriptions.Responsepublic Prescription.Type type()
type in interface ListPrescriptions.Responsepublic org.threeten.bp.LocalDate expirationDate()
expirationDate in interface ListPrescriptions.Responsepublic boolean feedbackAllowed()
feedbackAllowed 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 org.threeten.bp.LocalDateTime creationDate()
creationDate in interface ListPrescriptions.Responsepublic java8.util.Optional<ListPrescriptions.Response.Reservation> reservation()
reservation in interface ListPrescriptions.ResponseCopyright © 2010–2025 Smals. All rights reserved.