Uses of Class
ca.uhn.hl7v2.model.v24.segment.RDT

Packages that use RDT
  • Uses of RDT in ca.uhn.hl7v2.model.v24.group

    Methods in ca.uhn.hl7v2.model.v24.group that return RDT
    Modifier and Type
    Method
    Description
    QBP_K13_ROW_DEFINITION.getRDT()
    Returns the first repetition of RDT (Table Row Data) - creates it if necessary
    QBP_K13_ROW_DEFINITION.getRDT(int rep)
    Returns a specific repetition of RDT (Table Row Data) - creates it if necessary
    RSP_K13_ROW_DEFINITION.getRDT()
    Returns the first repetition of RDT (Table Row Data) - creates it if necessary
    RSP_K13_ROW_DEFINITION.getRDT(int rep)
    Returns a specific repetition of RDT (Table Row Data) - creates it if necessary
    RTB_K13_ROW_DEFINITION.getRDT()
    Returns the first repetition of RDT (Table Row Data) - creates it if necessary
    RTB_K13_ROW_DEFINITION.getRDT(int rep)
    Returns a specific repetition of RDT (Table Row Data) - creates it if necessary
    RTB_Q13_ROW_DEFINITION.getRDT()
    Returns the first repetition of RDT (Table Row Data) - creates it if necessary
    RTB_Q13_ROW_DEFINITION.getRDT(int rep)
    Returns a specific repetition of RDT (Table Row Data) - creates it if necessary
    RTB_Z74_ROW_DEFINITION.getRDT()
    Returns the first repetition of RDT (Table Row Data) - creates it if necessary
    RTB_Z74_ROW_DEFINITION.getRDT(int rep)
    Returns a specific repetition of RDT (Table Row Data) - creates it if necessary
    QBP_K13_ROW_DEFINITION.insertRDT(int rep)
    Inserts a specific repetition of RDT (Table Row Data)
    RSP_K13_ROW_DEFINITION.insertRDT(int rep)
    Inserts a specific repetition of RDT (Table Row Data)
    RTB_K13_ROW_DEFINITION.insertRDT(int rep)
    Inserts a specific repetition of RDT (Table Row Data)
    RTB_Q13_ROW_DEFINITION.insertRDT(int rep)
    Inserts a specific repetition of RDT (Table Row Data)
    RTB_Z74_ROW_DEFINITION.insertRDT(int rep)
    Inserts a specific repetition of RDT (Table Row Data)
    QBP_K13_ROW_DEFINITION.removeRDT(int rep)
    Removes a specific repetition of RDT (Table Row Data)
    RSP_K13_ROW_DEFINITION.removeRDT(int rep)
    Removes a specific repetition of RDT (Table Row Data)
    RTB_K13_ROW_DEFINITION.removeRDT(int rep)
    Removes a specific repetition of RDT (Table Row Data)
    RTB_Q13_ROW_DEFINITION.removeRDT(int rep)
    Removes a specific repetition of RDT (Table Row Data)
    RTB_Z74_ROW_DEFINITION.removeRDT(int rep)
    Removes a specific repetition of RDT (Table Row Data)
    Methods in ca.uhn.hl7v2.model.v24.group that return types with arguments of type RDT
    Modifier and Type
    Method
    Description
    QBP_K13_ROW_DEFINITION.getRDTAll()
    Returns a non-modifiable List containing all current existing repetitions of RDT.
    RSP_K13_ROW_DEFINITION.getRDTAll()
    Returns a non-modifiable List containing all current existing repetitions of RDT.
    RTB_K13_ROW_DEFINITION.getRDTAll()
    Returns a non-modifiable List containing all current existing repetitions of RDT.
    RTB_Q13_ROW_DEFINITION.getRDTAll()
    Returns a non-modifiable List containing all current existing repetitions of RDT.
    RTB_Z74_ROW_DEFINITION.getRDTAll()
    Returns a non-modifiable List containing all current existing repetitions of RDT.
    Methods in ca.uhn.hl7v2.model.v24.group with parameters of type RDT
    Modifier and Type
    Method
    Description
    void
    QBP_K13_ROW_DEFINITION.insertRDT(RDT structure, int rep)
    Inserts a specific repetition of RDT (Table Row Data)
    void
    RSP_K13_ROW_DEFINITION.insertRDT(RDT structure, int rep)
    Inserts a specific repetition of RDT (Table Row Data)
    void
    RTB_K13_ROW_DEFINITION.insertRDT(RDT structure, int rep)
    Inserts a specific repetition of RDT (Table Row Data)
    void
    RTB_Q13_ROW_DEFINITION.insertRDT(RDT structure, int rep)
    Inserts a specific repetition of RDT (Table Row Data)
    void
    RTB_Z74_ROW_DEFINITION.insertRDT(RDT structure, int rep)
    Inserts a specific repetition of RDT (Table Row Data)
  • Uses of RDT in ca.uhn.hl7v2.model.v24.message

    Methods in ca.uhn.hl7v2.model.v24.message that return RDT
    Modifier and Type
    Method
    Description
    TBR_R08.getRDT()
    Returns the first repetition of RDT (Table Row Data) - creates it if necessary
    TBR_R08.getRDT(int rep)
    Returns a specific repetition of RDT (Table Row Data) - creates it if necessary
    TBR_R08.insertRDT(int rep)
    Inserts a specific repetition of RDT (Table Row Data)
    TBR_R08.removeRDT(int rep)
    Removes a specific repetition of RDT (Table Row Data)
    Methods in ca.uhn.hl7v2.model.v24.message that return types with arguments of type RDT
    Modifier and Type
    Method
    Description
    TBR_R08.getRDTAll()
    Returns a non-modifiable List containing all current existing repetitions of RDT.
    Methods in ca.uhn.hl7v2.model.v24.message with parameters of type RDT
    Modifier and Type
    Method
    Description
    void
    TBR_R08.insertRDT(RDT structure, int rep)
    Inserts a specific repetition of RDT (Table Row Data)