QueryObjectSbj

QueryObjectSbj 1:

Determines a subordinate object that matches the specified subject identifier.
The query works recursively and is not limited to direct child objects.

Syntax

VAR_INPUT
  sSubject    : REFERENCE TO T_BA_MedString;
END_VAR
VAR_OUTPUT
  iResult     : I_BA_Object;
END_VAR

QueryObjectSbj 2: Inputs

Name

Type

Description

sSubject

REFERENCE TO T_BA_MedString

Subject Identifier.

QueryObjectSbj 3: Outputs

Name

Type

Description

iResult

I_BA_Object

Interface pointer to the subordinate object.

QueryObjectSbj 4: Return value

Name

Type

Description

QueryObjectSbj

BOOL

This indicates whether subordinate objects exist.