![]() | ConceptClassResourceHandler Class |
Namespace: SanteDB.Rest.HDSI.Resources
The ConceptClassResourceHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConceptClassResourceHandler |
DI constructor
|
Name | Description | |
---|---|---|
![]() | Capabilities |
Get capabilities
(Overrides ResourceHandlerBase<TResource>.Capabilities.) |
![]() | ChildResources |
Get all child resources
(Inherited from ResourceHandlerBase<TData>.) |
![]() | Operations |
Get all child resources
(Inherited from ResourceHandlerBase<TData>.) |
![]() | ResourceName |
Gets the resource name
(Inherited from ResourceHandlerBase<TResource>.) |
![]() | Scope |
Gets the scope
(Inherited from ResourceHandlerBase<TData>.) |
![]() | ServiceName |
Get service name
(Inherited from ResourceHandlerBase<TResource>.) |
![]() | Type |
Gets the type
(Inherited from ResourceHandlerBase<TResource>.) |
Name | Description | |
---|---|---|
![]() | AddChildObject |
Add an associated entity
(Inherited from ResourceHandlerBase<TData>.) |
![]() | AddChildResource |
Add the property handler to this handler
(Inherited from ResourceHandlerBase<TData>.) |
![]() | AddOperation |
Add the child operation
(Inherited from ResourceHandlerBase<TData>.) |
![]() | Cancel |
Cancel the specified object
(Inherited from ResourceHandlerBase<TData>.) |
![]() | CheckIn |
Release the specified lock
(Inherited from ResourceHandlerBase<TData>.) |
![]() | CheckOut |
Attempt to get a lock on the specified object
(Inherited from ResourceHandlerBase<TData>.) |
![]() | Create |
Create a resource
(Inherited from ResourceHandlerBase<TResource>.) |
![]() | 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.) |
![]() | Get |
Read clinical data
(Inherited from ResourceHandlerBase<TResource>.) |
![]() | GetChildObject |
Get associated entity
(Inherited from ResourceHandlerBase<TData>.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetRepository |
Gets the repository
(Inherited from ResourceHandlerBase<TResource>.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InvokeOperation |
Invoke the specified operation
(Inherited from ResourceHandlerBase<TData>.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Nullify |
Nullify the specified object
(Inherited from ResourceHandlerBase<TData>.) |
![]() | Obsolete |
OBsoletion wrapper with locking
(Inherited from ResourceHandlerBase<TData>.) |
![]() | Query(NameValueCollection) |
Perform a query
(Inherited from ResourceHandlerBase<TResource>.) |
![]() | Query(NameValueCollection, Int32, Int32, Int32) |
Perform the actual query
(Inherited from ResourceHandlerBase<TResource>.) |
![]() | QueryChildObjects |
Query for associated entities
(Inherited from ResourceHandlerBase<TData>.) |
![]() | RemoveChildObject |
Remove an associated entity
(Inherited from ResourceHandlerBase<TData>.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Touch |
Touch the specified object
(Inherited from ResourceHandlerBase<TData>.) |
![]() | TryGetChainedResource |
Try to get a chained resource
(Inherited from ResourceHandlerBase<TData>.) |
![]() | TryGetOperation |
Try to get operation
(Inherited from ResourceHandlerBase<TData>.) |
![]() | Update |
Update with lock
(Inherited from ResourceHandlerBase<TData>.) |
Name | Description | |
---|---|---|
![]() | m_localizationService |
Localization service
(Inherited from ResourceHandlerBase<TResource>.) |
![]() | m_repository |
IRepository service
(Inherited from ResourceHandlerBase<TResource>.) |
![]() | m_tracer | (Inherited from ResourceHandlerBase<TResource>.) |
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.) |