C# Класс NHapi.Model.V251.Group.RSP_Z82_VISIT

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

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

Метод Описание
AddAL1 ( ) : AL1

Adds a new AL1

GetAL1 ( ) : AL1

Returns first repetition of AL1 (Patient Allergy Information) - creates it if necessary

GetAL1 ( int rep ) : AL1

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

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

Creates a new RSP_Z82_VISIT Group.

RemoveAL1 ( AL1 toRemove ) : void

Removes the given AL1

RemoveAL1At ( int index ) : void

Removes the AL1 at the given index

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

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

Adds a new AL1
public AddAL1 ( ) : AL1
Результат AL1

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

Returns first repetition of AL1 (Patient Allergy Information) - creates it if necessary
public GetAL1 ( ) : AL1
Результат AL1

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

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

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

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

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

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

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

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