🔍 Code Extractor

Browse Components

Showing 20 of 2143 components

  • function create_references_parameters_relationship_v1

    Creates a REFERENCES_PARAMETERS relationship in a Neo4j graph database between a LIMS_Testparameters node and a LIMS_Parameters node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1586-1606

    neo4j graph-database relationship-creation cypher-query LIMS
  • function get_lims_testparameters_with_references_parameters_lims_parameters

    Queries a Neo4j graph database to retrieve LIMS_Parameters nodes that are connected to a specific LIMS_Testparameters node through a REFERENCES_PARAMETERS relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1577-1584

    neo4j graph-database lims database-query relationship-traversal
  • function create_references_houses_relationship

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1554-1574

    neo4j graph-database relationship-creation cypher-query lims
  • function get_lims_samples_with_references_houses_dbo_houses

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1545-1552

    neo4j graph-database cypher-query lims database-query
  • function create_references_flocks_relationship

    Creates a REFERENCES_FLOCKS relationship in a Neo4j graph database between a LIMS_Samples node and a dbo_Flocks node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1522-1542

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

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1513-1520

    neo4j graph-database cypher-query lims flocks
  • function create_references_establishment_relationship_v1

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1490-1510

    neo4j graph-database relationship-creation cypher-query lims
  • function get_lims_samples_with_references_establishment_dbo_establishment

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1481-1488

    neo4j graph-database cypher-query lims laboratory-data
  • function create_references_sampletypes_relationship_v1

    Creates a REFERENCES_SAMPLETYPES relationship in a Neo4j graph database between a LIMS_Samples node and a LIMS_SampleTypes node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1458-1478

    neo4j graph-database relationship-creation LIMS laboratory
  • function get_lims_samples_with_references_sampletypes_lims_sampletypes

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1449-1456

    neo4j graph-database cypher-query lims laboratory-information-management
  • function create_references_requests_relationship

    Creates a REFERENCES_REQUESTS relationship in a Neo4j graph database between a LIMS_Samples node and a LIMS_Requests node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1426-1446

    neo4j graph-database relationship LIMS database
  • function get_lims_samples_with_references_requests_lims_requests

    Queries a Neo4j graph database to retrieve LIMS_Requests nodes that are connected to a specific LIMS_Samples node via a REFERENCES_REQUESTS relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1417-1424

    neo4j graph-database lims database-query cypher
  • function create_references_tests_relationship

    Creates a REFERENCES_TESTS relationship in a Neo4j graph database between a LIMS_SampleTypeTests node and a LIMS_Tests node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1394-1414

    neo4j graph-database relationship LIMS database
  • function get_lims_sampletypetests_with_references_tests_lims_tests

    Queries a Neo4j graph database to retrieve LIMS_Tests nodes that are connected to a specific LIMS_SampleTypeTests node through a REFERENCES_TESTS relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1385-1392

    neo4j graph-database lims laboratory database-query
  • function create_references_sampletypes_relationship

    Creates a directed REFERENCES_SAMPLETYPES relationship in a Neo4j graph database from a LIMS_SampleTypeTests node to a LIMS_SampleTypes node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1362-1382

    neo4j graph-database relationship-creation LIMS database
  • function get_lims_sampletypetests_with_references_sampletypes_lims_sampletypes

    Queries a Neo4j graph database to retrieve LIMS_SampleTypes nodes that are connected to a specific LIMS_SampleTypeTests node through a REFERENCES_SAMPLETYPES relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1353-1360

    neo4j graph-database lims laboratory sample-types
  • function create_references_testparameters_relationship

    Creates a REFERENCES_TESTPARAMETERS relationship in a Neo4j graph database between a LIMS_SampleTestResults node and a LIMS_Testparameters node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1330-1350

    neo4j graph-database relationship-creation LIMS laboratory-information-management
  • function get_lims_sampletestresults_with_references_testparameters_lims_testparameters

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1321-1328

    neo4j graph-database lims laboratory test-parameters
  • function create_references_samples_relationship

    Creates a REFERENCES_SAMPLES relationship in a Neo4j graph database between a LIMS_SampleTestResults node and a LIMS_Samples node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1298-1318

    neo4j graph-database relationship LIMS laboratory
  • function create_references_samples_relationship_v1

    Creates a REFERENCES_SAMPLES relationship in a Neo4j graph database between a LIMS_SampleTestResultDetails node and a LIMS_Samples node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1266-1286

    neo4j graph-database relationship LIMS laboratory