Class PopulationStdDev

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    Direct Known Subclasses:
    PopulationStdDevEvaluator

    public class PopulationStdDev
    extends AggregateExpression
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    The PopulationStdDev operator returns the statistical standard deviation of the elements in source. If a path is specified, elements with no value for the property specified by the path are ignored. If the source contains no non-null elements, null is returned. If the source is null, the result is null.

    Java class for PopulationStdDev complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PopulationStdDev">
       <complexContent>
         <extension base="{urn:hl7-org:elm:r1}AggregateExpression">
         </extension>
       </complexContent>
     </complexType>