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

Inheritance: AbstractSegment
Mostrar archivo Open project: nHapiNET/nHapi

Public Methods

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

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

GetComment() public method

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

NTE() public method

public NTE ( IGroup parent, IModelClassFactory factory ) : System
parent IGroup
factory IModelClassFactory
return System