Click or drag to resize

DbActVersion Class

Represents a table which can store act data
Inheritance Hierarchy

Namespace: SanteDB.Persistence.Data.Model.Acts
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public class DbActVersion : DbVersionedData, 
	IDbHasStatus

The DbActVersion type exposes the following members.

Constructors
 NameDescription
Public methodDbActVersionInitializes a new instance of the DbActVersion class
Top
Properties
 NameDescription
Public propertyActTime Identifies the time that the act occurred
Public propertyClassConceptKey Identifies the class concept
Public propertyCreatedByKey Gets or sets the entity id which created this
(Inherited from DbBaseData)
Public propertyCreationTime Gets or sets the creation time
(Inherited from DbBaseData)
Public propertyGeoTagKey Reference to the geo graphic location of the entity
Public propertyIsHeadVersion True if the verison is the head version
(Inherited from DbVersionedData)
Public propertyIsNegated True if negated
Public propertyIsReadonly Gets whether the object is readonly
(Inherited from DbVersionedData)
Public propertyKey Gets or sets the act identifier
(Overrides DbIdentifiedKey)
Public propertyMoodConceptKey Gets or sets the mood of the act
Public propertyObsoletedByKey Gets or sets the id which obsoleted this
(Inherited from DbBaseData)
Public propertyObsoletedByKeySpecified Identifies whether obsoletion time is specified
(Inherited from DbBaseData)
Public propertyObsoletionReasonKey Gets or sets the reason for the obsoletion
Public propertyObsoletionTime Gets or sets the obsoletion time
(Inherited from DbBaseData)
Public propertyObsoletionTimeSpecified Identifies whether obsoletion time is specified
(Inherited from DbBaseData)
Public propertyReasonConceptKey Gets or sets the reason concept
Public propertyReplacesVersionKey Gets or sets teh version of the object this replaces
(Inherited from DbVersionedData)
Public propertyReplacesVersionKeySpecified True if replaces version key is being nulled
(Inherited from DbVersionedData)
Public propertyStartTime Identifies the start time of the act
Public propertyStatusConceptKey Gets or sets the status concept
Public propertyStopTime Identifies the stop time of the act
Public propertyTemplateKey Gets or sets the template
Public propertyTypeConceptKey Gets or sets the type concept
Public propertyVersionKey Version identifier
(Overrides DbVersionedDataVersionKey)
Public propertyVersionSequenceId Gets or sets the version sequence
(Inherited from DbVersionedData)
Top
Methods
 NameDescription
Public methodEquals Return whether the object has value equality
(Inherited from DbIdentified)
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 methodGetHashCode Get hash code
(Inherited from DbIdentified)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Represent this object as a string
(Inherited from DbIdentified)
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