C# Класс NHapi.Model.V281.Segment.FAC

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

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

Метод Описание
FAC ( IGroup parent, IModelClassFactory factory ) : System
GetContactAddress ( int rep ) : XAD

Returns a single repetition of Contact Address(FAC-7). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)

GetContactAddress ( ) : XAD[]

Returns all repetitions of Contact Address (FAC-7).

GetContactPerson ( int rep ) : XCN

Returns a single repetition of Contact Person(FAC-5). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)

GetContactPerson ( ) : XCN[]

Returns all repetitions of Contact Person (FAC-5).

GetContactTelecommunication ( int rep ) : XTN

Returns a single repetition of Contact Telecommunication(FAC-8). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)

GetContactTelecommunication ( ) : XTN[]

Returns all repetitions of Contact Telecommunication (FAC-8).

GetContactTitle ( int rep ) : ST

Returns a single repetition of Contact Title(FAC-6). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)

GetContactTitle ( ) : ST[]

Returns all repetitions of Contact Title (FAC-6).

GetFacilityAddress ( int rep ) : XAD

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

GetFacilityAddress ( ) : XAD[]

Returns all repetitions of Facility Address (FAC-3).

GetSignatureAuthority ( int rep ) : XCN

Returns a single repetition of Signature Authority(FAC-9). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)

GetSignatureAuthority ( ) : XCN[]

Returns all repetitions of Signature Authority (FAC-9).

GetSignatureAuthorityAddress ( int rep ) : XAD

Returns a single repetition of Signature Authority Address(FAC-11). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)

GetSignatureAuthorityAddress ( ) : XAD[]

Returns all repetitions of Signature Authority Address (FAC-11).

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

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

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

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

Returns a single repetition of Contact Address(FAC-7). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)
public GetContactAddress ( int rep ) : XAD
rep int
Результат XAD

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

Returns all repetitions of Contact Address (FAC-7).
public GetContactAddress ( ) : XAD[]
Результат XAD[]

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

Returns a single repetition of Contact Person(FAC-5). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)
public GetContactPerson ( int rep ) : XCN
rep int
Результат XCN

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

Returns all repetitions of Contact Person (FAC-5).
public GetContactPerson ( ) : XCN[]
Результат XCN[]

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

Returns a single repetition of Contact Telecommunication(FAC-8). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)
public GetContactTelecommunication ( int rep ) : XTN
rep int
Результат XTN

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

Returns all repetitions of Contact Telecommunication (FAC-8).
public GetContactTelecommunication ( ) : XTN[]
Результат XTN[]

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

Returns a single repetition of Contact Title(FAC-6). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)
public GetContactTitle ( int rep ) : ST
rep int
Результат ST

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

Returns all repetitions of Contact Title (FAC-6).
public GetContactTitle ( ) : ST[]
Результат ST[]

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

Returns a single repetition of Facility Address(FAC-3). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)
public GetFacilityAddress ( int rep ) : XAD
rep int
Результат XAD

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

Returns all repetitions of Facility Address (FAC-3).
public GetFacilityAddress ( ) : XAD[]
Результат XAD[]

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

Returns a single repetition of Signature Authority(FAC-9). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)
public GetSignatureAuthority ( int rep ) : XCN
rep int
Результат XCN

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

Returns all repetitions of Signature Authority (FAC-9).
public GetSignatureAuthority ( ) : XCN[]
Результат XCN[]

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

Returns a single repetition of Signature Authority Address(FAC-11). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)
public GetSignatureAuthorityAddress ( int rep ) : XAD
rep int
Результат XAD

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

Returns all repetitions of Signature Authority Address (FAC-11).
public GetSignatureAuthorityAddress ( ) : XAD[]
Результат XAD[]