C# 클래스 ClearHl7.V251.Segments.Om6Segment

HL7 Version 2 Segment OM6 - Observations That Are Calculated From Other Observations.
상속: ISegment
파일 보기 프로젝트 열기: davebronson/clear-hl7-net

공개 메소드들

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

Initializes a new instance of the Om6Segment class.

Om6Segment ( int ordinal ) : System

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

Om6Segment() 공개 메소드

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

Om6Segment() 공개 메소드

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