C# Класс NHapi.Model.V27.Segment.NTE

Наследование: AbstractSegment
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetComment() публичный Метод

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
Результат FT

GetComment() публичный Метод

Returns all repetitions of Comment (NTE-3).
public GetComment ( ) : FT[]
Результат FT[]

NTE() публичный Метод

public NTE ( IGroup parent, IModelClassFactory factory ) : System
parent IGroup
factory IModelClassFactory
Результат System