Inspection Class |
The Inspection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Inspection | Default constructor |
Name | Description | |
---|---|---|
![]() | Comments | Optional comments from the inspector who inspected the unit |
![]() | DefectsFound | The defects that were discovered in the course of performing this inspection (if any) |
![]() | Error | In the case that the inspection cannot be completed, the error that was the cause of this outcome. |
![]() | InspectionEndTime | Indicates the time when this particular inspection ended (if known) |
![]() | InspectionName | Identifies the nature of the inspection performed |
![]() | InspectionStartTime | Indicates the time when this particular inspection began (if known) |
![]() | Measurements | The measurements that were taken in the course of performing this inspection (if any). NOTE - Only measurements not related to particular defects or symptoms should be recorded here. |
![]() | RefNo | Unique Number of the inspection object, The RefNo is the unique link between the Inspection class and the InspectionObject class |
![]() | Result | The overall result of the inspection |
![]() | Symptoms | Any symptoms that were discovered during the inspection (if any). |
![]() | TestProcedure | Procedure to be followed to perform this inspection (primarily for human driven inspection) |
![]() | UniqueIdentifier | A unique indentifier describing a particular instance of an inspection was made. Each new occurrence or recurrence of this same inspection gets a new unique identifier. |
![]() | Verification | The overall result of the verification of the defect |
![]() | VerificationDetail | When a verification took place, the VerificationDetail will contain a classification or more detailed description of the root cause of the defect or why the defect is a false fail. This description is typically maintained by the customer and the operator will choose from a predefined list. |