Polybench® for biosignalsreference 1.40.0

Connects to the Data Manager to display and control patient and measurement meta-data

Data Browser

This operator allows to browse and search patient and measurement data in the Data Manager.

Patient records ("Patient Record") and measurement sessions ("Measurement Session Record") can be stepped through, and using intelligent queries, specific patient data can be obtained.

Symbol in the Object Toolbox

Data Browser

Operator ports

This operator does not have inputs nor outputs. It cannot be connected to anything. You are free to place it anywhere on a design page.

Please note that this operator only works if a Data Manager is running on the same computer, because this operator communicates with the Data Manager in order to get data.

Properties

Find more information about changing properties here: "Properties Viewer"

Caption

type: Word or phrase
The name of the object in the project. This name must not contain '.', '$' nor '@' characters.

For more information about the rules and usage of the Caption property, please refer to "Caption property - background and usage".

Documentation

type: See description
Optional documentation of this object. If this object is an operator, the Documentation text is displayed below the operator symbol.

Variable Parameters

Find more information about Variable Parameters here: "Variable Parameters"

NextPatientCount

type: See description
Each time you call the function NextPatient, this count is decreased by one. If the last patient has been selected, this count is 0.

Use this counter for automatic browsing through all patient records.

NextSessionCount

type: See description
Each time you call the function NextSession, this count is decreased by one. If the last session has been selected, this count is 0.

Use this counter for automatic browsing through all measurement session records.

NextFileCount

type: See description
Each time you call the function NextFile, this count is decreased by one. If the last file has been selected, this count is 0.

Use this counter for automatic browsing through all recording files of a measurement session.

SelectedPatient

type: Parameter list (see "Parameter List")
This parameter list contains all items in the current patient record. Use a Variable Viewer or List Viewer to read the different items.


SelectedPatientLabels

type: Parameter list (see "Parameter List")
This parameter list contains the names of all labels in the current patient record. Use a Variable Viewer or List Viewer to read the different labels.


SelectedSession

type: Parameter list (see "Parameter List")
A list that contains all measurement information of the currently selected measurement session.

The items that are not grayed out can be changed from within your application. Changes are immediately reflected in the Data Manager.
For an overview of items that are shown in the list, please refer to the Measurement Session Record ("Measurement Session Record").

SelectedFile

type: Parameter list (see "Parameter List")
A list that contains all recording file information of the currently selected recording file.


SessionFiles

type: Parameter list (see "Parameter List")
List of files in the currently selected measurement session. For each file the name is the stream alias, and the value is the file path.

You may copy the file path to for example the AbsolutePath variable of a File Replay ("File Replay"), in order to play the file.

SessionFilesCount

type: See description
Count of session files in the SessionFiles list


SessionVariables

type: Parameter list (see "Parameter List")
List of variables in the currently selected measurement session. You may change any of the variables.


Sessions

type: Parameter list (see "Parameter List")
List of measurement sessions that were selected using the last session query (see function QuerySessions). By default shows all available sessions.


SessionsCount

type: See description
Count of sessions in the Sessions list


Patients

type: Parameter list (see "Parameter List")
List of patients that were selected using the last patient query (see function QueryPatients)


PatientsCount

type: See description
Count of patient records in the Patients list

Functions

Find more information about Functions here: "Operator Functions"

QueryPatients

Gets all the patient records from the Data Manager that are described by the query.
Parameter:
The query that filters certain patient records from the Data Manager. If empty, all patient records are returned. Read more about search queries here: "Query and search patient records".

FirstPatient

Set the first patient in the current list of patient records active, to see its contents.

NextPatient

Set the next patient in the current list of patient records active, to see its contents.

FirstSession

Set the first session in the current list of measurement sessions active, to see its contents.

NextSession

Set the next session in the current list of measurement sessions active, to see its contents.

FirstFile

Set the first file in the current list of recording files of the selected measurement session active, to see its contents.

NextFile

Set the next file in the current list of recording files active, to see its contents.