![]() | GenericLocalClinicalDataRepository<TModel> Class |
Namespace: SanteDB.DisconnectedClient.Services.Local
public class GenericLocalClinicalDataRepository<TModel> : GenericLocalNullifiedRepository<TModel> where TModel : IdentifiedData, IHasState
[Missing <typeparam name="TModel"/> documentation for "T:SanteDB.DisconnectedClient.Services.Local.GenericLocalClinicalDataRepository`1"]
The GenericLocalClinicalDataRepository<TModel> type exposes the following members.
Name | Description | |
---|---|---|
![]() | GenericLocalClinicalDataRepository<TModel> | Initializes a new instance of the GenericLocalClinicalDataRepository<TModel> class |
Name | Description | |
---|---|---|
![]() | AlterPolicy | (Overrides GenericLocalRepository<TEntity>.AlterPolicy.) |
![]() | DeletePolicy | (Overrides GenericLocalRepository<TEntity>.DeletePolicy.) |
![]() | QueryPolicy | (Overrides GenericLocalRepository<TEntity>.QueryPolicy.) |
![]() | ReadPolicy | (Overrides GenericLocalRepository<TEntity>.ReadPolicy.) |
![]() | ServiceName |
Get the service name
(Inherited from GenericLocalRepository<TEntity>.) |
![]() | WritePolicy | (Overrides GenericLocalRepository<TEntity>.WritePolicy.) |
Name | Description | |
---|---|---|
![]() | Demand |
Demand permission
(Inherited from GenericLocalRepository<TEntity>.) |
![]() | DemandAlter |
Demand alter permission
(Inherited from GenericLocalRepository<TEntity>.) |
![]() | DemandDelete |
Demand delete permission
(Inherited from GenericLocalRepository<TEntity>.) |
![]() | DemandQuery |
Demand query
(Inherited from GenericLocalRepository<TEntity>.) |
![]() | DemandRead |
Demand read
(Inherited from GenericLocalRepository<TEntity>.) |
![]() | DemandWrite |
Demand write permission
(Inherited from GenericLocalRepository<TEntity>.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Find(Expression<Func<TEntity, Boolean>>) |
Perform a simple find
(Inherited from GenericLocalRepository<TEntity>.) |
![]() | Find(Expression<Func<TEntity, Boolean>>, Int32, Nullable<Int32>, Int32,ModelSort<TEntity>[]) |
Perform a normal find
(Inherited from GenericLocalRepository<TEntity>.) |
![]() | Find(Expression<Func<TEntity, Boolean>>, Int32, Nullable<Int32>, Int32, Guid,ModelSort<TEntity>[]) |
Find with stored query parameters
(Inherited from GenericLocalRepository<TEntity>.) |
![]() | FindFast |
Perform a faster version of the query for an object
(Inherited from GenericLocalRepository<TEntity>.) |
![]() | Get(Guid) |
Get the specified key
(Inherited from GenericLocalRepository<TEntity>.) |
![]() | Get(Guid, Guid) |
Get specified data from persistence
(Inherited from GenericLocalRepository<TEntity>.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Insert |
Performs insert of object
(Inherited from GenericLocalRepository<TEntity>.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Nullify |
Nullify the specified object
(Inherited from GenericLocalNullifiedRepository<TModel>.) |
![]() | Obsolete |
Obsolete the specified data
(Inherited from GenericLocalRepository<TEntity>.) |
![]() | Save |
Save the specified entity (insert or update)
(Inherited from GenericLocalRepository<TEntity>.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Touch |
Touch the specified object
(Inherited from GenericLocalNullifiedRepository<TModel>.) |
![]() | Validate |
Validate a patient before saving
(Inherited from GenericLocalRepository<TEntity>.) |
Name | Description | |
---|---|---|
![]() | Inserted | (Inherited from GenericLocalRepository<TEntity>.) |
![]() | Inserting | (Inherited from GenericLocalRepository<TEntity>.) |
![]() | Obsoleted | (Inherited from GenericLocalRepository<TEntity>.) |
![]() | Obsoleting | (Inherited from GenericLocalRepository<TEntity>.) |
![]() | Queried | (Inherited from GenericLocalRepository<TEntity>.) |
![]() | Querying | (Inherited from GenericLocalRepository<TEntity>.) |
![]() | Retrieved | (Inherited from GenericLocalRepository<TEntity>.) |
![]() | Retrieving | (Inherited from GenericLocalRepository<TEntity>.) |
![]() | Saved | (Inherited from GenericLocalRepository<TEntity>.) |
![]() | Saving | (Inherited from GenericLocalRepository<TEntity>.) |
Name | Description | |
---|---|---|
![]() | m_traceSource |
Trace source
(Inherited from GenericLocalRepository<TEntity>.) |
Name | Description | |
---|---|---|
![]() | Convert<TReturn> |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |
![]() | GetInstanceOf<TDomain> |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |