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

HL7 Version 2 Segment GP1 - Grouping Reimbursement - Visit.
상속: ISegment
파일 보기 프로젝트 열기: davebronson/clear-hl7-net

공개 메소드들

메소드 설명
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

메소드 상세

FromDelimitedString() 공개 메소드

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

FromDelimitedString() 공개 메소드

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

Gp1Segment() 공개 메소드

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

Gp1Segment() 공개 메소드

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.
리턴 System

ToDelimitedString() 공개 메소드

public ToDelimitedString ( ) : string
리턴 string