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

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

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

Метод Описание
AddNTE ( ) : NTE

Adds a new NTE

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

Creates a new DFT_P03_OBSERVATION Group.

GetNTE ( ) : NTE

Returns first repetition of NTE (Notes and Comments) - creates it if necessary

GetNTE ( int rep ) : NTE

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

RemoveNTE ( NTE toRemove ) : void

Removes the given NTE

RemoveNTEAt ( int index ) : void

Removes the NTE at the given index

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

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

Adds a new NTE
public AddNTE ( ) : NTE
Результат NTE

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

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

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

Returns first repetition of NTE (Notes and Comments) - creates it if necessary
public GetNTE ( ) : NTE
Результат NTE

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

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

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

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

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

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