Table Description
DAICDCodeVersion: The ICD Code Version entity contains the Version number of ICD Codes specified by WHO and related parameters.

The ICD Code Version entity contains the Version number of ICD Codes specified by World Health Organization (WHO) and related parameters.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Decision Assist::Service Layer::ICDCodes::Entity::ICDCodeVersion
Controlling File: DecisionAssist\model\Packages\Service Layer\ICDCodes\Entity\ICDCode_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (8)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
ICDCodeVersionIDkeynoSystem generated unique identifier for an ICD Code VersionDA_ICD_CODE_VERSION_ID SVR_INT64
versionNumberdetails Version Number of the ICD Codes specified by WHO.DA_ICD_VERSION_NUMBER SVR_DOUBLE
versionStatusdetails Status of the ICD Code Version in the systemDA_ICD_VERSION_STATUSDAICDCodeVersionStatusSVR_STRING<10>
classificationdetails System of classification for the ICD Code Version.DA_ICD_CLASSIFICATION SVR_STRING<20>
volumedetails Volume number of an uploaded ICD Code Version.DA_ICD_VOLUME SVR_INT16
fromDatedetails Date when the ICD Code Version is released in the system.CURAM_DATE SVR_DATE
toDatedetails Date when the ICD Code Version is ended in the systemCURAM_DATE SVR_DATE
dateUploadeddetails Date when the ICD Code Version was uploaded in the system.CURAM_DATETIME SVR_DATETIME
Foreign Keys (1)
ChildParent
ICDCode.ICDCodeVersionIDICDCodeVersion.ICDCodeVersionID
Operations (14)
OperationStereotypeOptionsDescriptionSQL
insertinsertPRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
searchAllVersionNumbersnsmultiREADMULTI_LIM: 1000
 
 SQL
readAllnkreadmultiORDER_BY: versionNumber
READMULTI_LIM: 1000
  
modifyForReleaseICDCodeVersion    
readMaxVersionns  SQL
modifyForRemoveICDCodeVersionnsmodify   
searchReleasedVersionNumbersnsmultiREADMULTI_LIM: 1000
 
 SQL
searchActiveVersionNumbersnsmulti  SQL
countICDCodeVersionns  SQL
insertICDCodeVersioninsert Standard Operation 
modifyForReleaseICDCodeVersionnsmodifyOPTIMISTIC_LOCKING: no
Modifies the ICD code version details on releasing ICD code version. 
Related Pages (16)