# NAME

DoseMe::Util - Utility methods used throughout DoseMe

# VERSION

version 2.0.2

# SYNOPSIS

This module contains the following submodules:

* DoseMe::Util::CockcroftGault (Serum creatinine methods)
* DoseMe::Util::ConstrainedSimplex (constrained Nelder-Mead simplex search)
* DoseMe::Util::Types (complex types used throughout DoseMe)
* DoseMe::Util::WeightCalculators (IBW, LBW, and other weight methods)

# INSTALLATION

    perl Build.PL
    ./Build
    ./Build test
    ./Build install

# RELEASE BUILD

```bash
dzil build
CPAN_UPLOADER_UPLOAD_URI=https://darkpan.doseme.io/authenquery cpan-upload -u DOSEME -p password \
$(perl -I lib -MDoseMe::Util -e 'print "DoseMe-Util-$DoseMe::Util::VERSION.tar.gz";')
```

# BUGS

Please report any bugs or feature requests to `robert at doseme.com.au`.

# SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc DoseMe::Util

# AUTHOR

DoseMe Pty Ltd <software@doseme.com.au>

# COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by DoseMe Pty Ltd.  No
license is granted to other entities.
