C# Class NHapi.Model.V24.Message.MFN_M07

Inheritance: AbstractMessage
Show file Open project: nHapiNET/nHapi

Public Methods

Method Description
AddMF_CLIN_STUDY_SCHED ( ) : MFN_M07_MF_CLIN_STUDY_SCHED

Adds a new MFN_M07_MF_CLIN_STUDY_SCHED

GetMF_CLIN_STUDY_SCHED ( ) : MFN_M07_MF_CLIN_STUDY_SCHED

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

GetMF_CLIN_STUDY_SCHED ( int rep ) : MFN_M07_MF_CLIN_STUDY_SCHED

Returns a specific repetition of MFN_M07_MF_CLIN_STUDY_SCHED * (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_M07 ( ) : System

Creates a new MFN_M07 Group with DefaultModelClassFactory.

MFN_M07 ( IModelClassFactory factory ) : System

Creates a new MFN_M07 Group with custom IModelClassFactory.

RemoveMF_CLIN_STUDY_SCHED ( MFN_M07_MF_CLIN_STUDY_SCHED toRemove ) : void

Removes the given MFN_M07_MF_CLIN_STUDY_SCHED

RemoveMF_CLIN_STUDY_SCHEDAt ( int index ) : void

Removes the MFN_M07_MF_CLIN_STUDY_SCHED at the given index

Private Methods

Method Description
init ( IModelClassFactory factory ) : void

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

Method Details

AddMF_CLIN_STUDY_SCHED() public method

Adds a new MFN_M07_MF_CLIN_STUDY_SCHED
public AddMF_CLIN_STUDY_SCHED ( ) : MFN_M07_MF_CLIN_STUDY_SCHED
return MFN_M07_MF_CLIN_STUDY_SCHED

GetMF_CLIN_STUDY_SCHED() public method

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

GetMF_CLIN_STUDY_SCHED() public method

Returns a specific repetition of MFN_M07_MF_CLIN_STUDY_SCHED * (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_CLIN_STUDY_SCHED ( int rep ) : MFN_M07_MF_CLIN_STUDY_SCHED
rep int
return MFN_M07_MF_CLIN_STUDY_SCHED

MFN_M07() public method

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

MFN_M07() public method

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

RemoveMF_CLIN_STUDY_SCHED() public method

Removes the given MFN_M07_MF_CLIN_STUDY_SCHED
public RemoveMF_CLIN_STUDY_SCHED ( MFN_M07_MF_CLIN_STUDY_SCHED toRemove ) : void
toRemove MFN_M07_MF_CLIN_STUDY_SCHED
return void

RemoveMF_CLIN_STUDY_SCHEDAt() public method

Removes the MFN_M07_MF_CLIN_STUDY_SCHED at the given index
public RemoveMF_CLIN_STUDY_SCHEDAt ( int index ) : void
index int
return void