| GenericLocalActRepositoryTAct Class |
Represents an act repository service.
Inheritance Hierarchy
Namespace:
SanteDB.DisconnectedClient.Services.Local
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public class GenericLocalActRepository<TAct> : GenericLocalClinicalDataRepository<TAct>,
ICancelRepositoryService<TAct>, IRepositoryService<TAct>, IServiceImplementation
where TAct : Act
Public Class GenericLocalActRepository(Of TAct As Act)
Inherits GenericLocalClinicalDataRepository(Of TAct)
Implements ICancelRepositoryService(Of TAct), IRepositoryService(Of TAct),
IServiceImplementation
generic<typename TAct>
where TAct : Act
public ref class GenericLocalActRepository : public GenericLocalClinicalDataRepository<TAct>,
ICancelRepositoryService<TAct>, IRepositoryService<TAct>, IServiceImplementation
type GenericLocalActRepository<'TAct when 'TAct : Act> =
class
inherit GenericLocalClinicalDataRepository<'TAct>
interface ICancelRepositoryService<'TAct>
interface IRepositoryService<'TAct>
interface IServiceImplementation
end
Type Parameters
- TAct
[Missing <typeparam name="TAct"/> documentation for "T:SanteDB.DisconnectedClient.Services.Local.GenericLocalActRepository`1"]
The GenericLocalActRepositoryTAct type exposes the following members.
Constructors Properties Methods
| Name | Description |
---|
| Cancel |
Insert or update the specified act
|
| Demand |
Demand permission
(Inherited from GenericLocalRepositoryTEntity.) |
| DemandAlter |
Demand alter permission
(Inherited from GenericLocalRepositoryTEntity.) |
| DemandDelete |
Demand delete permission
(Inherited from GenericLocalRepositoryTEntity.) |
| DemandQuery |
Demand query
(Inherited from GenericLocalRepositoryTEntity.) |
| DemandRead |
Demand read
(Inherited from GenericLocalRepositoryTEntity.) |
| DemandWrite |
Demand write permission
(Inherited from GenericLocalRepositoryTEntity.) |
| 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(ExpressionFuncTAct, Boolean) |
Find the specified act
(Overrides GenericLocalRepositoryTEntityFind(ExpressionFuncTEntity, Boolean).) |
| Find(ExpressionFuncTAct, Boolean, Int32, NullableInt32, Int32, ModelSortTAct) |
Find the specified act
(Overrides GenericLocalRepositoryTEntityFind(ExpressionFuncTEntity, Boolean, Int32, NullableInt32, Int32, ModelSortTEntity).) |
| Find(ExpressionFuncTAct, Boolean, Int32, NullableInt32, Int32, Guid, ModelSortTAct) |
Find the specified act
(Overrides GenericLocalRepositoryTEntityFind(ExpressionFuncTEntity, Boolean, Int32, NullableInt32, Int32, Guid, ModelSortTEntity).) |
| FindFast |
Find the specified act in a fast load manner
(Overrides GenericLocalRepositoryTEntityFindFast(ExpressionFuncTEntity, Boolean, Int32, NullableInt32, Int32, Guid).) |
| Get(Guid) |
Get the specified act
(Overrides GenericLocalRepositoryTEntityGet(Guid).) |
| Get(Guid, Guid) |
Get the specified act
(Overrides GenericLocalRepositoryTEntityGet(Guid, Guid).) |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Insert |
Insert the specified act
(Overrides GenericLocalRepositoryTEntityInsert(TEntity).) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| Nullify |
Nullify (invalidate or mark entered in error) the clinical act
(Overrides GenericLocalNullifiedRepositoryTModelNullify(Guid).) |
| Obsolete |
Obsolete (mark as no longer valid) the specified act
(Overrides GenericLocalRepositoryTEntityObsolete(Guid).) |
| Save |
Update clinical act
(Overrides GenericLocalRepositoryTEntitySave(TEntity).) |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Touch |
Touch the specified object
(Inherited from GenericLocalNullifiedRepositoryTModel.) |
| Validate |
Validates an act.
(Overrides GenericLocalRepositoryTEntityValidate(TEntity).) |
TopEvents Fields Extension Methods
| Name | Description |
---|
| ConvertTReturn |
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.) |
| GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |
TopSee Also Reference
[!:IActRepositoryService]
[!:Services.IRepositoryService<Act>]
[!:Services.IRepositoryService<SubstanceAdministration>]
[!:Services.IRepositoryService<QuantityObservation>]
[!:Services.IRepositoryService<PatientEncounter>]
[!:Services.IRepositoryService<CodedObservation>]
[!:Services.IRepositoryService<TextObservation>]