C# 클래스 NHapiSampleApplication.nHapi.HL7Acknowlege

상속: IAcknowlege
파일 보기 프로젝트 열기: JohnBloom/NHapiSampleApplication 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetAcknowlegement ( IMessage message ) : string
MakeACK ( IMessage inboundMessage, string ackCode ) : IMessage
MakeACK ( ISegment inboundHeader, string ackCode ) : IMessage

메소드 상세

GetAcknowlegement() 공개 메소드

public GetAcknowlegement ( IMessage message ) : string
message IMessage
리턴 string

MakeACK() 공개 정적인 메소드

public static MakeACK ( IMessage inboundMessage, string ackCode ) : IMessage
inboundMessage IMessage
ackCode string
리턴 IMessage

MakeACK() 공개 정적인 메소드

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