Click or drag to resize

XmlProtocolLibrary Class

An implementation of the ICdssLibrary which uses the XML format
Inheritance Hierarchy
SystemObject
  SanteDB.Cdss.XmlXmlProtocolLibrary

Namespace: SanteDB.Cdss.Xml
Assembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntax
public class XmlProtocolLibrary : ICdssLibrary, 
	ICdssAsset

The XmlProtocolLibrary type exposes the following members.

Constructors
 NameDescription
Public methodXmlProtocolLibrary Creates a new protocol library
Public methodXmlProtocolLibrary(CdssLibraryDefinition) Create a new protocol library
Top
Properties
 NameDescription
Public propertyDocumentation Get the documentation
Public propertyId The unique identifier of the object in the scope of the protocol
Public propertyLibrary Get the library definition
Public propertyName Gets the name of the protocol
Public propertyOid Gets the universal OID for this protocol
Public propertyStorageMetadata Storage metadata
Public propertyUuid Gets the identifier for the protocol
Public propertyVersion Gets the version of the protocol
Top
Methods
 NameDescription
Public methodAnalyze Analyze the collected samples and determine if there are any detected issues
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecute Execute all applicable decision logic for target and emit all of the proposed objects and raised issues
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetProtocolDefinitions Get the protocol definitions from the CDSS library
Public methodGetProtocols Get protocols defined for patients in the library
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLoad Load the protocl definition to definitionStream
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSave Save the protocol definition to definitionStream
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
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 MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also