C# 클래스 NHapi.Model.V27.Group.MFN_M04_MF_CDM

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

공개 메소드들

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

메소드 상세

AddPRC() 공개 메소드

Adds a new PRC
public AddPRC ( ) : PRC
리턴 PRC

GetPRC() 공개 메소드

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

GetPRC() 공개 메소드

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
리턴 PRC

MFN_M04_MF_CDM() 공개 메소드

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

RemovePRC() 공개 메소드

Removes the given PRC
public RemovePRC ( PRC toRemove ) : void
toRemove PRC
리턴 void

RemovePRCAt() 공개 메소드

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