|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractGroup
ca.uhn.hl7v2.model.v24.group.DFT_P11_FINANCIAL
public class DFT_P11_FINANCIAL
Represents a DFT_P11_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:
| Constructor Summary | |
|---|---|
DFT_P11_FINANCIAL(Group parent,
ModelClassFactory factory)
Creates a new DFT_P11_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_P11_FINANCIAL_COMMON_ORDER |
getFINANCIAL_COMMON_ORDER()
Returns the first repetition of FINANCIAL_COMMON_ORDER (a Group object) - creates it if necessary |
DFT_P11_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_P11_FINANCIAL_INSURANCE |
getFINANCIAL_INSURANCE()
Returns the first repetition of FINANCIAL_INSURANCE (a Group object) - creates it if necessary |
DFT_P11_FINANCIAL_INSURANCE |
getFINANCIAL_INSURANCE(int rep)
Returns a specific repetition of FINANCIAL_INSURANCE (a Group object) - creates it if necessary |
int |
getFINANCIAL_INSURANCEReps()
Returns the number of existing repetitions of FINANCIAL_INSURANCE |
DFT_P11_FINANCIAL_PROCEDURE |
getFINANCIAL_PROCEDURE()
Returns the first repetition of FINANCIAL_PROCEDURE (a Group object) - creates it if necessary |
DFT_P11_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 |
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_P11_FINANCIAL_COMMON_ORDER structure,
int rep)
Inserts a specific repetition of FINANCIAL_COMMON_ORDER (a Group object) |
DFT_P11_FINANCIAL_COMMON_ORDER |
insertFINANCIAL_COMMON_ORDER(int rep)
Inserts a specific repetition of FINANCIAL_COMMON_ORDER (a Group object) |
void |
insertFINANCIAL_INSURANCE(DFT_P11_FINANCIAL_INSURANCE structure,
int rep)
Inserts a specific repetition of FINANCIAL_INSURANCE (a Group object) |
DFT_P11_FINANCIAL_INSURANCE |
insertFINANCIAL_INSURANCE(int rep)
Inserts a specific repetition of FINANCIAL_INSURANCE (a Group object) |
void |
insertFINANCIAL_PROCEDURE(DFT_P11_FINANCIAL_PROCEDURE structure,
int rep)
Inserts a specific repetition of FINANCIAL_PROCEDURE (a Group object) |
DFT_P11_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) |
DG1 |
removeDG1(int rep)
Removes a specific repetition of DG1 (Diagnosis) |
DFT_P11_FINANCIAL_COMMON_ORDER |
removeFINANCIAL_COMMON_ORDER(int rep)
Removes a specific repetition of FINANCIAL_COMMON_ORDER (a Group object) |
DFT_P11_FINANCIAL_INSURANCE |
removeFINANCIAL_INSURANCE(int rep)
Removes a specific repetition of FINANCIAL_INSURANCE (a Group object) |
DFT_P11_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) |
| 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 |
|---|
public DFT_P11_FINANCIAL(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public String getVersion()
public FT1 getFT1()
public DFT_P11_FINANCIAL_PROCEDURE getFINANCIAL_PROCEDURE()
public DFT_P11_FINANCIAL_PROCEDURE getFINANCIAL_PROCEDURE(int rep)
rep - The repetition index (0-indexed, i.e. the first repetition is at index 0)
HL7Exception - if the repetition requested is more than one
greater than the number of existing repetitions.public int getFINANCIAL_PROCEDUREReps()
public void insertFINANCIAL_PROCEDURE(DFT_P11_FINANCIAL_PROCEDURE structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public DFT_P11_FINANCIAL_PROCEDURE insertFINANCIAL_PROCEDURE(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public DFT_P11_FINANCIAL_PROCEDURE removeFINANCIAL_PROCEDURE(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public DFT_P11_FINANCIAL_COMMON_ORDER getFINANCIAL_COMMON_ORDER()
public DFT_P11_FINANCIAL_COMMON_ORDER getFINANCIAL_COMMON_ORDER(int rep)
rep - The repetition index (0-indexed, i.e. the first repetition is at index 0)
HL7Exception - if the repetition requested is more than one
greater than the number of existing repetitions.public int getFINANCIAL_COMMON_ORDERReps()
public void insertFINANCIAL_COMMON_ORDER(DFT_P11_FINANCIAL_COMMON_ORDER structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public DFT_P11_FINANCIAL_COMMON_ORDER insertFINANCIAL_COMMON_ORDER(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public DFT_P11_FINANCIAL_COMMON_ORDER removeFINANCIAL_COMMON_ORDER(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public DG1 getDG1()
public DG1 getDG1(int rep)
rep - The repetition index (0-indexed, i.e. the first repetition is at index 0)
HL7Exception - if the repetition requested is more than one
greater than the number of existing repetitions.public int getDG1Reps()
public void insertDG1(DG1 structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public DG1 insertDG1(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public DG1 removeDG1(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public DRG getDRG()
public GT1 getGT1()
public GT1 getGT1(int rep)
rep - The repetition index (0-indexed, i.e. the first repetition is at index 0)
HL7Exception - if the repetition requested is more than one
greater than the number of existing repetitions.public int getGT1Reps()
public void insertGT1(GT1 structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public GT1 insertGT1(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public GT1 removeGT1(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)public DFT_P11_FINANCIAL_INSURANCE getFINANCIAL_INSURANCE()
public DFT_P11_FINANCIAL_INSURANCE getFINANCIAL_INSURANCE(int rep)
rep - The repetition index (0-indexed, i.e. the first repetition is at index 0)
HL7Exception - if the repetition requested is more than one
greater than the number of existing repetitions.public int getFINANCIAL_INSURANCEReps()
public void insertFINANCIAL_INSURANCE(DFT_P11_FINANCIAL_INSURANCE structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public DFT_P11_FINANCIAL_INSURANCE insertFINANCIAL_INSURANCE(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)
public DFT_P11_FINANCIAL_INSURANCE removeFINANCIAL_INSURANCE(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||