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

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

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

Метод Описание
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.

GetODT ( ) : ODT

Returns first repetition of ODT (Diet Tray Instructions) - creates it if necessary

GetODT ( int rep ) : ODT

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

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

Creates a new ORD_O04_ORDER_TRAY Group.

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

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

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

Returns first repetition of ODT (Diet Tray Instructions) - creates it if necessary
public GetODT ( ) : ODT
Результат ODT

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

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

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

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