Uses of Class
ca.uhn.hl7v2.model.v22.segment.DSP

Packages that use DSP
Package
Description
 
  • Uses of DSP in ca.uhn.hl7v2.model.v22.message

    Methods in ca.uhn.hl7v2.model.v22.message that return DSP
    Modifier and Type
    Method
    Description
    DSR_P04.getDSP()
    Returns the first repetition of DSP (DISPLAY DATA) - creates it if necessary
    DSR_P04.getDSP(int rep)
    Returns a specific repetition of DSP (DISPLAY DATA) - creates it if necessary
    DSR_Q01.getDSP()
    Returns the first repetition of DSP (DISPLAY DATA) - creates it if necessary
    DSR_Q01.getDSP(int rep)
    Returns a specific repetition of DSP (DISPLAY DATA) - creates it if necessary
    DSR_Q03.getDSP()
    Returns the first repetition of DSP (DISPLAY DATA) - creates it if necessary
    DSR_Q03.getDSP(int rep)
    Returns a specific repetition of DSP (DISPLAY DATA) - creates it if necessary
    DSR_R03.getDSP()
    Returns the first repetition of DSP (DISPLAY DATA) - creates it if necessary
    DSR_R03.getDSP(int rep)
    Returns a specific repetition of DSP (DISPLAY DATA) - creates it if necessary
    UDM_Q05.getDSP()
    Returns the first repetition of DSP (DISPLAY DATA) - creates it if necessary
    UDM_Q05.getDSP(int rep)
    Returns a specific repetition of DSP (DISPLAY DATA) - creates it if necessary
    DSR_P04.insertDSP(int rep)
    Inserts a specific repetition of DSP (DISPLAY DATA)
    DSR_Q01.insertDSP(int rep)
    Inserts a specific repetition of DSP (DISPLAY DATA)
    DSR_Q03.insertDSP(int rep)
    Inserts a specific repetition of DSP (DISPLAY DATA)
    DSR_R03.insertDSP(int rep)
    Inserts a specific repetition of DSP (DISPLAY DATA)
    UDM_Q05.insertDSP(int rep)
    Inserts a specific repetition of DSP (DISPLAY DATA)
    DSR_P04.removeDSP(int rep)
    Removes a specific repetition of DSP (DISPLAY DATA)
    DSR_Q01.removeDSP(int rep)
    Removes a specific repetition of DSP (DISPLAY DATA)
    DSR_Q03.removeDSP(int rep)
    Removes a specific repetition of DSP (DISPLAY DATA)
    DSR_R03.removeDSP(int rep)
    Removes a specific repetition of DSP (DISPLAY DATA)
    UDM_Q05.removeDSP(int rep)
    Removes a specific repetition of DSP (DISPLAY DATA)
    Methods in ca.uhn.hl7v2.model.v22.message that return types with arguments of type DSP
    Modifier and Type
    Method
    Description
    DSR_P04.getDSPAll()
    Returns a non-modifiable List containing all current existing repetitions of DSP.
    DSR_Q01.getDSPAll()
    Returns a non-modifiable List containing all current existing repetitions of DSP.
    DSR_Q03.getDSPAll()
    Returns a non-modifiable List containing all current existing repetitions of DSP.
    DSR_R03.getDSPAll()
    Returns a non-modifiable List containing all current existing repetitions of DSP.
    UDM_Q05.getDSPAll()
    Returns a non-modifiable List containing all current existing repetitions of DSP.
    Methods in ca.uhn.hl7v2.model.v22.message with parameters of type DSP
    Modifier and Type
    Method
    Description
    void
    DSR_P04.insertDSP(DSP structure, int rep)
    Inserts a specific repetition of DSP (DISPLAY DATA)
    void
    DSR_Q01.insertDSP(DSP structure, int rep)
    Inserts a specific repetition of DSP (DISPLAY DATA)
    void
    DSR_Q03.insertDSP(DSP structure, int rep)
    Inserts a specific repetition of DSP (DISPLAY DATA)
    void
    DSR_R03.insertDSP(DSP structure, int rep)
    Inserts a specific repetition of DSP (DISPLAY DATA)
    void
    UDM_Q05.insertDSP(DSP structure, int rep)
    Inserts a specific repetition of DSP (DISPLAY DATA)