C# Class ClearHl7.V290.Segments.FtsSegment

HL7 Version 2 Segment FTS - File Trailer.
Inheritance: ISegment
Afficher le fichier Open project: davebronson/clear-hl7-net

Méthodes publiques

Méthode Description
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

Method Details

FromDelimitedString() public méthode

public FromDelimitedString ( string delimitedString ) : void
delimitedString string
Résultat void

FromDelimitedString() public méthode

public FromDelimitedString ( string delimitedString, Separators separators ) : void
delimitedString string
separators Separators
Résultat void

FtsSegment() public méthode

Initializes a new instance of the FtsSegment class.
public FtsSegment ( ) : System
Résultat System

FtsSegment() public méthode

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.
Résultat System

ToDelimitedString() public méthode

public ToDelimitedString ( ) : string
Résultat string