public class ListPrescriptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPrescriptions.Command<Request extends ListPrescriptions,Response extends ListPrescriptions.Response> |
static interface |
ListPrescriptions.PartialResult<T extends ListPrescriptions.Response> |
static interface |
ListPrescriptions.Response |
| Modifier and Type | Field and Description |
|---|---|
LocalDateRange |
between |
LocalDateRange |
expiringBetween |
Patient.ID |
patient |
Prescriber.ID |
prescriberId |
SortedBy<Prescription.Attribute>[] |
sortedBy |
Prescription.Status[] |
status |
@Valid Window |
window |
| Constructor and Description |
|---|
ListPrescriptions() |
| Modifier and Type | Method and Description |
|---|---|
ListPrescriptions |
sortedBy(SortedBy<Prescription.Attribute> sortedBy) |
@SSIN @Valid @NotNull(message="required") public Patient.ID patient
public Prescription.Status[] status
public LocalDateRange between
public LocalDateRange expiringBetween
public Prescriber.ID prescriberId
@Valid public @Valid Window window
public SortedBy<Prescription.Attribute>[] sortedBy
public ListPrescriptions sortedBy(SortedBy<Prescription.Attribute> sortedBy)
Copyright © 2010–2025 Smals. All rights reserved.