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...")
 
Line 5: Line 5:
 
|- 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]]

Revision as of 19:17, 1 February 2016

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

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

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