메소드 | 설명 | |
---|---|---|
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
|
public RDR_RDR_TIMING_ENCODED ( IGroup parent, IModelClassFactory factory ) : NHapi.Base.Parser | ||
parent | IGroup | |
factory | IModelClassFactory | |
리턴 | NHapi.Base.Parser |