C# Class NHapi.Model.V28.Group.ORL_O34_SPECIMEN_OBSERVATION

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

Public Methods

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

Method Details

AddPRT() public method

Adds a new PRT
public AddPRT ( ) : PRT
return PRT

GetPRT() public method

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

GetPRT() public method

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

ORL_O34_SPECIMEN_OBSERVATION() public method

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

RemovePRT() public method

Removes the given PRT
public RemovePRT ( PRT toRemove ) : void
toRemove PRT
return void

RemovePRTAt() public method

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