C# Класс NHapi.Model.V271.Message.SRR_S01

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

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

Метод Описание
AddERR ( ) : ERR

Adds a new ERR

GetERR ( ) : ERR

Returns first repetition of ERR (Error) - creates it if necessary

GetERR ( int rep ) : ERR

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

RemoveERR ( ERR toRemove ) : void

Removes the given ERR

RemoveERRAt ( int index ) : void

Removes the ERR at the given index

SRR_S01 ( ) : System

Creates a new SRR_S01 Group with DefaultModelClassFactory.

SRR_S01 ( IModelClassFactory factory ) : System

Creates a new SRR_S01 Group with custom IModelClassFactory.

Приватные методы

Метод Описание
init ( IModelClassFactory factory ) : void

initalize method for SRR_S01. This does the segment setup for the message.

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

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

Adds a new ERR
public AddERR ( ) : ERR
Результат ERR

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

Returns first repetition of ERR (Error) - creates it if necessary
public GetERR ( ) : ERR
Результат ERR

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

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

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

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

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

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

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

Creates a new SRR_S01 Group with DefaultModelClassFactory.
public SRR_S01 ( ) : System
Результат System

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

Creates a new SRR_S01 Group with custom IModelClassFactory.
public SRR_S01 ( IModelClassFactory factory ) : System
factory IModelClassFactory
Результат System