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

Inheritance: AbstractGroup
Afficher le fichier Open project: nHapiNET/nHapi

Méthodes publiques

Méthode 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 méthode

Adds a new PRC
public AddPRC ( ) : PRC
Résultat PRC

GetPRC() public méthode

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

GetPRC() public méthode

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
Résultat PRC

MFN_M04_MF_CDM() public méthode

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

RemovePRC() public méthode

Removes the given PRC
public RemovePRC ( PRC toRemove ) : void
toRemove PRC
Résultat void

RemovePRCAt() public méthode

Removes the PRC at the given index
public RemovePRCAt ( int index ) : void
index int
Résultat void