LabNotebookEntryRelations

class LOGS.Entities.LabNotebookEntryRelations.LabNotebookEntryRelations(ref=None, connection=None)[source]

Bases: EntityRelations

Relations of a LabNotebookEntry with other entities

property datasets: EntityRelation[Dataset] | None
property documents: EntityRelation[Document] | None
property labNotebookEntries: EntityRelation | None
property persons: EntityRelation[Person] | None
property projects: EntityRelation | None
property samples: EntityRelation[Sample] | None