public abstract static class ListPrescriptions.Response.AbstractSimpleResponse extends Object implements ListPrescriptions.Response
ListPrescriptions.Response.AbstractSimpleResponse, ListPrescriptions.Response.AbstractWrapper<T extends ListPrescriptions.Response>, ListPrescriptions.Response.Encrypted, ListPrescriptions.Response.PlainText, ListPrescriptions.Response.WrapperRegistered.Simple| Modifier and Type | Field and Description |
|---|---|
org.threeten.bp.LocalDate |
creationDate |
org.threeten.bp.LocalDate |
expirationDate |
SearchResult.Prescriber |
prescriber |
Prescription.RID |
rid |
Prescription.Status |
status |
VisionOtherPrescribers |
visionOtherPrescribers |
| Constructor and Description |
|---|
AbstractSimpleResponse() |
AbstractSimpleResponse(ListPrescriptions.Response from) |
| Modifier and Type | Method and Description |
|---|---|
org.threeten.bp.LocalDate |
creationDate() |
org.threeten.bp.LocalDate |
expirationDate() |
SearchResult.Prescriber |
prescriber() |
Prescription.RID |
rid() |
Prescription.Status |
status() |
VisionOtherPrescribers |
visionOtherPrescribers() |
public Prescription.RID rid
public SearchResult.Prescriber prescriber
public Prescription.Status status
public org.threeten.bp.LocalDate creationDate
public org.threeten.bp.LocalDate expirationDate
public VisionOtherPrescribers visionOtherPrescribers
public AbstractSimpleResponse()
public AbstractSimpleResponse(ListPrescriptions.Response from)
public Prescription.RID rid()
rid in interface Registeredpublic Prescription.Status status()
status in interface ListPrescriptions.Responsepublic SearchResult.Prescriber prescriber()
prescriber in interface ListPrescriptions.Responsepublic org.threeten.bp.LocalDate creationDate()
creationDate in interface ListPrescriptions.Responsepublic org.threeten.bp.LocalDate expirationDate()
expirationDate in interface ListPrescriptions.Responsepublic VisionOtherPrescribers visionOtherPrescribers()
visionOtherPrescribers in interface ListPrescriptions.ResponseCopyright © 2010–2025 Smals. All rights reserved.