public static class ListPrescriptions.Response.Encrypted.Simple extends ListPrescriptions.Response.AbstractSimpleResponse implements ListPrescriptions.Response.Encrypted
ListPrescriptions.Response.Encrypted.Simple, ListPrescriptions.Response.Encrypted.WrapperListPrescriptions.Response.AbstractSimpleResponse, ListPrescriptions.Response.AbstractWrapper<T extends ListPrescriptions.Response>, ListPrescriptions.Response.Encrypted, ListPrescriptions.Response.PlainText| Modifier and Type | Field and Description |
|---|---|
byte[] |
encryptedPrescriptionContent |
String |
encryptionKey |
creationDate, expirationDate, prescriber, rid, status, visionOtherPrescribers| Constructor and Description |
|---|
Simple() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encryptedPrescriptionContent() |
String |
encryptionKey() |
ListPrescriptions.Response.Encrypted.Simple |
prescriptionContent(PrescriptionContent.Encrypted encrypted) |
ListPrescriptions.Response.PlainText.Simple |
prescriptionContent(String prescriptionContent) |
static ListPrescriptions.Response.Encrypted.Simple |
response(Prescription.RID rid) |
static ListPrescriptions.Response.Encrypted |
wrapper(Prescription.Encrypted prescription) |
creationDate, expirationDate, prescriber, rid, status, visionOtherPrescribersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreationDate, expirationDate, prescriber, status, visionOtherPrescribersridpublic byte[] encryptedPrescriptionContent
public String encryptionKey
public static ListPrescriptions.Response.Encrypted.Simple response(Prescription.RID rid)
public static ListPrescriptions.Response.Encrypted wrapper(Prescription.Encrypted prescription)
public byte[] encryptedPrescriptionContent()
encryptedPrescriptionContent in interface ListPrescriptions.Response.Encryptedpublic String encryptionKey()
encryptionKey in interface ListPrescriptions.Response.Encryptedpublic ListPrescriptions.Response.Encrypted.Simple prescriptionContent(PrescriptionContent.Encrypted encrypted)
public ListPrescriptions.Response.PlainText.Simple prescriptionContent(String prescriptionContent)
Copyright © 2010–2025 Smals. All rights reserved.