C# Class ClearHl7.V290.Segments.Gp1Segment

HL7 Version 2 Segment GP1 - Grouping Reimbursement - Visit.
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
Gp1Segment ( ) : System

Initializes a new instance of the Gp1Segment class.

Gp1Segment ( int ordinal ) : System

Initializes a new instance of the Gp1Segment 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

Gp1Segment() public méthode

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

Gp1Segment() public méthode

Initializes a new instance of the Gp1Segment class.
public Gp1Segment ( 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