C# Класс NHapi.Model.V28.Group.ORL_O34_SPECIMEN_OBSERVATION

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

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

Метод Описание
AddPRT ( ) : PRT

Adds a new PRT

GetPRT ( ) : PRT

Returns first repetition of PRT (Participation Information) - creates it if necessary

GetPRT ( int rep ) : PRT

Returns a specific repetition of PRT * (Participation Information) - creates it if necessary throws HL7Exception if the repetition requested is more than one greater than the number of existing repetitions.

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

Creates a new ORL_O34_SPECIMEN_OBSERVATION Group.

RemovePRT ( PRT toRemove ) : void

Removes the given PRT

RemovePRTAt ( int index ) : void

Removes the PRT at the given index

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

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

Adds a new PRT
public AddPRT ( ) : PRT
Результат PRT

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

Returns first repetition of PRT (Participation Information) - creates it if necessary
public GetPRT ( ) : PRT
Результат PRT

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

Returns a specific repetition of PRT * (Participation Information) - creates it if necessary throws HL7Exception if the repetition requested is more than one greater than the number of existing repetitions.
public GetPRT ( int rep ) : PRT
rep int
Результат PRT

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

Creates a new ORL_O34_SPECIMEN_OBSERVATION Group.
public ORL_O34_SPECIMEN_OBSERVATION ( IGroup parent, IModelClassFactory factory ) : NHapi.Base.Parser
parent IGroup
factory IModelClassFactory
Результат NHapi.Base.Parser

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

Removes the given PRT
public RemovePRT ( PRT toRemove ) : void
toRemove PRT
Результат void

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

Removes the PRT at the given index
public RemovePRTAt ( int index ) : void
index int
Результат void