| MatchTargetEvent Property |
The event on which the auto-matching should be triggered
Namespace:
SanteDB.Matcher.Definition
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public List<string> Event { get; set; }
Public Property Event As List(Of String)
Get
Set
public:
property List<String^>^ Event {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Event : List<string> with get, set
Property Value
Type:
ListStringSee Also