C# Class NHapi.Model.V27.Group.MFN_M04_MF_CDM

Inheritance: AbstractGroup
显示文件 Open project: nHapiNET/nHapi

Public Methods

Method Description
AddPRC ( ) : PRC

Adds a new PRC

GetPRC ( ) : PRC

Returns first repetition of PRC (Pricing) - creates it if necessary

GetPRC ( int rep ) : PRC

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

MFN_M04_MF_CDM ( IGroup parent, IModelClassFactory factory ) : NHapi.Base.Parser

Creates a new MFN_M04_MF_CDM Group.

RemovePRC ( PRC toRemove ) : void

Removes the given PRC

RemovePRCAt ( int index ) : void

Removes the PRC at the given index

Method Details

AddPRC() public method

Adds a new PRC
public AddPRC ( ) : PRC
return PRC

GetPRC() public method

Returns first repetition of PRC (Pricing) - creates it if necessary
public GetPRC ( ) : PRC
return PRC

GetPRC() public method

Returns a specific repetition of PRC * (Pricing) - creates it if necessary throws HL7Exception if the repetition requested is more than one greater than the number of existing repetitions.
public GetPRC ( int rep ) : PRC
rep int
return PRC

MFN_M04_MF_CDM() public method

Creates a new MFN_M04_MF_CDM Group.
public MFN_M04_MF_CDM ( IGroup parent, IModelClassFactory factory ) : NHapi.Base.Parser
parent IGroup
factory IModelClassFactory
return NHapi.Base.Parser

RemovePRC() public method

Removes the given PRC
public RemovePRC ( PRC toRemove ) : void
toRemove PRC
return void

RemovePRCAt() public method

Removes the PRC at the given index
public RemovePRCAt ( int index ) : void
index int
return void