C# 클래스 gov.va.medora.mdo.dao.hl7.segments.RdtSegment

파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

공개 메소드들

메소드 설명
RdtSegment ( ) : System
RdtSegment ( RdfSegment rdfSeg, string rawSeg ) : System
getColumn ( string colName ) : RdtColumn

비공개 메소드들

메소드 설명
getColumnValues ( string rawColumn ) : string[]
parse ( RdfSegment rdfSeg, string rawSeg ) : void

메소드 상세

RdtSegment() 공개 메소드

public RdtSegment ( ) : System
리턴 System

RdtSegment() 공개 메소드

public RdtSegment ( RdfSegment rdfSeg, string rawSeg ) : System
rdfSeg RdfSegment
rawSeg string
리턴 System

getColumn() 공개 메소드

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