C# 클래스 NHapi.Model.V231.Segment.LRL

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

공개 메소드들

메소드 설명
GetOrganizationalLocationRelationshipValue ( int rep ) : XON

Returns a single repetition of Organizational Location Relationship Value(LRL-5). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)

GetOrganizationalLocationRelationshipValue ( ) : XON[]

Returns all repetitions of Organizational Location Relationship Value (LRL-5).

LRL ( IGroup parent, IModelClassFactory factory ) : System

메소드 상세

GetOrganizationalLocationRelationshipValue() 공개 메소드

Returns a single repetition of Organizational Location Relationship Value(LRL-5). throws HL7Exception if the repetition number is invalid. The repetition number (this is a repeating field)
public GetOrganizationalLocationRelationshipValue ( int rep ) : XON
rep int
리턴 XON

GetOrganizationalLocationRelationshipValue() 공개 메소드

Returns all repetitions of Organizational Location Relationship Value (LRL-5).
public GetOrganizationalLocationRelationshipValue ( ) : XON[]
리턴 XON[]

LRL() 공개 메소드

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