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

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

    Methods in ca.uhn.hl7v2.model.v24.group that return SAC
    Modifier and Type
    Method
    Description
    EAR_U08_COMMAND_RESPONSE.getSAC()
    Returns SAC (Specimen and container detail) - creates it if necessary
    OML_O21_CONTAINER_1.getSAC()
    Returns SAC (Specimen and container detail) - creates it if necessary
    OML_O21_CONTAINER_2.getSAC()
    Returns SAC (Specimen and container detail) - creates it if necessary
    ORL_O22_CONTAINER.getSAC()
    Returns SAC (Specimen and container detail) - creates it if necessary
    ORL_O22_OBSERVATION_REQUEST.getSAC()
    Returns the first repetition of SAC (Specimen and container detail) - creates it if necessary
    ORL_O22_OBSERVATION_REQUEST.getSAC(int rep)
    Returns a specific repetition of SAC (Specimen and container detail) - creates it if necessary
    OUL_R21_CONTAINER.getSAC()
    Returns SAC (Specimen and container detail) - creates it if necessary
    SSU_U03_SPECIMEN_CONTAINER.getSAC()
    Returns SAC (Specimen and container detail) - creates it if necessary
    ORL_O22_OBSERVATION_REQUEST.insertSAC(int rep)
    Inserts a specific repetition of SAC (Specimen and container detail)
    ORL_O22_OBSERVATION_REQUEST.removeSAC(int rep)
    Removes a specific repetition of SAC (Specimen and container detail)
    Methods in ca.uhn.hl7v2.model.v24.group that return types with arguments of type SAC
    Modifier and Type
    Method
    Description
    ORL_O22_OBSERVATION_REQUEST.getSACAll()
    Returns a non-modifiable List containing all current existing repetitions of SAC.
    Methods in ca.uhn.hl7v2.model.v24.group with parameters of type SAC
    Modifier and Type
    Method
    Description
    void
    ORL_O22_OBSERVATION_REQUEST.insertSAC(SAC structure, int rep)
    Inserts a specific repetition of SAC (Specimen and container detail)
  • Uses of SAC in ca.uhn.hl7v2.model.v24.message

    Methods in ca.uhn.hl7v2.model.v24.message that return SAC
    Modifier and Type
    Method
    Description
    EAC_U07.getSAC()
    Returns SAC (Specimen and container detail) - creates it if necessary
    SSR_U04.getSAC()
    Returns the first repetition of SAC (Specimen and container detail) - creates it if necessary
    SSR_U04.getSAC(int rep)
    Returns a specific repetition of SAC (Specimen and container detail) - creates it if necessary
    SSR_U04.insertSAC(int rep)
    Inserts a specific repetition of SAC (Specimen and container detail)
    SSR_U04.removeSAC(int rep)
    Removes a specific repetition of SAC (Specimen and container detail)
    Methods in ca.uhn.hl7v2.model.v24.message that return types with arguments of type SAC
    Modifier and Type
    Method
    Description
    SSR_U04.getSACAll()
    Returns a non-modifiable List containing all current existing repetitions of SAC.
    Methods in ca.uhn.hl7v2.model.v24.message with parameters of type SAC
    Modifier and Type
    Method
    Description
    void
    SSR_U04.insertSAC(SAC structure, int rep)
    Inserts a specific repetition of SAC (Specimen and container detail)