|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.recipe.builders.CreatePrescriptionBuilder
@Deprecated public class CreatePrescriptionBuilder
The Class CreatePrescriptionBuilder.
Constructor Summary | |
---|---|
CreatePrescriptionBuilder()
Deprecated. |
|
CreatePrescriptionBuilder(Crypto crypto)
Deprecated. User it without crypto |
Method Summary | |
---|---|
CreatePrescriptionRequest |
buildRequest(boolean feedbackRequested,
long patientId,
byte[] prescription,
String prescriptionType,
KeyResult key)
Deprecated. Builds the request. |
CreatePrescriptionResult |
buildResult(CreatePrescriptionResponse response)
Deprecated. Builds the result. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public CreatePrescriptionBuilder(Crypto crypto)
public CreatePrescriptionBuilder()
Method Detail |
---|
public CreatePrescriptionRequest buildRequest(boolean feedbackRequested, long patientId, byte[] prescription, String prescriptionType, KeyResult key) throws TechnicalConnectorException
feedbackRequested
- the feedback requestedpatientId
- the patient idprescription
- the prescriptionprescriptionType
- the prescription typekey
- the key
TechnicalConnectorException
- the technical connector exceptionpublic CreatePrescriptionResult buildResult(CreatePrescriptionResponse response) throws TechnicalConnectorException
response
- the response
TechnicalConnectorException
- the technical connector exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |