CollectorSetFaceInformation(String, UserInformationMedical, Boolean) Method

Add subject's meedical questionnaire information to this measurement's payloads using key and values.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public bool SetFaceInformation(
	string faceID,
	UserInformationMedical medical,
	bool value
)

Parameters

faceID  String
The face identifier to use, typically "1"
medical  UserInformationMedical
The medical parameter (smoker, hypertensive, BP medication)
value  Boolean
The parameter's value

Return Value

Boolean
true if value was applied, false if invalid value or unable to apply.

See Also