The docstring for the RECTANGLE GraphicType is confusing and incorrectly states that RECTANGLE may consist of three or more points.
Setting the CommonZCoordinateValue is giving a pydicom user warning because the expression has type numpy.float32 rather than native python float. Switch to using the numpy.ndarray.item() method to get around this
Two minor fixes relating to ANNs:
numpy.ndarray.item()
method to get around this