IDiseaseImportSummary
State
MissingVariables #
List of variables that were missing from the import data.
Signature:
Public Property Get MissingVariables() As BetterArray
Returns: BetterArray clone containing variable names.
UpdatedVariables #
List of variables updated from the import data.
Signature:
Public Property Get UpdatedVariables() As BetterArray
Returns: BetterArray clone containing variable names.
AppendedVariables #
List of variables appended to the target table.
Signature:
Public Property Get AppendedVariables() As BetterArray
Returns: BetterArray clone containing variable names.
RequiresReport #
Indicates whether the merge requires a follow-up report.
Signature:
Public Property Get RequiresReport() As Boolean
Mutators
RegisterMissing #
Register a variable that was missing from the import.
Signature:
Public Sub RegisterMissing(ByVal varName As String)
RegisterUpdated #
Register a variable whose details were updated.
Signature:
Public Sub RegisterUpdated(ByVal varName As String)
RegisterAppended #
Register a variable appended from the import.
Signature:
Public Sub RegisterAppended(ByVal varName As String)