C# 클래스 ClearHl7.V290.Segments.FtsSegment

HL7 Version 2 Segment FTS - File Trailer.
상속: ISegment
파일 보기 프로젝트 열기: davebronson/clear-hl7-net

공개 메소드들

메소드 설명
FromDelimitedString ( string delimitedString ) : void
FromDelimitedString ( string delimitedString, Separators separators ) : void
FtsSegment ( ) : System

Initializes a new instance of the FtsSegment class.

FtsSegment ( int ordinal ) : System

Initializes a new instance of the FtsSegment class.

ToDelimitedString ( ) : string

메소드 상세

FromDelimitedString() 공개 메소드

public FromDelimitedString ( string delimitedString ) : void
delimitedString string
리턴 void

FromDelimitedString() 공개 메소드

public FromDelimitedString ( string delimitedString, Separators separators ) : void
delimitedString string
separators Separators
리턴 void

FtsSegment() 공개 메소드

Initializes a new instance of the FtsSegment class.
public FtsSegment ( ) : System
리턴 System

FtsSegment() 공개 메소드

Initializes a new instance of the FtsSegment class.
public FtsSegment ( int ordinal ) : System
ordinal int The rank, or ordinal, which describes the place that this Segment resides in an ordered list of Segments.
리턴 System

ToDelimitedString() 공개 메소드

public ToDelimitedString ( ) : string
리턴 string