C# Class ClearHl7.V251.Segments.Om6Segment

HL7 Version 2 Segment OM6 - Observations That Are Calculated From Other Observations.
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
Om6Segment ( ) : System

Initializes a new instance of the Om6Segment class.

Om6Segment ( int ordinal ) : System

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

Om6Segment() public méthode

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

Om6Segment() public méthode

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

ToDelimitedString() public méthode

public ToDelimitedString ( ) : string
Résultat string