C# 클래스 NHapi.Model.V23.Message.MFN_M01

상속: AbstractMessage
파일 보기 프로젝트 열기: nHapiNET/nHapi

공개 메소드들

메소드 설명
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