| MaterialIsAdministrative Property |
True if the material is simply administrative
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public bool IsAdministrative { get; set; }
Public Property IsAdministrative As Boolean
Get
Set
public:
property bool IsAdministrative {
bool get ();
void set (bool value);
}
member IsAdministrative : bool with get, set
Property Value
Type:
BooleanSee Also