Click or drag to resize

QueryModelExtensions Class

Query model extensions
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Model.QueryQueryModelExtensions

Namespace:  SanteDB.Core.Model.Query
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public static class QueryModelExtensions

The QueryModelExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAge
Return the age
Public methodStatic memberDateTrunc(DateTime, String)
Gets the date contains function
Public methodStatic memberDateTrunc(DateTimeOffset, String)
Gets the date contains function
Public methodStatic memberDifference(DateTime, DateTime)
Calculate the difference between two dates
Public methodStatic memberDifference(DateTimeOffset, DateTimeOffset)
Calculate the difference between two dates
Public methodStatic memberSubstr
Gets the first characters
Top
See Also