Interface VariableParameterValue

    • Method Detail

      • getValue

        String getValue()
        The value for the variableParameterValue (drug concentration, etc.) It cannot be null.
        Returns:
        the value of the variableParameterValue
      • getOrder

        Integer getOrder()
        The decimal order for this variableParameterValue. It can be null if the VariableParameterValueComparator does not have any order.
        Returns:
        the decimal order
      • getVariableParameter

        VariableParameter getVariableParameter()
        The variableParameter reporting this VariableParameterValueComparator. It can be null if the variableParameterValue is not attached to any variableParameter
        Returns:
        the variableParameter reporting the variableParameterValue