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

상속: AbstractGroup
파일 보기 프로젝트 열기: nHapiNET/nHapi 1 사용 예제들

공개 메소드들

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

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

Creates a new ORL_O34_SPECIMEN_OBSERVATION 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

ORL_O34_SPECIMEN_OBSERVATION() 공개 메소드

Creates a new ORL_O34_SPECIMEN_OBSERVATION Group.
public ORL_O34_SPECIMEN_OBSERVATION ( 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