C# Class NHapi.Model.V251.Segment.MRG

Inheritance: AbstractSegment
Exibir arquivo Open project: nHapiNET/nHapi

Public Methods

Method Description
GetPriorAlternatePatientID ( int rep ) : CX

Returns a single repetition of Prior Alternate Patient ID(MRG-2). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)

GetPriorAlternatePatientID ( ) : CX[]

Returns all repetitions of Prior Alternate Patient ID (MRG-2).

GetPriorPatientIdentifierList ( int rep ) : CX

Returns a single repetition of Prior Patient Identifier List(MRG-1). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)

GetPriorPatientIdentifierList ( ) : CX[]

Returns all repetitions of Prior Patient Identifier List (MRG-1).

GetPriorPatientName ( int rep ) : XPN

Returns a single repetition of Prior Patient Name(MRG-7). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)

GetPriorPatientName ( ) : XPN[]

Returns all repetitions of Prior Patient Name (MRG-7).

MRG ( IGroup parent, IModelClassFactory factory ) : System

Method Details

GetPriorAlternatePatientID() public method

Returns a single repetition of Prior Alternate Patient ID(MRG-2). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)
public GetPriorAlternatePatientID ( int rep ) : CX
rep int
return CX

GetPriorAlternatePatientID() public method

Returns all repetitions of Prior Alternate Patient ID (MRG-2).
public GetPriorAlternatePatientID ( ) : CX[]
return CX[]

GetPriorPatientIdentifierList() public method

Returns a single repetition of Prior Patient Identifier List(MRG-1). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)
public GetPriorPatientIdentifierList ( int rep ) : CX
rep int
return CX

GetPriorPatientIdentifierList() public method

Returns all repetitions of Prior Patient Identifier List (MRG-1).
public GetPriorPatientIdentifierList ( ) : CX[]
return CX[]

GetPriorPatientName() public method

Returns a single repetition of Prior Patient Name(MRG-7). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)
public GetPriorPatientName ( int rep ) : XPN
rep int
return XPN

GetPriorPatientName() public method

Returns all repetitions of Prior Patient Name (MRG-7).
public GetPriorPatientName ( ) : XPN[]
return XPN[]

MRG() public method

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