C# 클래스 NHapi.Model.V26.Group.PPP_PCB_PROBLEM_ROLE

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

공개 메소드들

메소드 설명
AddVAR ( ) : VAR

Adds a new VAR

GetVAR ( ) : VAR

Returns first repetition of VAR (Variance) - creates it if necessary

GetVAR ( int rep ) : VAR

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

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

Creates a new PPP_PCB_PROBLEM_ROLE Group.

RemoveVAR ( VAR toRemove ) : void

Removes the given VAR

RemoveVARAt ( int index ) : void

Removes the VAR at the given index

메소드 상세

AddVAR() 공개 메소드

Adds a new VAR
public AddVAR ( ) : VAR
리턴 VAR

GetVAR() 공개 메소드

Returns first repetition of VAR (Variance) - creates it if necessary
public GetVAR ( ) : VAR
리턴 VAR

GetVAR() 공개 메소드

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

PPP_PCB_PROBLEM_ROLE() 공개 메소드

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

RemoveVAR() 공개 메소드

Removes the given VAR
public RemoveVAR ( VAR toRemove ) : void
toRemove VAR
리턴 void

RemoveVARAt() 공개 메소드

Removes the VAR at the given index
public RemoveVARAt ( int index ) : void
index int
리턴 void