ca.uhn.hl7v2.model.v24.group
Class DFT_P03_FINANCIAL

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

public class DFT_P03_FINANCIAL
extends AbstractGroup

Represents a DFT_P03_FINANCIAL 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
DFT_P03_FINANCIAL(Group parent, ModelClassFactory factory)
          Creates a new DFT_P03_FINANCIAL group
 
Method Summary
 DG1 getDG1()
          Returns the first repetition of DG1 (Diagnosis) - creates it if necessary
 DG1 getDG1(int rep)
          Returns a specific repetition of DG1 (Diagnosis) - creates it if necessary
 int getDG1Reps()
          Returns the number of existing repetitions of DG1
 DRG getDRG()
          Returns DRG (Diagnosis Related Group) - creates it if necessary
 DFT_P03_FINANCIAL_COMMON_ORDER getFINANCIAL_COMMON_ORDER()
          Returns the first repetition of FINANCIAL_COMMON_ORDER (a Group object) - creates it if necessary
 DFT_P03_FINANCIAL_COMMON_ORDER getFINANCIAL_COMMON_ORDER(int rep)
          Returns a specific repetition of FINANCIAL_COMMON_ORDER (a Group object) - creates it if necessary
 int getFINANCIAL_COMMON_ORDERReps()
          Returns the number of existing repetitions of FINANCIAL_COMMON_ORDER
 DFT_P03_FINANCIAL_PROCEDURE getFINANCIAL_PROCEDURE()
          Returns the first repetition of FINANCIAL_PROCEDURE (a Group object) - creates it if necessary
 DFT_P03_FINANCIAL_PROCEDURE getFINANCIAL_PROCEDURE(int rep)
          Returns a specific repetition of FINANCIAL_PROCEDURE (a Group object) - creates it if necessary
 int getFINANCIAL_PROCEDUREReps()
          Returns the number of existing repetitions of FINANCIAL_PROCEDURE
 FT1 getFT1()
          Returns FT1 (Financial Transaction) - creates it if necessary
 GT1 getGT1()
          Returns the first repetition of GT1 (Guarantor) - creates it if necessary
 GT1 getGT1(int rep)
          Returns a specific repetition of GT1 (Guarantor) - creates it if necessary
 int getGT1Reps()
          Returns the number of existing repetitions of GT1
 DFT_P03_INSURANCE getINSURANCE()
          Returns the first repetition of INSURANCE (a Group object) - creates it if necessary
 DFT_P03_INSURANCE getINSURANCE(int rep)
          Returns a specific repetition of INSURANCE (a Group object) - creates it if necessary
 int getINSURANCEReps()
          Returns the number of existing repetitions of INSURANCE
 String getVersion()
          Returns "2.4"
 void insertDG1(DG1 structure, int rep)
          Inserts a specific repetition of DG1 (Diagnosis)
 DG1 insertDG1(int rep)
          Inserts a specific repetition of DG1 (Diagnosis)
 void insertFINANCIAL_COMMON_ORDER(DFT_P03_FINANCIAL_COMMON_ORDER structure, int rep)
          Inserts a specific repetition of FINANCIAL_COMMON_ORDER (a Group object)
 DFT_P03_FINANCIAL_COMMON_ORDER insertFINANCIAL_COMMON_ORDER(int rep)
          Inserts a specific repetition of FINANCIAL_COMMON_ORDER (a Group object)
 void insertFINANCIAL_PROCEDURE(DFT_P03_FINANCIAL_PROCEDURE structure, int rep)
          Inserts a specific repetition of FINANCIAL_PROCEDURE (a Group object)
 DFT_P03_FINANCIAL_PROCEDURE insertFINANCIAL_PROCEDURE(int rep)
          Inserts a specific repetition of FINANCIAL_PROCEDURE (a Group object)
 void insertGT1(GT1 structure, int rep)
          Inserts a specific repetition of GT1 (Guarantor)
 GT1 insertGT1(int rep)
          Inserts a specific repetition of GT1 (Guarantor)
 void insertINSURANCE(DFT_P03_INSURANCE structure, int rep)
          Inserts a specific repetition of INSURANCE (a Group object)
 DFT_P03_INSURANCE insertINSURANCE(int rep)
          Inserts a specific repetition of INSURANCE (a Group object)
 DG1 removeDG1(int rep)
          Removes a specific repetition of DG1 (Diagnosis)
 DFT_P03_FINANCIAL_COMMON_ORDER removeFINANCIAL_COMMON_ORDER(int rep)
          Removes a specific repetition of FINANCIAL_COMMON_ORDER (a Group object)
 DFT_P03_FINANCIAL_PROCEDURE removeFINANCIAL_PROCEDURE(int rep)
          Removes a specific repetition of FINANCIAL_PROCEDURE (a Group object)
 GT1 removeGT1(int rep)
          Removes a specific repetition of GT1 (Guarantor)
 DFT_P03_INSURANCE removeINSURANCE(int rep)
          Removes a specific repetition of INSURANCE (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

DFT_P03_FINANCIAL

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

Method Detail

getVersion

public String getVersion()
Returns "2.4"


getFT1

public FT1 getFT1()
Returns FT1 (Financial Transaction) - creates it if necessary


getFINANCIAL_PROCEDURE

public DFT_P03_FINANCIAL_PROCEDURE getFINANCIAL_PROCEDURE()
Returns the first repetition of FINANCIAL_PROCEDURE (a Group object) - creates it if necessary


getFINANCIAL_PROCEDURE

public DFT_P03_FINANCIAL_PROCEDURE getFINANCIAL_PROCEDURE(int rep)
Returns a specific repetition of FINANCIAL_PROCEDURE (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.

getFINANCIAL_PROCEDUREReps

public int getFINANCIAL_PROCEDUREReps()
Returns the number of existing repetitions of FINANCIAL_PROCEDURE


insertFINANCIAL_PROCEDURE

public void insertFINANCIAL_PROCEDURE(DFT_P03_FINANCIAL_PROCEDURE structure,
                                      int rep)
                               throws HL7Exception
Inserts a specific repetition of FINANCIAL_PROCEDURE (a Group object)

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

insertFINANCIAL_PROCEDURE

public DFT_P03_FINANCIAL_PROCEDURE insertFINANCIAL_PROCEDURE(int rep)
                                                      throws HL7Exception
Inserts a specific repetition of FINANCIAL_PROCEDURE (a Group object)

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

removeFINANCIAL_PROCEDURE

public DFT_P03_FINANCIAL_PROCEDURE removeFINANCIAL_PROCEDURE(int rep)
                                                      throws HL7Exception
Removes a specific repetition of FINANCIAL_PROCEDURE (a Group object)

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

getFINANCIAL_COMMON_ORDER

public DFT_P03_FINANCIAL_COMMON_ORDER getFINANCIAL_COMMON_ORDER()
Returns the first repetition of FINANCIAL_COMMON_ORDER (a Group object) - creates it if necessary


getFINANCIAL_COMMON_ORDER

public DFT_P03_FINANCIAL_COMMON_ORDER getFINANCIAL_COMMON_ORDER(int rep)
Returns a specific repetition of FINANCIAL_COMMON_ORDER (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.

getFINANCIAL_COMMON_ORDERReps

public int getFINANCIAL_COMMON_ORDERReps()
Returns the number of existing repetitions of FINANCIAL_COMMON_ORDER


insertFINANCIAL_COMMON_ORDER

public void insertFINANCIAL_COMMON_ORDER(DFT_P03_FINANCIAL_COMMON_ORDER structure,
                                         int rep)
                                  throws HL7Exception
Inserts a specific repetition of FINANCIAL_COMMON_ORDER (a Group object)

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

insertFINANCIAL_COMMON_ORDER

public DFT_P03_FINANCIAL_COMMON_ORDER insertFINANCIAL_COMMON_ORDER(int rep)
                                                            throws HL7Exception
Inserts a specific repetition of FINANCIAL_COMMON_ORDER (a Group object)

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

removeFINANCIAL_COMMON_ORDER

public DFT_P03_FINANCIAL_COMMON_ORDER removeFINANCIAL_COMMON_ORDER(int rep)
                                                            throws HL7Exception
Removes a specific repetition of FINANCIAL_COMMON_ORDER (a Group object)

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

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


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:
AbstractGroup.removeRepetition(String, int)

getDRG

public DRG getDRG()
Returns DRG (Diagnosis Related Group) - creates it if necessary


getGT1

public GT1 getGT1()
Returns the first repetition of GT1 (Guarantor) - creates it if necessary


getGT1

public GT1 getGT1(int rep)
Returns a specific repetition of GT1 (Guarantor) - 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.

getGT1Reps

public int getGT1Reps()
Returns the number of existing repetitions of GT1


insertGT1

public void insertGT1(GT1 structure,
                      int rep)
               throws HL7Exception
Inserts a specific repetition of GT1 (Guarantor)

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

insertGT1

public GT1 insertGT1(int rep)
              throws HL7Exception
Inserts a specific repetition of GT1 (Guarantor)

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

removeGT1

public GT1 removeGT1(int rep)
              throws HL7Exception
Removes a specific repetition of GT1 (Guarantor)

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

getINSURANCE

public DFT_P03_INSURANCE getINSURANCE()
Returns the first repetition of INSURANCE (a Group object) - creates it if necessary


getINSURANCE

public DFT_P03_INSURANCE getINSURANCE(int rep)
Returns a specific repetition of INSURANCE (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.

getINSURANCEReps

public int getINSURANCEReps()
Returns the number of existing repetitions of INSURANCE


insertINSURANCE

public void insertINSURANCE(DFT_P03_INSURANCE structure,
                            int rep)
                     throws HL7Exception
Inserts a specific repetition of INSURANCE (a Group object)

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

insertINSURANCE

public DFT_P03_INSURANCE insertINSURANCE(int rep)
                                  throws HL7Exception
Inserts a specific repetition of INSURANCE (a Group object)

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

removeINSURANCE

public DFT_P03_INSURANCE removeINSURANCE(int rep)
                                  throws HL7Exception
Removes a specific repetition of INSURANCE (a Group object)

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


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