GraphRecord Module Overview#

The graphrecord module provides a comprehensive interface for managing records using graph data structures. This module offers various submodules and classes to create, modify, and query these records. Here’s a list of all its submodules:

graphrecords.graphrecord.GraphRecord()

A class to manage medical records with node and edge data structures.

graphrecords.builder.GraphRecordBuilder()

A builder class for constructing GraphRecord instances.

graphrecords.datatype

GraphRecord-associated data types.

graphrecords.indexers

Indexers for GraphRecord nodes and edges.

graphrecords.querying

Query API for GraphRecord.

graphrecords.schema

This module contains the schema classes for the graphrecords library.

graphrecords.types

Type aliases and type checking functions for the graphrecords library.