C# 클래스 NHapi.Model.V27.Group.RDR_RDR_TIMING_ENCODED

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

공개 메소드들

메소드 설명
AddTQ2 ( ) : TQ2

Adds a new TQ2

GetTQ2 ( ) : TQ2

Returns first repetition of TQ2 (Timing/Quantity Relationship) - creates it if necessary

GetTQ2 ( int rep ) : TQ2

Returns a specific repetition of TQ2 * (Timing/Quantity Relationship) - creates it if necessary throws HL7Exception if the repetition requested is more than one greater than the number of existing repetitions.

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

Creates a new RDR_RDR_TIMING_ENCODED Group.

RemoveTQ2 ( TQ2 toRemove ) : void

Removes the given TQ2

RemoveTQ2At ( int index ) : void

Removes the TQ2 at the given index

메소드 상세

AddTQ2() 공개 메소드

Adds a new TQ2
public AddTQ2 ( ) : TQ2
리턴 TQ2

GetTQ2() 공개 메소드

Returns first repetition of TQ2 (Timing/Quantity Relationship) - creates it if necessary
public GetTQ2 ( ) : TQ2
리턴 TQ2

GetTQ2() 공개 메소드

Returns a specific repetition of TQ2 * (Timing/Quantity Relationship) - creates it if necessary throws HL7Exception if the repetition requested is more than one greater than the number of existing repetitions.
public GetTQ2 ( int rep ) : TQ2
rep int
리턴 TQ2

RDR_RDR_TIMING_ENCODED() 공개 메소드

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

RemoveTQ2() 공개 메소드

Removes the given TQ2
public RemoveTQ2 ( TQ2 toRemove ) : void
toRemove TQ2
리턴 void

RemoveTQ2At() 공개 메소드

Removes the TQ2 at the given index
public RemoveTQ2At ( int index ) : void
index int
리턴 void