public static class ListPrescriptions.Response.PlainText.Simple extends Object implements ListPrescriptions.Response.PlainText
ListPrescriptions.Response.PlainText.Simple, ListPrescriptions.Response.PlainText.WrapperListPrescriptions.Response.AbstractWrapper<T extends ListPrescriptions.Response>, ListPrescriptions.Response.Encrypted, ListPrescriptions.Response.PlainText| Modifier and Type | Field and Description |
|---|---|
org.threeten.bp.LocalDateTime |
creationDate |
org.threeten.bp.LocalDate |
expirationDate |
boolean |
feedbackAllowed |
Patient.ID |
patient |
Prescriber.ID |
prescriber |
String |
prescriptionContent |
Prescription.RID |
rid |
Prescription.Status |
status |
Prescription.Type |
type |
ExecutorViewer |
visibleTo |
| Constructor and Description |
|---|
Simple(ListPrescriptions.Response.Encrypted from) |
| Modifier and Type | Method and Description |
|---|---|
org.threeten.bp.LocalDateTime |
creationDate() |
org.threeten.bp.LocalDate |
expirationDate() |
boolean |
feedbackAllowed() |
Patient.ID |
patient() |
Prescriber.ID |
prescriber() |
String |
prescriptionContent() |
ListPrescriptions.Response.PlainText.Simple |
prescriptionContent(String prescriptionContent) |
Prescription.RID |
rid() |
Prescription.Status |
status() |
static java8.util.function.Function<ListPrescriptions.Response.PlainText,String> |
toContent() |
Prescription.Type |
type() |
ExecutorViewer |
visibleTo() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreationDate, expirationDate, feedbackAllowed, patient, prescriber, status, type, visibleToridpublic String prescriptionContent
public org.threeten.bp.LocalDateTime creationDate
public org.threeten.bp.LocalDate expirationDate
public Prescriber.ID prescriber
public ExecutorViewer visibleTo
public Patient.ID patient
public Prescription.Status status
public boolean feedbackAllowed
public Prescription.Type type
public Prescription.RID rid
public Simple(ListPrescriptions.Response.Encrypted from)
public String prescriptionContent()
prescriptionContent in interface ListPrescriptions.Response.PlainTextpublic ListPrescriptions.Response.PlainText.Simple prescriptionContent(String prescriptionContent)
public static java8.util.function.Function<ListPrescriptions.Response.PlainText,String> toContent()
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 visibleTo()
visibleTo in interface ListPrescriptions.Responsepublic Prescription.Status status()
status in interface ListPrescriptions.Responsepublic boolean feedbackAllowed()
feedbackAllowed in interface ListPrescriptions.ResponseCopyright © 2010–2025 Smals. All rights reserved.