C# 클래스 Dicom.HL7.HL7v2

파일 보기 프로젝트 열기: fo-dicom/mdcm 1 사용 예제들

공개 메소드들

메소드 설명
Count ( Tag tag ) : int
Count ( string tag ) : int
CountSegments ( string id ) : int
Get ( Tag tag, string defaultValue ) : string
Get ( string tag, string defaultValue ) : string
GetSegments ( ) : IEnumerable
GetSegments ( string id ) : IEnumerable
HL7v2 ( ) : System
IsHeaderSegment ( string segmentId ) : bool
Parse ( string hl7 ) : HL7v2
Set ( Tag tag, string value ) : void
Set ( string tag, string value ) : void
ToString ( ) : string
ToString ( string segmentSeperator ) : string
this ( Tag tag ) : string
this ( string tag ) : string

비공개 메소드들

메소드 설명
GetComponent ( Tag tag ) : string
GetField ( Tag tag ) : string
GetSegment ( Tag tag ) : List
GetSubComponent ( Tag tag ) : string
SetComponent ( Tag tag, string value ) : void
SetField ( Tag tag, string value ) : void
SetSubComponent ( Tag tag, string value ) : void

메소드 상세

Count() 공개 메소드

public Count ( Tag tag ) : int
tag Tag
리턴 int

Count() 공개 메소드

public Count ( string tag ) : int
tag string
리턴 int

CountSegments() 공개 메소드

public CountSegments ( string id ) : int
id string
리턴 int

Get() 공개 메소드

public Get ( Tag tag, string defaultValue ) : string
tag Tag
defaultValue string
리턴 string

Get() 공개 메소드

public Get ( string tag, string defaultValue ) : string
tag string
defaultValue string
리턴 string

GetSegments() 공개 메소드

public GetSegments ( ) : IEnumerable
리턴 IEnumerable

GetSegments() 공개 메소드

public GetSegments ( string id ) : IEnumerable
id string
리턴 IEnumerable

HL7v2() 공개 메소드

public HL7v2 ( ) : System
리턴 System

IsHeaderSegment() 공개 정적인 메소드

public static IsHeaderSegment ( string segmentId ) : bool
segmentId string
리턴 bool

Parse() 공개 정적인 메소드

public static Parse ( string hl7 ) : HL7v2
hl7 string
리턴 HL7v2

Set() 공개 메소드

public Set ( Tag tag, string value ) : void
tag Tag
value string
리턴 void

Set() 공개 메소드

public Set ( string tag, string value ) : void
tag string
value string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( string segmentSeperator ) : string
segmentSeperator string
리턴 string

this() 공개 메소드

public this ( Tag tag ) : string
tag Tag
리턴 string

this() 공개 메소드

public this ( string tag ) : string
tag string
리턴 string