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
|
public PPP_PCB_PROBLEM_ROLE ( IGroup parent, IModelClassFactory factory ) : NHapi.Base.Parser | ||
parent | IGroup | |
factory | IModelClassFactory | |
return | NHapi.Base.Parser |