IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Lib.MedicalData Class Reference

Holds any data that is specified in the section that can contain any medical data, i.e. within XML element whose name equals MsgConst.OoMedicalDataContainer (="support"). This class contains converters to classes holding specific data. More...

Public Member Functions

override string ToString ()
 

Public Attributes

string DataKind = null
 

Properties

MsgConst C [get]
 
bool IsDiagnosisCode [get]
 
bool IsDiagnosisText [get]
 
bool IsAutopsyDeathReason [get]
 
bool IsAutopsyBasicDisease [get]
 
bool IsAutopsyAssociatedDisease [get]
 
bool IsAutopsyOtherInformation [get]
 
DiagnosisCodeClass DiagonsisCode [get]
 Converts medical data contained in this object to diagnosis code. More...
 
DiagnosisText DiagnosisText [get]
 Converts medical data contained in this object to diagnosis text. More...
 
AutopsyDeathReason AutopsyDeathReason [get]
 Converts medical data contained in this object to AutopsyDeathReason. More...
 
AutopsyBasicDisease AutopsyBasicDisease [get]
 Converts medical data contained in this object to AutopsyBasicDisease. More...
 
AutopsyAssociatedDisease AutopsyAssociatedDisease [get]
 Converts medical data contained in this object to AutopsyAssociatedDisease. More...
 
AutopsyOtherInformation AutopsyOtherInformation [get]
 Converts medical data contained in this object to AutopsyOtherInformation. More...
 

Private Attributes

string DataType = null
 
string Code = null
 
string CodeSystem = null
 
string AttributeValue = null
 
string ElementValue = null
 

Detailed Description

Holds any data that is specified in the section that can contain any medical data, i.e. within XML element whose name equals MsgConst.OoMedicalDataContainer (="support"). This class contains converters to classes holding specific data.

Member Function Documentation

override string IG.Lib.MedicalData.ToString ( )
inline

Member Data Documentation

string IG.Lib.MedicalData.DataKind = null
string IG.Lib.MedicalData.DataType = null
private
string IG.Lib.MedicalData.Code = null
private
string IG.Lib.MedicalData.CodeSystem = null
private
string IG.Lib.MedicalData.AttributeValue = null
private
string IG.Lib.MedicalData.ElementValue = null
private

Property Documentation

MsgConst IG.Lib.MedicalData.C
getprivate
bool IG.Lib.MedicalData.IsDiagnosisCode
get
bool IG.Lib.MedicalData.IsDiagnosisText
get
bool IG.Lib.MedicalData.IsAutopsyDeathReason
get
bool IG.Lib.MedicalData.IsAutopsyBasicDisease
get
bool IG.Lib.MedicalData.IsAutopsyAssociatedDisease
get
bool IG.Lib.MedicalData.IsAutopsyOtherInformation
get
DiagnosisCodeClass IG.Lib.MedicalData.DiagonsisCode
get

Converts medical data contained in this object to diagnosis code.

Referenced by IG.Lib.MsgObervationOrder.Read().

DiagnosisText IG.Lib.MedicalData.DiagnosisText
get

Converts medical data contained in this object to diagnosis text.

Referenced by IG.Lib.MsgObervationOrder.Read().

AutopsyDeathReason IG.Lib.MedicalData.AutopsyDeathReason
get

Converts medical data contained in this object to AutopsyDeathReason.

Referenced by IG.Lib.MsgObervationOrder.Read().

AutopsyBasicDisease IG.Lib.MedicalData.AutopsyBasicDisease
get

Converts medical data contained in this object to AutopsyBasicDisease.

Referenced by IG.Lib.MsgObervationOrder.Read().

AutopsyAssociatedDisease IG.Lib.MedicalData.AutopsyAssociatedDisease
get

Converts medical data contained in this object to AutopsyAssociatedDisease.

Referenced by IG.Lib.MsgObervationOrder.Read().

AutopsyOtherInformation IG.Lib.MedicalData.AutopsyOtherInformation
get

Converts medical data contained in this object to AutopsyOtherInformation.

Referenced by IG.Lib.MsgObervationOrder.Read().


The documentation for this class was generated from the following file: