public class PrescriptionRequestContextImpl extends Object implements PrescriptionRequestContext
| Constructor and Description |
|---|
PrescriptionRequestContextImpl(SubjectOfCareParticipant subjectOfCare,
DispenserParticipation dispenser,
DispensingOrganisationParticipation dispensingOrganisation,
PrescriberParticipation prescriber,
PrescriberOrganisationParticipation prescriberOrganisation,
PrescriptionRequestIdentifier prescriptionRequestIdentifier,
org.joda.time.DateTime dateTimePrescriptionRequestWritten) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getDateTimePrescriptionRequestWritten() |
DispenserParticipation |
getDispenser() |
DispensingOrganisationParticipation |
getDispensingOrganisation() |
PrescriberParticipation |
getPrescriber() |
PrescriberOrganisationParticipation |
getPrescriberOrganisation() |
PrescriptionRequestIdentifier |
getPrescriptionRequestIdentifier() |
SubjectOfCareParticipant |
getSubjectOfCare() |
public PrescriptionRequestContextImpl(SubjectOfCareParticipant subjectOfCare, DispenserParticipation dispenser, DispensingOrganisationParticipation dispensingOrganisation, PrescriberParticipation prescriber, PrescriberOrganisationParticipation prescriberOrganisation, PrescriptionRequestIdentifier prescriptionRequestIdentifier, org.joda.time.DateTime dateTimePrescriptionRequestWritten)
public SubjectOfCareParticipant getSubjectOfCare()
getSubjectOfCare in interface PrescriptionRequestContextpublic DispenserParticipation getDispenser()
getDispenser in interface PrescriptionRequestContextpublic DispensingOrganisationParticipation getDispensingOrganisation()
getDispensingOrganisation in interface PrescriptionRequestContextpublic PrescriberParticipation getPrescriber()
getPrescriber in interface PrescriptionRequestContextpublic PrescriberOrganisationParticipation getPrescriberOrganisation()
getPrescriberOrganisation in interface PrescriptionRequestContextpublic PrescriptionRequestIdentifier getPrescriptionRequestIdentifier()
getPrescriptionRequestIdentifier in interface PrescriptionRequestContextpublic org.joda.time.DateTime getDateTimePrescriptionRequestWritten()
getDateTimePrescriptionRequestWritten in interface PrescriptionRequestContextCopyright © 2020. All rights reserved.