com.pixelmed.dose
Class ScanRange
java.lang.Object
com.pixelmed.dose.ScanRange
public class ScanRange
- extends Object
startDirection
protected String startDirection
startLocation
protected String startLocation
endDirection
protected String endDirection
endLocation
protected String endLocation
absoluteRange
protected String absoluteRange
absoluteRangeAsDouble
protected double absoluteRangeAsDouble
ScanRange
public ScanRange(String startDirection,
String startLocation,
String endDirection,
String endLocation)
ScanRange
public ScanRange(String signedStartLocation,
String signedEndLocation)
getStartDirection
public String getStartDirection()
getStartLocation
public String getStartLocation()
getEndDirection
public String getEndDirection()
getEndLocation
public String getEndLocation()
getAbsoluteRangeAsDouble
public double getAbsoluteRangeAsDouble()
getAbsoluteRange
public String getAbsoluteRange()
isStationary
public boolean isStationary()
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object