🔍 Code Extractor

Browse Components

Showing 20 of 1297 components

  • function get_lims_sampletypeproperties_by_id

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 265-272

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

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 256-263

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

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

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 235-242

    neo4j graph-database lims laboratory sample-testing
  • function get_lims_sampletestresults_by_id

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 226-233

    neo4j graph-database lims laboratory sample-testing
  • 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 | Lines: 217-224

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

    Creates a new LIMS_SampleTestResultDetails 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: 205-214

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

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 196-203

    neo4j graph-database lims laboratory sample-testing
  • function get_lims_sampletestresultdetails_by_id

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 187-194

    neo4j graph-database lims laboratory data-retrieval
  • function get_all_lims_sampletestresultdetails

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 178-185

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

    Creates a new LIMS_Requests 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: 166-175

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

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 157-164

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

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 148-155

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

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 139-146

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

    Create a new LIMS_Pathogens node

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 127-136

    function create_lims_pathogens
  • function get_lims_pathogens_by_uid

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 118-125

    neo4j graph-database lims pathogen database-query
  • 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 | Lines: 109-116

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

    Retrieves LIMS_Pathogens 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: 100-107

    neo4j graph-database query lims pathogens
  • function create_lims_parameters

    Creates a new LIMS_Parameters 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: 88-97

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

    Retrieves a LIMS_Parameters node from a Neo4j graph database by searching for a specific UID (unique identifier).

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 79-86

    neo4j graph-database lims database-query data-retrieval