C# Класс NHapi.Model.V25.Group.RRE_O12_TIMING

Наследование: AbstractGroup
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

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

RRE_O12_TIMING() публичный Метод

Creates a new RRE_O12_TIMING Group.
public RRE_O12_TIMING ( 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