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

Packages that use SID
Package
Description
 
  • Uses of SID in ca.uhn.hl7v2.model.v251.group

    Methods in ca.uhn.hl7v2.model.v251.group that return SID
    Modifier and Type
    Method
    Description
    OUL_R21_CONTAINER.getSID()
    Returns SID (Substance Identifier) - creates it if necessary
    OUL_R21_OBSERVATION.getSID()
    Returns the first repetition of SID (Substance Identifier) - creates it if necessary
    OUL_R21_OBSERVATION.getSID(int rep)
    Returns a specific repetition of SID (Substance Identifier) - creates it if necessary
    OUL_R22_RESULT.getSID()
    Returns the first repetition of SID (Substance Identifier) - creates it if necessary
    OUL_R22_RESULT.getSID(int rep)
    Returns a specific repetition of SID (Substance Identifier) - creates it if necessary
    OUL_R23_RESULT.getSID()
    Returns the first repetition of SID (Substance Identifier) - creates it if necessary
    OUL_R23_RESULT.getSID(int rep)
    Returns a specific repetition of SID (Substance Identifier) - creates it if necessary
    OUL_R24_RESULT.getSID()
    Returns the first repetition of SID (Substance Identifier) - creates it if necessary
    OUL_R24_RESULT.getSID(int rep)
    Returns a specific repetition of SID (Substance Identifier) - creates it if necessary
    OUL_R21_OBSERVATION.insertSID(int rep)
    Inserts a specific repetition of SID (Substance Identifier)
    OUL_R22_RESULT.insertSID(int rep)
    Inserts a specific repetition of SID (Substance Identifier)
    OUL_R23_RESULT.insertSID(int rep)
    Inserts a specific repetition of SID (Substance Identifier)
    OUL_R24_RESULT.insertSID(int rep)
    Inserts a specific repetition of SID (Substance Identifier)
    OUL_R21_OBSERVATION.removeSID(int rep)
    Removes a specific repetition of SID (Substance Identifier)
    OUL_R22_RESULT.removeSID(int rep)
    Removes a specific repetition of SID (Substance Identifier)
    OUL_R23_RESULT.removeSID(int rep)
    Removes a specific repetition of SID (Substance Identifier)
    OUL_R24_RESULT.removeSID(int rep)
    Removes a specific repetition of SID (Substance Identifier)
    Methods in ca.uhn.hl7v2.model.v251.group that return types with arguments of type SID
    Modifier and Type
    Method
    Description
    OUL_R21_OBSERVATION.getSIDAll()
    Returns a non-modifiable List containing all current existing repetitions of SID.
    OUL_R22_RESULT.getSIDAll()
    Returns a non-modifiable List containing all current existing repetitions of SID.
    OUL_R23_RESULT.getSIDAll()
    Returns a non-modifiable List containing all current existing repetitions of SID.
    OUL_R24_RESULT.getSIDAll()
    Returns a non-modifiable List containing all current existing repetitions of SID.
    Methods in ca.uhn.hl7v2.model.v251.group with parameters of type SID
    Modifier and Type
    Method
    Description
    void
    OUL_R21_OBSERVATION.insertSID(SID structure, int rep)
    Inserts a specific repetition of SID (Substance Identifier)
    void
    OUL_R22_RESULT.insertSID(SID structure, int rep)
    Inserts a specific repetition of SID (Substance Identifier)
    void
    OUL_R23_RESULT.insertSID(SID structure, int rep)
    Inserts a specific repetition of SID (Substance Identifier)
    void
    OUL_R24_RESULT.insertSID(SID structure, int rep)
    Inserts a specific repetition of SID (Substance Identifier)