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

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

공개 메소드들

메소드 설명
MshSegment ( ) : System
MshSegment ( string rawSegmentString ) : System
parse ( string rawSegmentString ) : void
toSegment ( ) : string

비공개 메소드들

메소드 설명
setSeparators ( string s ) : void

메소드 상세

MshSegment() 공개 메소드

public MshSegment ( ) : System
리턴 System

MshSegment() 공개 메소드

public MshSegment ( string rawSegmentString ) : System
rawSegmentString string
리턴 System

parse() 공개 메소드

public parse ( string rawSegmentString ) : void
rawSegmentString string
리턴 void

toSegment() 공개 메소드

public toSegment ( ) : string
리턴 string