🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "traceability"

Found 11 matching component(s)

  • function create_document_legacy

    Creates a new controlled document in a document management system with versioning, audit trails, and notifications. Generates document nodes in a graph database with relationships to users and versions.

    File: /tf/active/vicechatdev/CDocs/controllers/document_controller.py

    document-management controlled-documents graph-database neo4j versioning
  • function convert_document_to_pdf

    Converts a document version to PDF format with audit trail, signatures, watermarks, and PDF/A compliance options, then uploads the result to FileCloud storage.

    File: /tf/active/vicechatdev/CDocs/controllers/document_controller.py

    document-conversion pdf-generation document-management audit-trail compliance
  • function prepare_audit_data_for_document_processor

    Prepares comprehensive audit data for a controlled document version, aggregating information from document history, reviews, approvals, and audit events into a structured format for DocumentProcessor.

    File: /tf/active/vicechatdev/CDocs/controllers/document_controller.py

    audit document-management compliance data-aggregation pdf-generation
  • function archive_document

    Archives a controlled document by changing its status and all versions to ARCHIVED, moving the published PDF to an archived location with metadata, and logging the archival event.

    File: /tf/active/vicechatdev/CDocs/controllers/document_controller.py

    document-management archival lifecycle-management controlled-documents filecloud
  • class ControlledDocumentConverter

    A comprehensive document converter class that transforms controlled documents into archived PDFs with signature pages, audit trails, hash-based integrity verification, and PDF/A compliance for long-term archival.

    File: /tf/active/vicechatdev/CDocs/utils/document_converter.py

    document-conversion pdf-generation audit-trail document-control archival
  • function get_document_history

    Retrieves the complete audit history for a document by querying events across document, version, review, comment, and approval nodes in a Neo4j graph database.

    File: /tf/active/vicechatdev/CDocs/utils/audit_trail.py

    audit-trail document-management neo4j graph-database history-tracking
  • class SqlGenerationResult

    A dataclass that encapsulates the results of an SQL query generation operation, including the generated query, explanation, confidence score, and metadata about database objects used.

    File: /tf/active/vicechatdev/full_smartstat/two_pass_sql_workflow.py

    dataclass sql-generation query-metadata result-container database
  • function get_lims_sampletestresults_with_references_samples_lims_samples

    Queries a Neo4j graph database to retrieve LIMS_Samples nodes that are connected to a specific LIMS_SampleTestResults node through a REFERENCES_SAMPLES relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py

    neo4j graph-database lims laboratory sample-management
  • class SQLQueryGenerator_v1

    Generates SQL queries based on user requests and database schema

    File: /tf/active/vicechatdev/smartstat/sql_query_generator.py

    class sqlquerygenerator
  • function create_document_version

    Creates a new controlled document in a document management system with versioning, audit trails, and relationship management in a Neo4j graph database.

    File: /tf/active/vicechatdev/CDocs copy/controllers/document_controller.py

    document-management controlled-documents neo4j graph-database versioning
  • function create_document_version_v1

    Creates a new version of an existing document in a document management system, storing the file content in FileCloud and maintaining version history in Neo4j graph database.

    File: /tf/active/vicechatdev/CDocs copy/controllers/document_controller.py

    document-management version-control neo4j graph-database audit-trail

Search Examples