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

Inheritance: AbstractGroup
Afficher le fichier Open project: nHapiNET/nHapi Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Adds a new NTE
public AddNTE ( ) : NTE
Résultat NTE

DFT_P03_OBSERVATION() public méthode

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

GetNTE() public méthode

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

GetNTE() public méthode

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
Résultat NTE

RemoveNTE() public méthode

Removes the given NTE
public RemoveNTE ( NTE toRemove ) : void
toRemove NTE
Résultat void

RemoveNTEAt() public méthode

Removes the NTE at the given index
public RemoveNTEAt ( int index ) : void
index int
Résultat void