Gets the result of this operation

Namespace: Mergecom.HL7
Assembly: Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.3.0.0

Syntax

C#
public string Result()
Visual Basic
Public Function Result As String
Visual C++
public:
String^ Result()

Return Value

The response message if the operation succeeds

Exceptions

ExceptionCondition
Mergecom.HL7..::..HL7Exception
If the HL7 message is not valid (empty or missing MSH).
If the transmit failed and retries are not appropriate for the error.
If the operation has not completed.

See Also