 | SimplifiedViewConceptSelectExcludeConcepts Property |
Concepts which should be excluded from the concept set
Namespace: SanteDB.Core.Templates.ViewAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic List<Guid> ExcludeConcepts { get; set; }Public Property ExcludeConcepts As List(Of Guid)
Get
Set
public:
property List<Guid>^ ExcludeConcepts {
List<Guid>^ get ();
void set (List<Guid>^ value);
}member ExcludeConcepts : List<Guid> with get, set
Property Value
ListGuid
See Also