IPhysicalMember interface | QSYS API Reference Guide
Defines the contract for managing a physical member in the ASNA DataGate client.
Namespace: ASNA.DataGate.Client Assembly: ASNA.QSys.DataGate.Client.dll
Extends: doesn’t extend any other interfaces.
Remarks
This interface provides properties to manage a physical member in the ASNA DataGate client. It includes properties to get the path, number of valid fields, ID, number of clients using the physical member, total number of shared reads, number of exclusive record locks, number of waits, number of unlocked exclusive locks, number of unlocked shared reads, number of patients, relative record number (RRN), number of deleted records, type, status, and user record length of the physical member.
Properties
Type | Name | Description |
---|---|---|
Int32 | Clients | Gets the number of clients using the physical member. |
Int32 | DeletedRecords | Gets the number of deleted records in the physical member. |
Int32 | ExclusiveRecordLocks | Gets the number of exclusive record locks on the physical member. |
Int32 | ObjectID | Gets the ID of the physical member. |
String | Path | Gets the path of the physical member. |
Int32 | Patients | Gets the number of patients on the physical member. |
Int64 | RRN | Gets the relative record number (RRN) of the physical member. |
String | Status | Gets the status of the physical member. |
Int32 | TotalShareReads | Gets the total number of shared reads on the physical member. |
AdgObjectTypes | Type | Gets the type of the physical member. |
Int32 | UnlockedExclusives | Gets the number of unlocked exclusive locks on the physical member. |
Int32 | UnlockedShareReads | Gets the number of unlocked shared reads on the physical member. |
Int32 | UserRecordLength | Gets the user record length of the physical member. |
Int32 | ValidFields | Gets the number of valid fields in the physical member. |
Int32 | WaitsRecord | Gets the number of waits on the physical member. |