🔍 Code Extractor

Browse Components

Showing 20 of 2143 components

  • function get_lims_tests_by_id

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 460-467

    neo4j graph-database lims database-query cypher
  • 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 | Lines: 451-458

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

    Creates a new LIMS_Testparameters 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: 439-448

    neo4j graph-database lims database-insert cypher-query
  • function get_lims_testparameters_by_uid

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 430-437

    neo4j graph-database lims database-query node-retrieval
  • function get_lims_testparameters_by_id

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 421-428

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

    Retrieves LIMS_Testparameters 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: 412-419

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

    Creates a new LIMS_Samples 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: 400-409

    neo4j graph-database LIMS database-insert node-creation
  • function get_lims_samples_by_uid

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 391-398

    neo4j graph-database lims database-query sample-retrieval
  • function get_lims_samples_by_id

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 382-389

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

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 373-380

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

    Creates a new LIMS_SampleTypes 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: 361-370

    neo4j graph-database LIMS database-insert node-creation
  • function get_lims_sampletypes_by_uid

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 352-359

    neo4j graph-database lims database-query data-retrieval
  • function get_lims_sampletypes_by_id

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 343-350

    neo4j graph-database lims database-query sample-types
  • function get_all_lims_sampletypes

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 334-341

    neo4j graph-database lims sample-types database-query
  • function create_lims_sampletypetests

    Creates a new LIMS_SampleTypeTests 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: 322-331

    neo4j graph-database lims database-insert cypher-query
  • function get_lims_sampletypetests_by_uid

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 313-320

    neo4j graph-database lims database-query data-retrieval
  • function get_lims_sampletypetests_by_id

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 304-311

    neo4j graph-database lims database-query data-retrieval
  • function get_all_lims_sampletypetests

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 295-302

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

    Creates a new LIMS_SampleTypeProperties 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: 283-292

    neo4j graph-database LIMS database-insert cypher-query
  • function get_lims_sampletypeproperties_by_uid

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 274-281

    neo4j graph-database lims database-query node-retrieval