Skip to content

Components Service

The Components service is responsible for maintaining information about all components in a vessel. Its principal purpose is related to maintenance operations.

Component

Component is the main domain concept ruling this service. Each component is stored as described below:

  1. Display name: represents the name by which the physical component is called.
    • Required.
    • Maximum length of 300 characters.
  2. LocationId: references the Location the component is currently in.
    • Required.
  3. Maker: represents the components manufacturer brand or company.
    • Required.
    • Maximum length of 300 characters.
  4. Code: represents the code by which each component is uniquely identified.
    • Required.
    • Maximum length of 80 characters.
  5. Serial number: represents a serial number for this component.
    • Maximum length of 80 characters.
  6. Function display name: represents the function the component is currently being used for.
    • Maximum length of 300 characters.