C# Class NHapi.Model.V23.Message.MFN_M01

Inheritance: AbstractMessage
Mostrar archivo Open project: nHapiNET/nHapi

Public Methods

Method Description
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

Private Methods

Method Description
init ( IModelClassFactory factory ) : void

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

Method Details

AddMF() public method

Adds a new MFN_M01_MF
public AddMF ( ) : MFN_M01_MF
return MFN_M01_MF

GetMF() public method

Returns first repetition of MFN_M01_MF (a Group object) - creates it if necessary
public GetMF ( ) : MFN_M01_MF
return MFN_M01_MF

GetMF() public method

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
return MFN_M01_MF

MFN_M01() public method

Creates a new MFN_M01 Group with DefaultModelClassFactory.
public MFN_M01 ( ) : System
return System

MFN_M01() public method

Creates a new MFN_M01 Group with custom IModelClassFactory.
public MFN_M01 ( IModelClassFactory factory ) : System
factory IModelClassFactory
return System

RemoveMF() public method

Removes the given MFN_M01_MF
public RemoveMF ( MFN_M01_MF toRemove ) : void
toRemove MFN_M01_MF
return void

RemoveMFAt() public method

Removes the MFN_M01_MF at the given index
public RemoveMFAt ( int index ) : void
index int
return void