Equipmentยค
Represents the equipment element in an equipment register.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
alias
|
str
|
An alternative name to associate with the equipment. |
''
|
keywords
|
tuple[str, ...]
|
Keywords that describe the equipment. |
()
|
id
|
str
|
Identity in an equipment register. |
''
|
manufacturer
|
str
|
Name of manufacturer. |
''
|
model
|
str
|
Manufacturer's model number (or type identification). |
''
|
serial
|
str
|
Manufacturer's serial number (or other unique identification). |
''
|
description
|
str
|
A short description about the equipment. |
''
|
specifications
|
Specifications
|
Specifications provided by the manufacturer of the equipment. |
Specifications()
|
location
|
str
|
The usual location (laboratory) that the equipment is found in. |
''
|
status
|
Status
|
The status of the equipment is an indication of whether the equipment is active (in use) or inactive (not in use). |
Active
|
loggable
|
bool
|
Whether measurements from the equipment should be logged. Equipment that monitor (for example) pressure, temperature or humidity of a laboratory environment are considered as loggable. |
False
|
traceable
|
bool
|
Whether the equipment is used for a traceable measurement. |
False
|
calibrations
|
tuple[Measurand, ...]
|
The calibration history. |
()
|
maintenance
|
Maintenance
|
The maintenance history and maintenance plan. |
Maintenance()
|
alterations
|
tuple[Alteration, ...]
|
The alteration history. |
()
|
firmware
|
tuple[Firmware, ...]
|
The firmware version history. |
()
|
specified_requirements
|
SpecifiedRequirements
|
Verification that equipment conforms with specified requirements before being placed or returned into service. |
SpecifiedRequirements()
|
reference_materials
|
ReferenceMaterials
|
Documentation of reference materials, results, acceptance criteria, relevant dates and the period of validity. |
ReferenceMaterials()
|
quality_manual
|
QualityManual
|
Information that is specified in Section 4.3.6 of the MSL Quality Manual. |
QualityManual()
|