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.Response |
| Modifier and Type | Field and Description |
|---|---|
Patient.ID |
mandateHolder |
Page |
page |
Patient.ID |
patient |
| Constructor and Description |
|---|
ListPrescriptions() |
ListPrescriptions(Patient.ID patient)
Deprecated.
|
ListPrescriptions(Patient.ID patient,
Page page) |
ListPrescriptions(Patient.ID patient,
Patient.ID mandateHolder,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
static ListPrescriptions |
list(Patient.ID patient) |
ListPrescriptions |
mandateHolder(Patient.ID mandateHolder) |
@SSIN @NotNull(message="required") public Patient.ID patient
@SSIN public Patient.ID mandateHolder
@Valid @NotNull(message="required") public Page page
public ListPrescriptions()
@Deprecated public ListPrescriptions(Patient.ID patient)
public ListPrescriptions(Patient.ID patient, Page page)
public ListPrescriptions(Patient.ID patient, Patient.ID mandateHolder, Page page)
public static ListPrescriptions list(Patient.ID patient)
public ListPrescriptions mandateHolder(Patient.ID mandateHolder)
Copyright © 2010–2025 Smals. All rights reserved.