Click or drag to resize

HdsiServiceBehaviorBase Methods

The HdsiServiceBehaviorBase type exposes the following members.

Methods
  NameDescription
Public methodAssociationCreate
Create an associated entity
Public methodAssociationGet(String, String, String)
Perform a sub-get on a child resource and key without parent instance (exmaple: GET /Patient/extendedProperty/UUID)
Public methodAssociationGet(String, String, String, String)
Removes an associated entity from the scoping property path
Public methodAssociationRemove(String, String, String)
Operates a DELETE on the instance
Public methodAssociationRemove(String, String, String, String)
Removes an associated entity from the scoping property path
Public methodAssociationSearch(String, String)
Perform a search on the specified entity
Public methodAssociationSearch(String, String, String)
Perform a search on the specified entity
Public methodCheckIn
Check-in the specified object
Public methodCheckOut
Check-out the specified object
Public methodCopy
Copy (download) a remote object to this instance
Public methodCreate
Create the specified resource
Protected methodCreateContentLocation
Create content location
Public methodCreateUpdate
Create or update the specified object
Public methodDelete
Obsolete the specified data
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 methodGet
Get the specified object
Public methodGetBarcode
Generate the barcode for the specified object with specified authority
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPointer
Get pointer to the specified resource
Protected methodGetResourceHandler
Get resource handler
Public methodGetSchema
Get the schema which defines this service
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVersion
Gets a specific version of a resource
Public methodHead
Get just the headers
Public methodHeadSearch
Perform the search but only return the headers
Public methodHistory
Gets the recent history an object
Public methodInvokeMethod(String, String, ParameterCollection)
Invoke a method which is not tied to a classifier object
Public methodInvokeMethod(String, String, String, ParameterCollection)
Invoke the specified method on the API
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOptions
Get options
Public methodPatch
Perform a patch on the serviceo
Public methodPing
Ping the server
Public methodResolvePointer
Resolve a code
Public methodResourceOptions
Options resource
Public methodSearch
Perform a search on the specified resource type
Public methodThrowIfNotReady
Throw if the service is not ready
Public methodTime
Get the server's current time
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTouch
Touches the specified data object
Public methodUpdate
Update the specified resource
Top
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