Class RecipePrescriberClient.PrescriptionWithGetResult
- java.lang.Object
-
- be.recipe.api.Prescription.Abstract
-
- be.recipe.api.Prescription.Encrypted.Simple
-
- be.business.connector.recipe.prescriber.RecipePrescriberClient.PrescriptionWithGetResult
-
- All Implemented Interfaces:
be.recipe.api.GetPrescriptionStatusResponse,be.recipe.api.Prescription,be.recipe.api.Prescription.Encrypted,be.recipe.api.Registered
- Enclosing class:
- RecipePrescriberClient
public static class RecipePrescriberClient.PrescriptionWithGetResult extends be.recipe.api.Prescription.Encrypted.Simple
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface be.recipe.api.GetPrescriptionStatusResponse
be.recipe.api.GetPrescriptionStatusResponse.Simple
-
Nested classes/interfaces inherited from interface be.recipe.api.Prescription
be.recipe.api.Prescription.Abstract, be.recipe.api.Prescription.Attribute, be.recipe.api.Prescription.Encrypted, be.recipe.api.Prescription.OnContent, be.recipe.api.Prescription.PlainText, be.recipe.api.Prescription.Predicate, be.recipe.api.Prescription.Product, be.recipe.api.Prescription.RID, be.recipe.api.Prescription.Specification, be.recipe.api.Prescription.Status, be.recipe.api.Prescription.Type, be.recipe.api.Prescription.Wrapper<T extends be.recipe.api.Prescription>
-
-
Field Summary
Fields Modifier and Type Field Description GetPrescriptionForPrescriberResultresult-
Fields inherited from interface be.recipe.api.Prescription
delivery_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 Summary
Constructors Constructor Description PrescriptionWithGetResult()
-
Method Summary
-
Methods inherited from class be.recipe.api.Prescription.Encrypted.Simple
encrypted, encryptedContent, encryptionKey, rid, setEncryptedContent, setEncryptionKey
-
Methods inherited from class be.recipe.api.Prescription.Abstract
creationDate, executor, expirationDate, feedbackAllowed, patient, prescriber, reservation, rid, setCreationDate, setExecutor, setExpirationDate, setFeedbackAllowed, setPatient, setPrescriber, setReservation, setRid, setStatus, setStatusUpdater, setType, setVisibleToExecutors, setVisionOtherPrescribers, status, statusUpdater, type, visibleToExecutors, visionOtherPrescribers
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
result
public GetPrescriptionForPrescriberResult result
-
-