Uses of Class
ca.uhn.hl7v2.model.v251.segment.DRG

Packages that use DRG
  • Uses of DRG in ca.uhn.hl7v2.model.v251.group

    Methods in ca.uhn.hl7v2.model.v251.group that return DRG
    Modifier and Type
    Method
    Description
    ADR_A19_QUERY_RESPONSE.getDRG()
    Returns DRG (Diagnosis Related Group) - creates it if necessary
    BAR_P01_VISIT.getDRG()
    Returns DRG (Diagnosis Related Group) - creates it if necessary
    BAR_P05_VISIT.getDRG()
    Returns DRG (Diagnosis Related Group) - creates it if necessary
    DFT_P11_FINANCIAL.getDRG()
    Returns DRG (Diagnosis Related Group) - creates it if necessary
  • Uses of DRG in ca.uhn.hl7v2.model.v251.message

    Methods in ca.uhn.hl7v2.model.v251.message that return DRG
    Modifier and Type
    Method
    Description
    ADT_A01.getDRG()
    Returns DRG (Diagnosis Related Group) - creates it if necessary
    ADT_A03.getDRG()
    Returns DRG (Diagnosis Related Group) - creates it if necessary
    ADT_A05.getDRG()
    Returns DRG (Diagnosis Related Group) - creates it if necessary
    ADT_A06.getDRG()
    Returns DRG (Diagnosis Related Group) - creates it if necessary
    ADT_A16.getDRG()
    Returns DRG (Diagnosis Related Group) - creates it if necessary
    ADT_A38.getDRG()
    Returns DRG (Diagnosis Related Group) - creates it if necessary
    ADT_AXX.getDRG()
    Returns DRG () - creates it if necessary
    BAR_P12.getDRG()
    Returns DRG (Diagnosis Related Group) - creates it if necessary
    DFT_P03.getDRG()
    Returns DRG (Diagnosis Related Group) - creates it if necessary
    DFT_P11.getDRG()
    Returns DRG (Diagnosis Related Group) - creates it if necessary
    RCI_I05.getDRG()
    Returns the first repetition of DRG (Diagnosis Related Group) - creates it if necessary
    RCI_I05.getDRG(int rep)
    Returns a specific repetition of DRG (Diagnosis Related Group) - creates it if necessary
    RCL_I06.getDRG()
    Returns the first repetition of DRG (Diagnosis Related Group) - creates it if necessary
    RCL_I06.getDRG(int rep)
    Returns a specific repetition of DRG (Diagnosis Related Group) - creates it if necessary
    REF_I12.getDRG()
    Returns the first repetition of DRG (Diagnosis Related Group) - creates it if necessary
    REF_I12.getDRG(int rep)
    Returns a specific repetition of DRG (Diagnosis Related Group) - creates it if necessary
    RPA_I08.getDRG()
    Returns the first repetition of DRG (Diagnosis Related Group) - creates it if necessary
    RPA_I08.getDRG(int rep)
    Returns a specific repetition of DRG (Diagnosis Related Group) - creates it if necessary
    RQA_I08.getDRG()
    Returns the first repetition of DRG (Diagnosis Related Group) - creates it if necessary
    RQA_I08.getDRG(int rep)
    Returns a specific repetition of DRG (Diagnosis Related Group) - creates it if necessary
    RRI_I12.getDRG()
    Returns the first repetition of DRG (Diagnosis Related Group) - creates it if necessary
    RRI_I12.getDRG(int rep)
    Returns a specific repetition of DRG (Diagnosis Related Group) - creates it if necessary
    RCI_I05.insertDRG(int rep)
    Inserts a specific repetition of DRG (Diagnosis Related Group)
    RCL_I06.insertDRG(int rep)
    Inserts a specific repetition of DRG (Diagnosis Related Group)
    REF_I12.insertDRG(int rep)
    Inserts a specific repetition of DRG (Diagnosis Related Group)
    RPA_I08.insertDRG(int rep)
    Inserts a specific repetition of DRG (Diagnosis Related Group)
    RQA_I08.insertDRG(int rep)
    Inserts a specific repetition of DRG (Diagnosis Related Group)
    RRI_I12.insertDRG(int rep)
    Inserts a specific repetition of DRG (Diagnosis Related Group)
    RCI_I05.removeDRG(int rep)
    Removes a specific repetition of DRG (Diagnosis Related Group)
    RCL_I06.removeDRG(int rep)
    Removes a specific repetition of DRG (Diagnosis Related Group)
    REF_I12.removeDRG(int rep)
    Removes a specific repetition of DRG (Diagnosis Related Group)
    RPA_I08.removeDRG(int rep)
    Removes a specific repetition of DRG (Diagnosis Related Group)
    RQA_I08.removeDRG(int rep)
    Removes a specific repetition of DRG (Diagnosis Related Group)
    RRI_I12.removeDRG(int rep)
    Removes a specific repetition of DRG (Diagnosis Related Group)
    Methods in ca.uhn.hl7v2.model.v251.message that return types with arguments of type DRG
    Modifier and Type
    Method
    Description
    RCI_I05.getDRGAll()
    Returns a non-modifiable List containing all current existing repetitions of DRG.
    RCL_I06.getDRGAll()
    Returns a non-modifiable List containing all current existing repetitions of DRG.
    REF_I12.getDRGAll()
    Returns a non-modifiable List containing all current existing repetitions of DRG.
    RPA_I08.getDRGAll()
    Returns a non-modifiable List containing all current existing repetitions of DRG.
    RQA_I08.getDRGAll()
    Returns a non-modifiable List containing all current existing repetitions of DRG.
    RRI_I12.getDRGAll()
    Returns a non-modifiable List containing all current existing repetitions of DRG.
    Methods in ca.uhn.hl7v2.model.v251.message with parameters of type DRG
    Modifier and Type
    Method
    Description
    void
    RCI_I05.insertDRG(DRG structure, int rep)
    Inserts a specific repetition of DRG (Diagnosis Related Group)
    void
    RCL_I06.insertDRG(DRG structure, int rep)
    Inserts a specific repetition of DRG (Diagnosis Related Group)
    void
    REF_I12.insertDRG(DRG structure, int rep)
    Inserts a specific repetition of DRG (Diagnosis Related Group)
    void
    RPA_I08.insertDRG(DRG structure, int rep)
    Inserts a specific repetition of DRG (Diagnosis Related Group)
    void
    RQA_I08.insertDRG(DRG structure, int rep)
    Inserts a specific repetition of DRG (Diagnosis Related Group)
    void
    RRI_I12.insertDRG(DRG structure, int rep)
    Inserts a specific repetition of DRG (Diagnosis Related Group)