C# Class NHapi.Model.V281.Segment.FAC

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

Méthodes publiques

Méthode Description
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).

Method Details

FAC() public méthode

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

GetContactAddress() public méthode

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

GetContactAddress() public méthode

Returns all repetitions of Contact Address (FAC-7).
public GetContactAddress ( ) : XAD[]
Résultat XAD[]

GetContactPerson() public méthode

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

GetContactPerson() public méthode

Returns all repetitions of Contact Person (FAC-5).
public GetContactPerson ( ) : XCN[]
Résultat XCN[]

GetContactTelecommunication() public méthode

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

GetContactTelecommunication() public méthode

Returns all repetitions of Contact Telecommunication (FAC-8).
public GetContactTelecommunication ( ) : XTN[]
Résultat XTN[]

GetContactTitle() public méthode

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

GetContactTitle() public méthode

Returns all repetitions of Contact Title (FAC-6).
public GetContactTitle ( ) : ST[]
Résultat ST[]

GetFacilityAddress() public méthode

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

GetFacilityAddress() public méthode

Returns all repetitions of Facility Address (FAC-3).
public GetFacilityAddress ( ) : XAD[]
Résultat XAD[]

GetSignatureAuthority() public méthode

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

GetSignatureAuthority() public méthode

Returns all repetitions of Signature Authority (FAC-9).
public GetSignatureAuthority ( ) : XCN[]
Résultat XCN[]

GetSignatureAuthorityAddress() public méthode

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

GetSignatureAuthorityAddress() public méthode

Returns all repetitions of Signature Authority Address (FAC-11).
public GetSignatureAuthorityAddress ( ) : XAD[]
Résultat XAD[]