public static class Prescription.Abstract extends Object implements Prescription
Prescription.Abstract, Prescription.Attribute, Prescription.Encrypted, Prescription.OnContent, Prescription.PlainText, Prescription.Predicate, Prescription.Product, Prescription.RID, Prescription.Specification, Prescription.Status, Prescription.Type, Prescription.Wrapper<T extends Prescription>Registered.SimpleGetPrescriptionStatusResponse.Simpledelivery_in_progress, expirationdate_already_passed, expirationdate_invalid_format, expirationdate_required, expirationdate_too_far_in_future, expired, illegal_access, in_process, mandate_required, not_found, not_status_with_updater, permission_required_to_prescribe, prescription_not_available, reserved, status_should_be_x, status_should_not_be_x, status_should_not_be_x_legacy, vision_incompatible_with_reservation| Constructor and Description |
|---|
Abstract() |
public void setRid(Prescription.RID rid)
public Prescription.Abstract rid(Prescription.RID rid)
public void setPrescriber(Prescriber prescriber)
public void setPatient(Patient patient)
public void setCreationDate(org.threeten.bp.LocalDateTime creationDate)
public void setExpirationDate(org.threeten.bp.LocalDate expirationDate)
public void setFeedbackAllowed(boolean feedbackAllowed)
public void setVisibleToExecutors(ExecutorViewer visibleToExecutors)
public void setVisionOtherPrescribers(VisionOtherPrescribers visionOtherPrescribers)
public void setReservation(Reservation reservation)
public void setStatusUpdater(Actor.ID statusUpdater)
public void setType(Prescription.Type type)
public Prescription.RID rid()
rid in interface Registeredpublic Prescriber prescriber()
prescriber in interface Prescriptionpublic Patient patient()
patient in interface Prescriptionpublic Prescription.Type type()
type in interface Prescriptionpublic org.threeten.bp.LocalDateTime creationDate()
creationDate in interface Prescriptionpublic org.threeten.bp.LocalDate expirationDate()
expirationDate in interface Prescriptionpublic boolean feedbackAllowed()
feedbackAllowed in interface Prescriptionpublic ExecutorViewer visibleToExecutors()
visibleToExecutors in interface Prescriptionpublic VisionOtherPrescribers visionOtherPrescribers()
visionOtherPrescribers in interface Prescriptionpublic Prescription.Status status()
status in interface GetPrescriptionStatusResponsestatus in interface Prescriptionpublic Actor.ID statusUpdater()
statusUpdater in interface Prescriptionpublic Executor executor()
executor in interface GetPrescriptionStatusResponseexecutor in interface Prescriptionpublic java8.util.Optional<Reservation> reservation()
reservation in interface Prescriptionpublic void setStatus(Prescription.Status status)
public void setExecutor(Executor executor)
Copyright © 2010–2025 Smals. All rights reserved.