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

Inheritance: AbstractSegment
显示文件 Open project: nHapiNET/nHapi

Public Methods

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

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

GetContactAddress() public method

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

GetContactAddress() public method

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

GetContactPerson() public method

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

GetContactPerson() public method

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

GetContactTelecommunication() public method

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

GetContactTelecommunication() public method

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

GetContactTitle() public method

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

GetContactTitle() public method

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

GetFacilityAddress() public method

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

GetFacilityAddress() public method

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

GetSignatureAuthority() public method

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

GetSignatureAuthority() public method

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

GetSignatureAuthorityAddress() public method

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

GetSignatureAuthorityAddress() public method

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