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

显示文件 Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method Description
RdtSegment ( ) : System
RdtSegment ( RdfSegment rdfSeg, string rawSeg ) : System
getColumn ( string colName ) : RdtColumn

Private Methods

Method Description
getColumnValues ( string rawColumn ) : string[]
parse ( RdfSegment rdfSeg, string rawSeg ) : void

Method Details

RdtSegment() public method

public RdtSegment ( ) : System
return System

RdtSegment() public method

public RdtSegment ( RdfSegment rdfSeg, string rawSeg ) : System
rdfSeg RdfSegment
rawSeg string
return System

getColumn() public method

public getColumn ( string colName ) : RdtColumn
colName string
return gov.va.medora.mdo.dao.hl7.components.RdtColumn