C# Класс NHapi.Model.V26.Group.PPP_PCB_PROBLEM_ROLE

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

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

Метод Описание
AddVAR ( ) : VAR

Adds a new VAR

GetVAR ( ) : VAR

Returns first repetition of VAR (Variance) - creates it if necessary

GetVAR ( int rep ) : VAR

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

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

Creates a new PPP_PCB_PROBLEM_ROLE Group.

RemoveVAR ( VAR toRemove ) : void

Removes the given VAR

RemoveVARAt ( int index ) : void

Removes the VAR at the given index

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

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

Adds a new VAR
public AddVAR ( ) : VAR
Результат VAR

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

Returns first repetition of VAR (Variance) - creates it if necessary
public GetVAR ( ) : VAR
Результат VAR

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

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

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

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

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

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

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

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