ca.uhn.hl7v2.model.v231.group
Class ORR_O02_PIDNTEORCOBRRQDRQ1RXOODSODTNTECTI

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractGroup
      extended by ca.uhn.hl7v2.model.v231.group.ORR_O02_PIDNTEORCOBRRQDRQ1RXOODSODTNTECTI
All Implemented Interfaces:
Group, Structure, Serializable

public class ORR_O02_PIDNTEORCOBRRQDRQ1RXOODSODTNTECTI
extends AbstractGroup

Represents a ORR_O02_PIDNTEORCOBRRQDRQ1RXOODSODTNTECTI group structure (a Group object). A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. This Group contains the following elements:

See Also:
Serialized Form

Constructor Summary
ORR_O02_PIDNTEORCOBRRQDRQ1RXOODSODTNTECTI(Group parent, ModelClassFactory factory)
          Creates a new ORR_O02_PIDNTEORCOBRRQDRQ1RXOODSODTNTECTI group
 
Method Summary
 ORR_O02_ORCOBRRQDRQ1RXOODSODTNTECTI getORCOBRRQDRQ1RXOODSODTNTECTI()
          Returns the first repetition of ORCOBRRQDRQ1RXOODSODTNTECTI (a Group object) - creates it if necessary
 ORR_O02_ORCOBRRQDRQ1RXOODSODTNTECTI getORCOBRRQDRQ1RXOODSODTNTECTI(int rep)
          Returns a specific repetition of ORCOBRRQDRQ1RXOODSODTNTECTI (a Group object) - creates it if necessary
 int getORCOBRRQDRQ1RXOODSODTNTECTIReps()
          Returns the number of existing repetitions of ORCOBRRQDRQ1RXOODSODTNTECTI
 ORR_O02_PIDNTE getPIDNTE()
          Returns PIDNTE (a Group object) - creates it if necessary
 String getVersion()
          Returns "2.3.1"
 ORR_O02_ORCOBRRQDRQ1RXOODSODTNTECTI insertORCOBRRQDRQ1RXOODSODTNTECTI(int rep)
          Inserts a specific repetition of ORCOBRRQDRQ1RXOODSODTNTECTI (a Group object)
 void insertORCOBRRQDRQ1RXOODSODTNTECTI(ORR_O02_ORCOBRRQDRQ1RXOODSODTNTECTI structure, int rep)
          Inserts a specific repetition of ORCOBRRQDRQ1RXOODSODTNTECTI (a Group object)
 ORR_O02_ORCOBRRQDRQ1RXOODSODTNTECTI removeORCOBRRQDRQ1RXOODSODTNTECTI(int rep)
          Removes a specific repetition of ORCOBRRQDRQ1RXOODSODTNTECTI (a Group object)
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractGroup
add, add, addNonstandardSegment, addNonstandardSegment, clear, currentReps, get, get, getAll, getClass, getMessage, getModelClassFactory, getName, getNames, getParent, insertRepetition, insertRepetition, isGroup, isRepeating, isRequired, removeRepetition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORR_O02_PIDNTEORCOBRRQDRQ1RXOODSODTNTECTI

public ORR_O02_PIDNTEORCOBRRQDRQ1RXOODSODTNTECTI(Group parent,
                                                 ModelClassFactory factory)
Creates a new ORR_O02_PIDNTEORCOBRRQDRQ1RXOODSODTNTECTI group

Method Detail

getVersion

public String getVersion()
Returns "2.3.1"


getPIDNTE

public ORR_O02_PIDNTE getPIDNTE()
Returns PIDNTE (a Group object) - creates it if necessary


getORCOBRRQDRQ1RXOODSODTNTECTI

public ORR_O02_ORCOBRRQDRQ1RXOODSODTNTECTI getORCOBRRQDRQ1RXOODSODTNTECTI()
Returns the first repetition of ORCOBRRQDRQ1RXOODSODTNTECTI (a Group object) - creates it if necessary


getORCOBRRQDRQ1RXOODSODTNTECTI

public ORR_O02_ORCOBRRQDRQ1RXOODSODTNTECTI getORCOBRRQDRQ1RXOODSODTNTECTI(int rep)
Returns a specific repetition of ORCOBRRQDRQ1RXOODSODTNTECTI (a Group object) - creates it if necessary

Parameters:
rep - The repetition index (0-indexed, i.e. the first repetition is at index 0)
Throws:
HL7Exception - if the repetition requested is more than one greater than the number of existing repetitions.

getORCOBRRQDRQ1RXOODSODTNTECTIReps

public int getORCOBRRQDRQ1RXOODSODTNTECTIReps()
Returns the number of existing repetitions of ORCOBRRQDRQ1RXOODSODTNTECTI


insertORCOBRRQDRQ1RXOODSODTNTECTI

public void insertORCOBRRQDRQ1RXOODSODTNTECTI(ORR_O02_ORCOBRRQDRQ1RXOODSODTNTECTI structure,
                                              int rep)
                                       throws HL7Exception
Inserts a specific repetition of ORCOBRRQDRQ1RXOODSODTNTECTI (a Group object)

Throws:
HL7Exception
See Also:
AbstractGroup#insertRepetition(Structure, int)

insertORCOBRRQDRQ1RXOODSODTNTECTI

public ORR_O02_ORCOBRRQDRQ1RXOODSODTNTECTI insertORCOBRRQDRQ1RXOODSODTNTECTI(int rep)
                                                                      throws HL7Exception
Inserts a specific repetition of ORCOBRRQDRQ1RXOODSODTNTECTI (a Group object)

Throws:
HL7Exception
See Also:
AbstractGroup#insertRepetition(Structure, int)

removeORCOBRRQDRQ1RXOODSODTNTECTI

public ORR_O02_ORCOBRRQDRQ1RXOODSODTNTECTI removeORCOBRRQDRQ1RXOODSODTNTECTI(int rep)
                                                                      throws HL7Exception
Removes a specific repetition of ORCOBRRQDRQ1RXOODSODTNTECTI (a Group object)

Throws:
HL7Exception
See Also:
AbstractGroup.removeRepetition(String, int)


Copyright © 2001-2011 University Health Network. All Rights Reserved.