C# Class NHapi.Model.V26.Group.PPP_PCB_PROBLEM_ROLE

Inheritance: AbstractGroup
Mostrar archivo Open project: nHapiNET/nHapi Class Usage Examples

Public Methods

Method Description
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

Method Details

AddVAR() public method

Adds a new VAR
public AddVAR ( ) : VAR
return VAR

GetVAR() public method

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

GetVAR() public method

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
return VAR

PPP_PCB_PROBLEM_ROLE() public method

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

RemoveVAR() public method

Removes the given VAR
public RemoveVAR ( VAR toRemove ) : void
toRemove VAR
return void

RemoveVARAt() public method

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