🔍 Code Extractor

Search Components

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

Search Results for "healthcare"

Found 29 matching component(s)

  • function analyze_problematic_products

    Analyzes and prints statistical information about products involved in severe timing issues, including product frequency counts and their associated diagnostic classes.

    File: /tf/active/vicechatdev/data_quality_dashboard.py

    data-analysis healthcare medical-products timing-issues diagnostic-analysis
  • function get_lims_pathogens_by_id

    Retrieves a single LIMS_Pathogens node from a Neo4j graph database by its unique identifier.

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

    neo4j graph-database lims pathogen database-query
  • function get_all_lims_sampletestresults

    Retrieves LIMS_SampleTestResults nodes from a Neo4j graph database with a configurable limit on the number of results returned.

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

    neo4j graph-database cypher-query lims laboratory
  • function create_lims_sampletestresults

    Creates a new LIMS_SampleTestResults node in a Neo4j graph database with the specified properties and returns the created node.

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

    neo4j graph-database LIMS laboratory database-insert
  • function get_all_lims_tests

    Queries a Neo4j graph database to retrieve LIMS_Tests nodes with a configurable limit on the number of results returned.

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

    neo4j graph-database cypher-query lims laboratory
  • function create_lims_tests

    Creates a new LIMS_Tests node in a Neo4j graph database with specified properties and returns the created node.

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

    neo4j graph-database LIMS laboratory database-insert
  • function get_lims_tests4pathogens_by_uid

    Retrieves a LIMS_Tests4Pathogens node from a Neo4j graph database by its unique identifier (UID).

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

    neo4j graph-database lims pathogen-testing database-query
  • function create_lims_tests4pathogens

    Creates a new LIMS_Tests4Pathogens node in a Neo4j graph database with the specified properties and returns the created node.

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

    neo4j graph-database lims pathogen-testing database-insert
  • function get_all_parameter_medicationtypeproperties

    Retrieves Parameter_MedicationTypeProperties nodes from a Neo4j graph database with a configurable limit on the number of results returned.

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

    neo4j graph-database query medication healthcare
  • function get_parameter_medicationtypeproperties_by_id

    Retrieves a Parameter_MedicationTypeProperties node from a Neo4j graph database by its unique identifier.

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

    neo4j graph-database database-query medication healthcare
  • function get_parameter_medicationtypeproperties_by_uid

    Retrieves a Parameter_MedicationTypeProperties node from a Neo4j graph database using its unique identifier (UID).

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

    neo4j graph-database query medication parameters
  • function create_parameter_medicationtypeproperties

    Creates a new Parameter_MedicationTypeProperties node in a Neo4j graph database with the provided properties and returns the created node.

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

    neo4j graph-database database create node
  • function get_all_parameter_medicationtypes

    Retrieves Parameter_MedicationTypes nodes from a Neo4j graph database with a configurable limit on the number of results returned.

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

    neo4j graph-database query medication parameters
  • function get_parameter_medicationtypes_by_id

    Retrieves a single Parameter_MedicationTypes node from a Neo4j graph database by its unique identifier.

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

    neo4j graph-database query medication parameter
  • function get_parameter_medicationtypes_by_uid

    Retrieves a single Parameter_MedicationTypes node from a Neo4j graph database by matching its unique identifier (UID).

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

    neo4j graph-database query medication parameter
  • function create_parameter_medicationtypes

    Creates a new Parameter_MedicationTypes node in a Neo4j graph database with the specified properties and returns the created node.

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

    neo4j graph-database database create node
  • function get_all_dbo_interventionprotocols

    Queries a Neo4j graph database to retrieve all nodes labeled as 'dbo_InterventionProtocols' with a configurable limit on the number of results returned.

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

    neo4j graph-database cypher-query database-query intervention-protocols
  • function get_dbo_interventionprotocols_by_uid

    Retrieves a single dbo_InterventionProtocols node from a Neo4j graph database by matching its unique identifier (UID).

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

    neo4j graph-database query intervention-protocols healthcare
  • function get_all_dbo_treatments

    Retrieves all nodes labeled as 'dbo_Treatments' from a Neo4j graph database with a configurable limit on the number of results returned.

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

    neo4j graph-database cypher-query database-query treatments
  • function get_dbo_treatments_by_id

    Retrieves a single dbo_Treatments node from a Neo4j graph database by its unique ID.

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

    neo4j graph-database query database-retrieval treatments
  • function get_dbo_treatments_by_uid

    Retrieves a single dbo_Treatments node from a Neo4j graph database by matching its unique identifier (UID).

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

    neo4j graph-database query lookup treatments
  • function create_dbo_treatments

    Creates a new node labeled 'dbo_Treatments' in a Neo4j graph database with the specified properties and returns the created node.

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

    neo4j graph-database database create insert
  • function get_parameter_medicationtypeproperties_with_references_medicationtypes_parameter_medicationtypes

    Retrieves Parameter_MedicationTypes nodes from a Neo4j graph database that are connected to a specific Parameter_MedicationTypeProperties node via a REFERENCES_MEDICATIONTYPES relationship.

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

    neo4j graph-database cypher-query medication-types database-query
  • function create_references_medicationtypes_relationship

    Creates a REFERENCES_MEDICATIONTYPES relationship in a Neo4j graph database between a Parameter_MedicationTypeProperties node and a Parameter_MedicationTypes node, with optional properties on the relationship.

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

    neo4j graph-database relationship-creation medication-types healthcare-data
  • function get_dbo_treatments_with_references_establishment_dbo_establishment

    Queries a Neo4j graph database to retrieve dbo_Establishment nodes that are connected to a specific dbo_Treatments node through a REFERENCES_ESTABLISHMENT relationship.

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

    neo4j graph-database cypher-query relationship-traversal healthcare
  • function create_references_establishment_relationship_v6

    Creates a REFERENCES_ESTABLISHMENT relationship in a Neo4j graph database between a dbo_Treatments node (source) and a dbo_Establishment node (target), with optional properties on the relationship.

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

    neo4j graph-database relationship-creation cypher-query healthcare-data
  • function create_references_product_relationship

    Creates a REFERENCES_PRODUCT relationship in a Neo4j graph database between a dbo_Treatments node and a dbo_Product node, with optional properties on the relationship.

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

    neo4j graph-database relationship-creation cypher-query database
  • function main_v52

    Performs statistical analysis on antibiotic usage data, comparing distribution patterns between vaccinated and non-vaccinated groups, and generates visualization plots, summary tables, and written conclusions.

    File: /tf/active/vicechatdev/smartstat/output/b7a013ae-a461-4aca-abae-9ed243119494/analysis_70ac0517/analysis.py

    data-analysis statistical-analysis healthcare antibiotics vaccination
  • function main_v53

    Performs statistical analysis to determine the correlation between antibiotic use frequency and vaccination modes (in-ovo vs non-in-ovo), generating visualizations and saving results to files.

    File: /tf/active/vicechatdev/smartstat/output/b7a013ae-a461-4aca-abae-9ed243119494/analysis_6cdbc6c8/analysis.py

    statistical-analysis correlation data-visualization pearson-correlation antibiotic-analysis

Search Examples