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

Наследование: 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.

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

Creates a new ORU_R01_VISIT 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

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

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