C# Class gov.va.medora.mdo.dao.hl7.segments.MshSegment

Show file Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method Description
MshSegment ( ) : System
MshSegment ( string rawSegmentString ) : System
parse ( string rawSegmentString ) : void
toSegment ( ) : string

Private Methods

Method Description
setSeparators ( string s ) : void

Method Details

MshSegment() public method

public MshSegment ( ) : System
return System

MshSegment() public method

public MshSegment ( string rawSegmentString ) : System
rawSegmentString string
return System

parse() public method

public parse ( string rawSegmentString ) : void
rawSegmentString string
return void

toSegment() public method

public toSegment ( ) : string
return string