C# 클래스 NHapi.Model.V27.Segment.NTE

상속: AbstractSegment
파일 보기 프로젝트 열기: nHapiNET/nHapi

공개 메소드들

메소드 설명
GetComment ( int rep ) : FT

Returns a single repetition of Comment(NTE-3). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)

GetComment ( ) : FT[]

Returns all repetitions of Comment (NTE-3).

NTE ( IGroup parent, IModelClassFactory factory ) : System

메소드 상세

GetComment() 공개 메소드

Returns a single repetition of Comment(NTE-3). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)
public GetComment ( int rep ) : FT
rep int
리턴 FT

GetComment() 공개 메소드

Returns all repetitions of Comment (NTE-3).
public GetComment ( ) : FT[]
리턴 FT[]

NTE() 공개 메소드

public NTE ( IGroup parent, IModelClassFactory factory ) : System
parent IGroup
factory IModelClassFactory
리턴 System