C# 클래스 NHapi.Model.V251.Segment.MRG

상속: AbstractSegment
파일 보기 프로젝트 열기: nHapiNET/nHapi

공개 메소드들

메소드 설명
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

메소드 상세

GetPriorAlternatePatientID() 공개 메소드

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
리턴 CX

GetPriorAlternatePatientID() 공개 메소드

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

GetPriorPatientIdentifierList() 공개 메소드

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
리턴 CX

GetPriorPatientIdentifierList() 공개 메소드

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

GetPriorPatientName() 공개 메소드

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
리턴 XPN

GetPriorPatientName() 공개 메소드

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

MRG() 공개 메소드

public MRG ( IGroup parent, IModelClassFactory factory ) : System
parent IGroup
factory IModelClassFactory
리턴 System