Click or drag to resize

GenericLocalActRepositoryTAct Class

Represents an act repository service.
Inheritance Hierarchy
SystemObject
  SanteDB.DisconnectedClient.Services.LocalGenericLocalRepositoryTAct
    SanteDB.DisconnectedClient.Services.LocalGenericLocalNullifiedRepositoryTAct
      SanteDB.DisconnectedClient.Services.LocalGenericLocalClinicalDataRepositoryTAct
        SanteDB.DisconnectedClient.Services.LocalGenericLocalActRepositoryTAct

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

Type Parameters

TAct

[Missing <typeparam name="TAct"/> documentation for "T:SanteDB.DisconnectedClient.Services.Local.GenericLocalActRepository`1"]

The GenericLocalActRepositoryTAct type exposes the following members.

Constructors
  NameDescription
Public methodGenericLocalActRepositoryTAct
Initializes a new instance of the GenericLocalActRepositoryTAct class
Top
Properties
Methods
  NameDescription
Public methodCancel
Insert or update the specified act
Protected methodDemand
Demand permission
(Inherited from GenericLocalRepositoryTEntity.)
Public methodDemandAlter
Demand alter permission
(Inherited from GenericLocalRepositoryTEntity.)
Public methodDemandDelete
Demand delete permission
(Inherited from GenericLocalRepositoryTEntity.)
Public methodDemandQuery
Demand query
(Inherited from GenericLocalRepositoryTEntity.)
Public methodDemandRead
Demand read
(Inherited from GenericLocalRepositoryTEntity.)
Public methodDemandWrite
Demand write permission
(Inherited from GenericLocalRepositoryTEntity.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind(ExpressionFuncTAct, Boolean)
Find the specified act
(Overrides GenericLocalRepositoryTEntityFind(ExpressionFuncTEntity, Boolean).)
Public methodFind(ExpressionFuncTAct, Boolean, Int32, NullableInt32, Int32, ModelSortTAct)
Find the specified act
(Overrides GenericLocalRepositoryTEntityFind(ExpressionFuncTEntity, Boolean, Int32, NullableInt32, Int32, ModelSortTEntity).)
Public methodFind(ExpressionFuncTAct, Boolean, Int32, NullableInt32, Int32, Guid, ModelSortTAct)
Find the specified act
(Overrides GenericLocalRepositoryTEntityFind(ExpressionFuncTEntity, Boolean, Int32, NullableInt32, Int32, Guid, ModelSortTEntity).)
Public methodFindFast
Find the specified act in a fast load manner
(Overrides GenericLocalRepositoryTEntityFindFast(ExpressionFuncTEntity, Boolean, Int32, NullableInt32, Int32, Guid).)
Public methodGet(Guid)
Get the specified act
(Overrides GenericLocalRepositoryTEntityGet(Guid).)
Public methodGet(Guid, Guid)
Get the specified act
(Overrides GenericLocalRepositoryTEntityGet(Guid, Guid).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert
Insert the specified act
(Overrides GenericLocalRepositoryTEntityInsert(TEntity).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNullify
Nullify (invalidate or mark entered in error) the clinical act
(Overrides GenericLocalNullifiedRepositoryTModelNullify(Guid).)
Public methodObsolete
Obsolete (mark as no longer valid) the specified act
(Overrides GenericLocalRepositoryTEntityObsolete(Guid).)
Public methodSave
Update clinical act
(Overrides GenericLocalRepositoryTEntitySave(TEntity).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTouch
Touch the specified object
(Inherited from GenericLocalNullifiedRepositoryTModel.)
Public methodValidate
Validates an act.
(Overrides GenericLocalRepositoryTEntityValidate(TEntity).)
Top
Events
  NameDescription
Public eventInserted (Inherited from GenericLocalRepositoryTEntity.)
Public eventInserting (Inherited from GenericLocalRepositoryTEntity.)
Public eventObsoleted (Inherited from GenericLocalRepositoryTEntity.)
Public eventObsoleting (Inherited from GenericLocalRepositoryTEntity.)
Public eventQueried (Inherited from GenericLocalRepositoryTEntity.)
Public eventQuerying (Inherited from GenericLocalRepositoryTEntity.)
Public eventRetrieved (Inherited from GenericLocalRepositoryTEntity.)
Public eventRetrieving (Inherited from GenericLocalRepositoryTEntity.)
Public eventSaved (Inherited from GenericLocalRepositoryTEntity.)
Public eventSaving (Inherited from GenericLocalRepositoryTEntity.)
Top
Fields
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
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.)
Public Extension MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Top
See Also

Reference

[!:IActRepositoryService]
[!:Services.IRepositoryService<Act>]
[!:Services.IRepositoryService<SubstanceAdministration>]
[!:Services.IRepositoryService<QuantityObservation>]
[!:Services.IRepositoryService<PatientEncounter>]
[!:Services.IRepositoryService<CodedObservation>]
[!:Services.IRepositoryService<TextObservation>]