C# Class NHapi.Model.V27.Segment.NTE

Inheritance: AbstractSegment
Afficher le fichier Open project: nHapiNET/nHapi

Méthodes publiques

Méthode Description
GetComment ( int rep ) : FT

Returns a single repetition of Comment(NTE-3). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)

GetComment ( ) : FT[]

Returns all repetitions of Comment (NTE-3).

NTE ( IGroup parent, IModelClassFactory factory ) : System

Method Details

GetComment() public méthode

Returns a single repetition of Comment(NTE-3). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)
public GetComment ( int rep ) : FT
rep int
Résultat FT

GetComment() public méthode

Returns all repetitions of Comment (NTE-3).
public GetComment ( ) : FT[]
Résultat FT[]

NTE() public méthode

public NTE ( IGroup parent, IModelClassFactory factory ) : System
parent IGroup
factory IModelClassFactory
Résultat System