🔍 Code Extractor

Browse Components

Showing 20 of 2143 components

  • function get_dbo_concepthouses_by_id

    Retrieves a single dbo_ConceptHouses node from a Neo4j graph database by matching its unique ID property.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 655-662

    neo4j graph-database query node-retrieval cypher
  • function get_all_dbo_concepthouses

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 646-653

    neo4j graph-database cypher-query database-query knowledge-graph
  • function create_reference_municipalities

    Creates a new Reference_Municipalities 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 | Lines: 634-643

    neo4j graph-database database create node
  • function get_reference_municipalities_by_uid

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 625-632

    neo4j graph-database query database-lookup municipality
  • function get_reference_municipalities_by_id

    Retrieves a single Reference_Municipalities node from a Neo4j graph database by matching its unique ID property.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 616-623

    neo4j graph-database query database-lookup cypher
  • function get_all_reference_municipalities

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 607-614

    neo4j graph-database cypher-query database-query municipalities
  • 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 | Lines: 595-604

    neo4j graph-database database create node
  • 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 | Lines: 586-593

    neo4j graph-database query medication parameter
  • 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 | Lines: 577-584

    neo4j graph-database query medication parameter
  • 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 | Lines: 568-575

    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 | Lines: 556-565

    neo4j graph-database database create node
  • 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 | Lines: 547-554

    neo4j graph-database query medication parameters
  • 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 | Lines: 538-545

    neo4j graph-database database-query medication healthcare
  • 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 | Lines: 529-536

    neo4j graph-database query medication healthcare
  • 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 | Lines: 517-526

    neo4j graph-database lims pathogen-testing 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 | Lines: 508-515

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

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 499-506

    neo4j database query graph-database lims
  • function get_all_lims_tests4pathogens

    Retrieves LIMS_Tests4Pathogens 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 | Lines: 490-497

    neo4j graph-database cypher-query lims pathogen-testing
  • 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 | Lines: 478-487

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

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 469-476

    neo4j graph-database lims database-query node-retrieval