C# 클래스 NHapi.Model.V28.Group.ORU_R01_VISIT

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

공개 메소드들

메소드 설명
AddPRT ( ) : PRT

Adds a new PRT

GetPRT ( ) : PRT

Returns first repetition of PRT (Participation Information) - creates it if necessary

GetPRT ( int rep ) : PRT

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

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

Creates a new ORU_R01_VISIT Group.

RemovePRT ( PRT toRemove ) : void

Removes the given PRT

RemovePRTAt ( int index ) : void

Removes the PRT at the given index

메소드 상세

AddPRT() 공개 메소드

Adds a new PRT
public AddPRT ( ) : PRT
리턴 PRT

GetPRT() 공개 메소드

Returns first repetition of PRT (Participation Information) - creates it if necessary
public GetPRT ( ) : PRT
리턴 PRT

GetPRT() 공개 메소드

Returns a specific repetition of PRT * (Participation Information) - creates it if necessary throws HL7Exception if the repetition requested is more than one greater than the number of existing repetitions.
public GetPRT ( int rep ) : PRT
rep int
리턴 PRT

ORU_R01_VISIT() 공개 메소드

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

RemovePRT() 공개 메소드

Removes the given PRT
public RemovePRT ( PRT toRemove ) : void
toRemove PRT
리턴 void

RemovePRTAt() 공개 메소드

Removes the PRT at the given index
public RemovePRTAt ( int index ) : void
index int
리턴 void