Uses of Enum Class
net.ihe.gazelle.hl7v3.voc.SetOperator
Packages that use SetOperator
-
Uses of SetOperator in net.ihe.gazelle.hl7v3.datatypes
Fields in net.ihe.gazelle.hl7v3.datatypes declared as SetOperatorModifier and TypeFieldDescriptionSXCMCD.operatorA 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.operatorA 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.operatorA 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.operatorA 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.operatorA 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.operatorA 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.operatorA 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.operatorA 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. .Methods in net.ihe.gazelle.hl7v3.datatypes that return SetOperatorModifier and TypeMethodDescriptionSXCMCD.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 SetOperatorModifier and TypeMethodDescriptionvoidSXCMCD.setOperator(SetOperator operator) Set a value to attribute operator.voidSXCMINT.setOperator(SetOperator operator) Set a value to attribute operator.voidSXCMMO.setOperator(SetOperator operator) Set a value to attribute operator.voidSXCMPPDPQ.setOperator(SetOperator operator) Set a value to attribute operator.voidSXCMPPDTS.setOperator(SetOperator operator) Set a value to attribute operator.voidSXCMPQ.setOperator(SetOperator operator) Set a value to attribute operator.voidSXCMREAL.setOperator(SetOperator operator) Set a value to attribute operator.voidSXCMTS.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 SetOperatorModifier and TypeMethodDescriptionstatic SetOperatorstatic SetOperatorReturns 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.