Uses of Enum Class
net.ihe.gazelle.hl7v3.voc.SetOperator

Packages that use SetOperator
  • Uses of SetOperator in net.ihe.gazelle.hl7v3.datatypes

    Modifier and Type
    Field
    Description
    SXCMCD.operator
    A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .
    SXCMINT.operator
    A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .
    SXCMMO.operator
    A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .
    SXCMPPDPQ.operator
    A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .
    SXCMPPDTS.operator
    A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .
    SXCMPQ.operator
    A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .
    SXCMREAL.operator
    A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .
    SXCMTS.operator
    A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point. .
    Modifier and Type
    Method
    Description
    SXCMCD.getOperator()
    Return operator.
    SXCMINT.getOperator()
    Return operator.
    SXCMMO.getOperator()
    Return operator.
    SXCMPPDPQ.getOperator()
    Return operator.
    SXCMPPDTS.getOperator()
    Return operator.
    SXCMPQ.getOperator()
    Return operator.
    SXCMREAL.getOperator()
    Return operator.
    SXCMTS.getOperator()
    Return operator.
    Methods in net.ihe.gazelle.hl7v3.datatypes with parameters of type SetOperator
    Modifier and Type
    Method
    Description
    void
    SXCMCD.setOperator(SetOperator operator)
    Set a value to attribute operator.
    void
    SXCMINT.setOperator(SetOperator operator)
    Set a value to attribute operator.
    void
    SXCMMO.setOperator(SetOperator operator)
    Set a value to attribute operator.
    void
    SXCMPPDPQ.setOperator(SetOperator operator)
    Set a value to attribute operator.
    void
    SXCMPPDTS.setOperator(SetOperator operator)
    Set a value to attribute operator.
    void
    SXCMPQ.setOperator(SetOperator operator)
    Set a value to attribute operator.
    void
    SXCMREAL.setOperator(SetOperator operator)
    Set a value to attribute operator.
    void
    SXCMTS.setOperator(SetOperator operator)
    Set a value to attribute operator.
  • Uses of SetOperator in net.ihe.gazelle.hl7v3.voc

    Methods in net.ihe.gazelle.hl7v3.voc that return SetOperator
    Modifier and Type
    Method
    Description
    SetOperator.fromValue(String v)
     
    SetOperator.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static SetOperator[]
    SetOperator.values()
    Returns an array containing the constants of this enum class, in the order they are declared.