C# Class NHapi.Model.V25.Group.RRE_O12_TIMING

Inheritance: AbstractGroup
Mostra file Open project: nHapiNET/nHapi Class Usage Examples

Public Methods

Method Description
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.

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

Creates a new RRE_O12_TIMING Group.

RemoveTQ2 ( TQ2 toRemove ) : void

Removes the given TQ2

RemoveTQ2At ( int index ) : void

Removes the TQ2 at the given index

Method Details

AddTQ2() public method

Adds a new TQ2
public AddTQ2 ( ) : TQ2
return TQ2

GetTQ2() public method

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

GetTQ2() public method

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
return TQ2

RRE_O12_TIMING() public method

Creates a new RRE_O12_TIMING Group.
public RRE_O12_TIMING ( IGroup parent, IModelClassFactory factory ) : NHapi.Base.Parser
parent IGroup
factory IModelClassFactory
return NHapi.Base.Parser

RemoveTQ2() public method

Removes the given TQ2
public RemoveTQ2 ( TQ2 toRemove ) : void
toRemove TQ2
return void

RemoveTQ2At() public method

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