C# Class NHapi.Model.V251.Group.DFT_P03_OBSERVATION

Inheritance: AbstractGroup
Datei anzeigen Open project: nHapiNET/nHapi Class Usage Examples

Public Methods

Method Description
AddNTE ( ) : NTE

Adds a new NTE

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

Creates a new DFT_P03_OBSERVATION Group.

GetNTE ( ) : NTE

Returns first repetition of NTE (Notes and Comments) - creates it if necessary

GetNTE ( int rep ) : NTE

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

RemoveNTE ( NTE toRemove ) : void

Removes the given NTE

RemoveNTEAt ( int index ) : void

Removes the NTE at the given index

Method Details

AddNTE() public method

Adds a new NTE
public AddNTE ( ) : NTE
return NTE

DFT_P03_OBSERVATION() public method

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

GetNTE() public method

Returns first repetition of NTE (Notes and Comments) - creates it if necessary
public GetNTE ( ) : NTE
return NTE

GetNTE() public method

Returns a specific repetition of NTE * (Notes and Comments) - creates it if necessary throws HL7Exception if the repetition requested is more than one greater than the number of existing repetitions.
public GetNTE ( int rep ) : NTE
rep int
return NTE

RemoveNTE() public method

Removes the given NTE
public RemoveNTE ( NTE toRemove ) : void
toRemove NTE
return void

RemoveNTEAt() public method

Removes the NTE at the given index
public RemoveNTEAt ( int index ) : void
index int
return void