C# Класс NHapi.Model.V23.Message.MFN_M01

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

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

Метод Описание
AddMF ( ) : MFN_M01_MF

Adds a new MFN_M01_MF

GetMF ( ) : MFN_M01_MF

Returns first repetition of MFN_M01_MF (a Group object) - creates it if necessary

GetMF ( int rep ) : MFN_M01_MF

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

MFN_M01 ( ) : System

Creates a new MFN_M01 Group with DefaultModelClassFactory.

MFN_M01 ( IModelClassFactory factory ) : System

Creates a new MFN_M01 Group with custom IModelClassFactory.

RemoveMF ( MFN_M01_MF toRemove ) : void

Removes the given MFN_M01_MF

RemoveMFAt ( int index ) : void

Removes the MFN_M01_MF at the given index

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

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

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

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

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

Adds a new MFN_M01_MF
public AddMF ( ) : MFN_M01_MF
Результат MFN_M01_MF

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

Returns first repetition of MFN_M01_MF (a Group object) - creates it if necessary
public GetMF ( ) : MFN_M01_MF
Результат MFN_M01_MF

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

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

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

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

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

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

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

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

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

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