DTO that describes an instrument in the imaging context This class shall be used to describe some basic properties of an instrument that has been used to create an image during for example a microscopy or tomography analysis.
Type | Name and description |
---|---|
ImagingHardware |
hardware A more detailed description of the hardware setup. |
Location |
location The location of the instrument. |
java.lang.String |
manufacturer The manufacturer of the instrument. |
java.lang.String |
model The model type of the instrument. |
java.lang.String |
serialNumber The serial number of the instrument. |
java.lang.String |
type The type of the instrument. |
Constructor and description |
---|
Instrument
(java.lang.String manufacturer, java.lang.String model, java.lang.String serialNumber, Location location, java.lang.String type, ImagingHardware hardware) DTO that describes an instrument in the imaging context |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
A more detailed description of the hardware setup. @see: ImagingHardware
The location of the instrument. @see: Location
The manufacturer of the instrument. Examples are 'Leica', 'Zeiss' and many more.
The model type of the instrument.
The serial number of the instrument.
The type of the instrument. Example: 'Confocal Microscope'.
DTO that describes an instrument in the imaging context
manufacturer
- Instrument.manufacturermodel
- Instrument.modelserialNumber
- Instrument.serialNumberlocation
- Instrument.locationtype
- Instrument.typehardware
- Instrument.hardwareGroovy Documentation