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

Afficher le fichier Open project: OSEHRA/mdo Class Usage Examples

Méthodes publiques

Méthode Description
RdtSegment ( ) : System
RdtSegment ( RdfSegment rdfSeg, string rawSeg ) : System
getColumn ( string colName ) : RdtColumn

Private Methods

Méthode Description
getColumnValues ( string rawColumn ) : string[]
parse ( RdfSegment rdfSeg, string rawSeg ) : void

Method Details

RdtSegment() public méthode

public RdtSegment ( ) : System
Résultat System

RdtSegment() public méthode

public RdtSegment ( RdfSegment rdfSeg, string rawSeg ) : System
rdfSeg RdfSegment
rawSeg string
Résultat System

getColumn() public méthode

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