C# Class NHapiSampleApplication.nHapi.HL7Acknowlege

Inheritance: IAcknowlege
Show file Open project: JohnBloom/NHapiSampleApplication Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetAcknowlegement ( IMessage message ) : string
MakeACK ( IMessage inboundMessage, string ackCode ) : IMessage
MakeACK ( ISegment inboundHeader, string ackCode ) : IMessage

Method Details

GetAcknowlegement() public method

public GetAcknowlegement ( IMessage message ) : string
message IMessage
return string

MakeACK() public static method

public static MakeACK ( IMessage inboundMessage, string ackCode ) : IMessage
inboundMessage IMessage
ackCode string
return IMessage

MakeACK() public static method

public static MakeACK ( ISegment inboundHeader, string ackCode ) : IMessage
inboundHeader ISegment
ackCode string
return IMessage