C# Class NHapi.Model.V231.Segment.LRL

Inheritance: AbstractSegment
Show file Open project: nHapiNET/nHapi

Public Methods

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

Method Details

GetOrganizationalLocationRelationshipValue() public method

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

GetOrganizationalLocationRelationshipValue() public method

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

LRL() public method

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