| AppletTemplateDefinitionGuard Property |
Gets the guard condition for the template executed against the patient (allows for blocking of
templates based on patient conditions)
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public string Guard { get; set; }
Public Property Guard As String
Get
Set
public:
property String^ Guard {
String^ get ();
void set (String^ value);
}
member Guard : string with get, set
Property Value
Type:
StringSee Also