C# 클래스 NHapi.Model.V251.Group.DFT_P03_OBSERVATION

상속: AbstractGroup
파일 보기 프로젝트 열기: nHapiNET/nHapi 1 사용 예제들

공개 메소드들

메소드 설명
AddNTE ( ) : NTE

Adds a new NTE

DFT_P03_OBSERVATION ( IGroup parent, IModelClassFactory factory ) : NHapi.Base.Parser

Creates a new DFT_P03_OBSERVATION Group.

GetNTE ( ) : NTE

Returns first repetition of NTE (Notes and Comments) - creates it if necessary

GetNTE ( int rep ) : NTE

Returns a specific repetition of NTE * (Notes and Comments) - creates it if necessary throws HL7Exception if the repetition requested is more than one greater than the number of existing repetitions.

RemoveNTE ( NTE toRemove ) : void

Removes the given NTE

RemoveNTEAt ( int index ) : void

Removes the NTE at the given index

메소드 상세

AddNTE() 공개 메소드

Adds a new NTE
public AddNTE ( ) : NTE
리턴 NTE

DFT_P03_OBSERVATION() 공개 메소드

Creates a new DFT_P03_OBSERVATION Group.
public DFT_P03_OBSERVATION ( IGroup parent, IModelClassFactory factory ) : NHapi.Base.Parser
parent IGroup
factory IModelClassFactory
리턴 NHapi.Base.Parser

GetNTE() 공개 메소드

Returns first repetition of NTE (Notes and Comments) - creates it if necessary
public GetNTE ( ) : NTE
리턴 NTE

GetNTE() 공개 메소드

Returns a specific repetition of NTE * (Notes and Comments) - creates it if necessary throws HL7Exception if the repetition requested is more than one greater than the number of existing repetitions.
public GetNTE ( int rep ) : NTE
rep int
리턴 NTE

RemoveNTE() 공개 메소드

Removes the given NTE
public RemoveNTE ( NTE toRemove ) : void
toRemove NTE
리턴 void

RemoveNTEAt() 공개 메소드

Removes the NTE at the given index
public RemoveNTEAt ( int index ) : void
index int
리턴 void