Skip to main content

Overview

PropertyValue
Type IDfunction
Sort Order8
DomainDesign (Design space)
Managed InFunction documents per subsystem (e.g., SYS-001-Functions, SUB-001-Functions)
ISO StandardAIAG/VDA FMEA Handbook
Functions are organized into per-subsystem documents within the Design space. The Smart Infusion Pump reference device contains 46 functions distributed across the system and six subsystems.

Custom Fields

Function work items have no custom fields. They use only standard Polarion fields.

Standard Fields

FieldTypeDescription
titleStringName of the function (e.g., “Deliver fluid at prescribed rate”)
descriptionRich textDetailed description of the operational capability
statusEnum (status)Lifecycle state: Draft through Obsolete
severityEnum (severity)General severity classification
priorityEnum (priority)Priority level

Functions participate in three key link roles that position them at the center of the design-to-risk traceability chain:
Link RoleDirectionConnected TypePurpose
allocatedToForwardsystemElementIdentifies which system element provides this function
assessesReverse (from failureMode)failureModeFailure modes that analyze how this function can fail
assessesReverse (from riskRecord)riskRecordRisk records that assess this function (HARA context)
diagram

DFMEA Context

In the DFMEA risksheet, functions serve as Level 1 (top-level grouping) items. Each function is linked via an itemLink column using the assesses link role. The DFMEA sheet uses a queryFactory to filter available functions by the document’s subsystem, ensuring subsystem-scoped analysis:
queryFactory: function(info) { return 'linkedWorkItems:' + component }
This dynamic filter restricts the function picker to only show functions allocated to the current subsystem’s system element.

Document Organization

Functions are organized into per-subsystem documents following a consistent naming pattern:
DocumentSpaceFunctions
SYS-001-FunctionsDesignSystem-level functions
SUB-001-FunctionsDesignFluid Pumping & Housing functions
SUB-002-FunctionsDesignControl & Processing functions
SUB-003-FunctionsDesignUser Interface functions
SUB-004-FunctionsDesignSensing & Monitoring functions
SUB-005-FunctionsDesignPower Management functions
SUB-006-FunctionsDesignExternal Communications functions