🔍 Code Extractor

Browse Components

Showing 20 of 2143 components

  • 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 | Lines: 2226-2246

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

    Retrieves dbo_Product nodes from a Neo4j graph database that are connected to a specific dbo_Treatments node via a REFERENCES_PRODUCT relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 2217-2224

    neo4j graph-database cypher-query database-query relationship-traversal
  • function create_references_houses_relationship_v3

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 2194-2214

    neo4j graph-database relationship-creation cypher-query database-operations
  • function get_dbo_treatments_with_references_houses_dbo_houses

    Retrieves dbo_Houses nodes from a Neo4j graph database that are connected to a specific dbo_Treatments node via a REFERENCES_HOUSES relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 2185-2192

    neo4j graph-database cypher-query relationship-traversal database-query
  • function create_references_flocks_relationship_v2

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 2162-2182

    neo4j graph-database relationship-creation cypher-query database-management
  • function get_dbo_treatments_with_references_flocks_dbo_flocks

    Retrieves dbo_Flocks nodes from a Neo4j graph database that are connected to a specific dbo_Treatments node via a REFERENCES_FLOCKS relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 2153-2160

    neo4j graph-database cypher-query database-query relationship-traversal
  • 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 | Lines: 2130-2150

    neo4j graph-database relationship-creation cypher-query 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 | Lines: 2121-2128

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

    Creates a REFERENCES_ESTABLISHMENT relationship in a Neo4j graph database between a dbo_TNV node and a dbo_Establishment node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 2098-2118

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

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1874-1894

    neo4j graph-database relationship-creation cypher-query database-modeling
  • function create_references_establishment_relationship_v4

    Creates a REFERENCES_ESTABLISHMENT relationship in a Neo4j graph database between a dbo_EstablishmentCycles node and a dbo_Establishment node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1842-1862

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

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 2089-2096

    neo4j graph-database cypher-query relationship-traversal database-query
  • function create_references_interventionprotocols_relationship

    Creates a directed REFERENCES_INTERVENTIONPROTOCOLS relationship in a Neo4j graph database from a dbo_InterventionProtocolFlocks node to a dbo_InterventionProtocols node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 2066-2086

    neo4j graph-database relationship-creation cypher-query database-operations
  • function get_dbo_interventionprotocolflocks_with_references_interventionprotocols_dbo_interventionprotocols

    Queries a Neo4j graph database to retrieve dbo_InterventionProtocols nodes that are connected to a specific dbo_InterventionProtocolFlocks node via a REFERENCES_INTERVENTIONPROTOCOLS relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 2057-2064

    neo4j graph-database cypher-query relationship-traversal intervention-protocols
  • function create_references_flocks_relationship_v1

    Creates a REFERENCES_FLOCKS relationship in a Neo4j graph database between an InterventionProtocolFlocks node and a Flocks node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 2034-2054

    neo4j graph-database relationship-creation cypher-query database-operations
  • function get_dbo_interventionprotocolflocks_with_references_flocks_dbo_flocks

    Queries a Neo4j graph database to retrieve dbo_Flocks nodes that are connected to a specific dbo_InterventionProtocolFlocks node through a REFERENCES_FLOCKS relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 2025-2032

    neo4j graph-database cypher-query relationship-traversal database-query
  • function create_references_flocktypes_relationship_v1

    Creates a REFERENCES_FLOCKTYPES relationship in a Neo4j graph database between a dbo_Houses node and a dbo_FlockTypes node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 2002-2022

    neo4j graph-database relationship cypher database
  • function create_references_flocktypes_relationship_v2

    Creates a directed REFERENCES_FLOCKTYPES relationship in a Neo4j graph database from a dbo_Flocks node to a dbo_FlockTypes node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1906-1926

    neo4j graph-database relationship-creation cypher-query database-modeling
  • function get_dbo_houses_with_references_flocktypes_dbo_flocktypes

    Queries a Neo4j graph database to retrieve dbo_FlockTypes nodes that are connected to a specific dbo_Houses node via a REFERENCES_FLOCKTYPES relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1993-2000

    neo4j graph-database cypher-query relationship-traversal database-query
  • function create_references_establishment_relationship_v2

    Creates a REFERENCES_ESTABLISHMENT relationship in a Neo4j graph database between a dbo_Houses node and a dbo_Establishment node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1970-1990

    neo4j graph-database relationship-creation cypher-query database