...
- EncounterDateObject – The date value of the encounter. Will return DateTime.MinValue if the encounter is null.
- EncounterDate – the string value of the encounter. Will return an empty string if the encounter is null.
- IsBaseline – returns true if the encounter is the baseline encounter, otherwise false.
- IsFixed – returns true if the encounter is for a fixed interval, otherwise false.
- IsNull – returns true if the encounter is null, otherwise false.
- #DataExportName #VariableCode – returns the value of the variable with the specified data export namevariable code. If the value is null, an empty string is returned.
- #DataExportName#VariableCode.Name – returns the pick list name associated with the value of the variable with the specified data export namevariable code. If the value is null, an empty string is returned.
- #DataExportName#VariableCode.ID – returns the ID of the variable with the specified data export namevariable code. This is used for methods that take a variableId.
...