Difference between revisions of "Victim Needs Assessment"

From IMSMA Wiki
Jump to: navigation, search
(Created page with "{{Note | The Victim child table for Needs assessment is called ''victim_needs_assessment'' and the entity type is called ''VICTIM_NEEDS_ASSESSMENT''. <br> The Needs assessment...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Note | The Victim child table for Needs assessment is called ''victim_needs_assessment'' and the entity type is called ''VICTIM_NEEDS_ASSESSMENT''. <br>
+
{{Note | The Victim child table for Needs assessment is called ''victim_needs_assessment'', the entity type is called ''VICTIM_NEEDS_ASSESSMENT'' and the target is called ''VictimNeedsAssessmentVersion''. <br>
The Needs assessment classification table is called ''needs_assessment'' and the entity is called ''NEEDS_ASSESSMENT''.}}
+
The [[Needs Classification Uncategorised | Needs assessment classification table]] is called ''needs_assessment'', the entity is called ''NEEDS_ASSESSMENT'' and the target is called ''NeedsAssessment''.}}
  
 
{|
 
{|
 
|- valign="top"
 
|- valign="top"
 
|
 
|
[[Image:Uncategorised.png|200px]]
+
[[Image:Uncategorised.png|100px]]
 
|
 
|
{| class="wikitable"
+
{| class="wikitable sortable"
! Label!!Database column name!! Data type
+
! DIM Label !! Data type !! Database column name !! Enumcategory !! Pojo name
 
|-
 
|-
| Needs classification||needs_assessment_base_data_guid||Single-select
+
| -||String|| guid||||Guid
 
|-
 
|-
| Priority||priority_guid||Single-select
+
| Needs Classification||Classification|| needs_assessment_base_data_guid||||NeedsAssessment
 
|-
 
|-
| Quantity||quantity||Integer
+
| Priority||Single-select|| priority_guid||Priority||Priority
 
|-
 
|-
| Status||status_guid||Single-select
+
| Quantity||Integer|| quantity||||Quantity
 +
|-
 +
| Status||Single-select|| status_guid||VictimNeedsAssessmentStatus||Status
 +
|-
 +
| -||Parent|| victim_guid||||Victim
 
|}
 
|}
 
|}
 
|}
 
{{NavBox Data Dictionary}}
 
{{NavBox Data Dictionary}}
 
[[Category:NAA]]
 
[[Category:NAA]]

Latest revision as of 18:41, 5 November 2018

Note.jpg The Victim child table for Needs assessment is called victim_needs_assessment, the entity type is called VICTIM_NEEDS_ASSESSMENT and the target is called VictimNeedsAssessmentVersion.

The Needs assessment classification table is called needs_assessment, the entity is called NEEDS_ASSESSMENT and the target is called NeedsAssessment.

Uncategorised.png

DIM Label Data type Database column name Enumcategory Pojo name
- String guid Guid
Needs Classification Classification needs_assessment_base_data_guid NeedsAssessment
Priority Single-select priority_guid Priority Priority
Quantity Integer quantity Quantity
Status Single-select status_guid VictimNeedsAssessmentStatus Status
- Parent victim_guid Victim