Class RCI_I05

All Implemented Interfaces:
Group, Message, Structure, Visitable, Serializable

public class RCI_I05 extends AbstractMessage

Represents a RCI_I05 message structure (see chapter 11). This structure contains the following elements:

  • 1: MSH (Message Header)
  • 2: MSA (Message Acknowledgment)
  • 3: QRD (Original-Style Query Definition)
  • 4: QRF (Original Style Query Filter) optional
  • 5: RCI_I05_PROVIDER (a Group object) repeating
  • 6: PID (Patient identification)
  • 7: DG1 (Diagnosis) optional repeating
  • 8: DRG (Diagnosis Related Group) optional repeating
  • 9: AL1 (Patient allergy information) optional repeating
  • 10: RCI_I05_OBSERVATION (a Group object) optional repeating
  • 11: NTE (Notes and Comments) optional repeating
See Also:
  • Constructor Details

    • RCI_I05

      public RCI_I05()
      Creates a new RCI_I05 message with DefaultModelClassFactory.
    • RCI_I05

      public RCI_I05(ModelClassFactory factory)
      Creates a new RCI_I05 message with custom ModelClassFactory.
  • Method Details

    • getVersion

      public String getVersion()
      Returns "2.4"
      Specified by:
      getVersion in interface Message
      Overrides:
      getVersion in class AbstractMessage
    • getMSH

      public MSH getMSH()

      Returns MSH (Message Header) - creates it if necessary

    • getMSA

      public MSA getMSA()

      Returns MSA (Message Acknowledgment) - creates it if necessary

    • getQRD

      public QRD getQRD()

      Returns QRD (Original-Style Query Definition) - creates it if necessary

    • getQRF

      public QRF getQRF()

      Returns QRF (Original Style Query Filter) - creates it if necessary

    • getPROVIDER

      Returns the first repetition of PROVIDER (a Group object) - creates it if necessary

    • getPROVIDER

      public RCI_I05_PROVIDER getPROVIDER(int rep)

      Returns a specific repetition of PROVIDER (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.
    • getPROVIDERReps

      public int getPROVIDERReps()

      Returns the number of existing repetitions of PROVIDER

    • getPROVIDERAll

      Returns a non-modifiable List containing all current existing repetitions of PROVIDER.

      Note that unlike getPROVIDER(), this method will not create any reps if none are already present, so an empty list may be returned.

      Throws:
      HL7Exception
    • insertPROVIDER

      public void insertPROVIDER(RCI_I05_PROVIDER structure, int rep) throws HL7Exception

      Inserts a specific repetition of PROVIDER (a Group object)

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

      public RCI_I05_PROVIDER insertPROVIDER(int rep) throws HL7Exception

      Inserts a specific repetition of PROVIDER (a Group object)

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

      public RCI_I05_PROVIDER removePROVIDER(int rep) throws HL7Exception

      Removes a specific repetition of PROVIDER (a Group object)

      Throws:
      HL7Exception
      See Also:
    • getPID

      public PID getPID()

      Returns PID (Patient identification) - creates it if necessary

    • getDG1

      public DG1 getDG1()

      Returns the first repetition of DG1 (Diagnosis) - creates it if necessary

    • getDG1

      public DG1 getDG1(int rep)

      Returns a specific repetition of DG1 (Diagnosis) - 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.
    • getDG1Reps

      public int getDG1Reps()

      Returns the number of existing repetitions of DG1

    • getDG1All

      public List<DG1> getDG1All() throws HL7Exception

      Returns a non-modifiable List containing all current existing repetitions of DG1.

      Note that unlike getDG1(), this method will not create any reps if none are already present, so an empty list may be returned.

      Throws:
      HL7Exception
    • insertDG1

      public void insertDG1(DG1 structure, int rep) throws HL7Exception

      Inserts a specific repetition of DG1 (Diagnosis)

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

      public DG1 insertDG1(int rep) throws HL7Exception

      Inserts a specific repetition of DG1 (Diagnosis)

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

      public DG1 removeDG1(int rep) throws HL7Exception

      Removes a specific repetition of DG1 (Diagnosis)

      Throws:
      HL7Exception
      See Also:
    • getDRG

      public DRG getDRG()

      Returns the first repetition of DRG (Diagnosis Related Group) - creates it if necessary

    • getDRG

      public DRG getDRG(int rep)

      Returns a specific repetition of DRG (Diagnosis Related Group) - 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.
    • getDRGReps

      public int getDRGReps()

      Returns the number of existing repetitions of DRG

    • getDRGAll

      public List<DRG> getDRGAll() throws HL7Exception

      Returns a non-modifiable List containing all current existing repetitions of DRG.

      Note that unlike getDRG(), this method will not create any reps if none are already present, so an empty list may be returned.

      Throws:
      HL7Exception
    • insertDRG

      public void insertDRG(DRG structure, int rep) throws HL7Exception

      Inserts a specific repetition of DRG (Diagnosis Related Group)

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

      public DRG insertDRG(int rep) throws HL7Exception

      Inserts a specific repetition of DRG (Diagnosis Related Group)

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

      public DRG removeDRG(int rep) throws HL7Exception

      Removes a specific repetition of DRG (Diagnosis Related Group)

      Throws:
      HL7Exception
      See Also:
    • getAL1

      public AL1 getAL1()

      Returns the first repetition of AL1 (Patient allergy information) - creates it if necessary

    • getAL1

      public AL1 getAL1(int rep)

      Returns a specific repetition of AL1 (Patient allergy information) - 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.
    • getAL1Reps

      public int getAL1Reps()

      Returns the number of existing repetitions of AL1

    • getAL1All

      public List<AL1> getAL1All() throws HL7Exception

      Returns a non-modifiable List containing all current existing repetitions of AL1.

      Note that unlike getAL1(), this method will not create any reps if none are already present, so an empty list may be returned.

      Throws:
      HL7Exception
    • insertAL1

      public void insertAL1(AL1 structure, int rep) throws HL7Exception

      Inserts a specific repetition of AL1 (Patient allergy information)

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

      public AL1 insertAL1(int rep) throws HL7Exception

      Inserts a specific repetition of AL1 (Patient allergy information)

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

      public AL1 removeAL1(int rep) throws HL7Exception

      Removes a specific repetition of AL1 (Patient allergy information)

      Throws:
      HL7Exception
      See Also:
    • getOBSERVATION

      Returns the first repetition of OBSERVATION (a Group object) - creates it if necessary

    • getOBSERVATION

      Returns a specific repetition of OBSERVATION (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.
    • getOBSERVATIONReps

      public int getOBSERVATIONReps()

      Returns the number of existing repetitions of OBSERVATION

    • getOBSERVATIONAll

      Returns a non-modifiable List containing all current existing repetitions of OBSERVATION.

      Note that unlike getOBSERVATION(), this method will not create any reps if none are already present, so an empty list may be returned.

      Throws:
      HL7Exception
    • insertOBSERVATION

      public void insertOBSERVATION(RCI_I05_OBSERVATION structure, int rep) throws HL7Exception

      Inserts a specific repetition of OBSERVATION (a Group object)

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

      Inserts a specific repetition of OBSERVATION (a Group object)

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

      Removes a specific repetition of OBSERVATION (a Group object)

      Throws:
      HL7Exception
      See Also:
    • getNTE

      public NTE getNTE()

      Returns the first repetition of NTE (Notes and Comments) - creates it if necessary

    • getNTE

      public NTE getNTE(int rep)

      Returns a specific repetition of NTE (Notes and Comments) - 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.
    • getNTEReps

      public int getNTEReps()

      Returns the number of existing repetitions of NTE

    • getNTEAll

      public List<NTE> getNTEAll() throws HL7Exception

      Returns a non-modifiable List containing all current existing repetitions of NTE.

      Note that unlike getNTE(), this method will not create any reps if none are already present, so an empty list may be returned.

      Throws:
      HL7Exception
    • insertNTE

      public void insertNTE(NTE structure, int rep) throws HL7Exception

      Inserts a specific repetition of NTE (Notes and Comments)

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

      public NTE insertNTE(int rep) throws HL7Exception

      Inserts a specific repetition of NTE (Notes and Comments)

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

      public NTE removeNTE(int rep) throws HL7Exception

      Removes a specific repetition of NTE (Notes and Comments)

      Throws:
      HL7Exception
      See Also: