Class JNeedType
A data type for a need that is characteristically defined within a need category from assessments that drive the purpose for rehabilitation programs that address subject needs.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JNeedType : IEquatable<JNeedType>
Properties
Category
A kind of categories that Subject Assessments are based upon to help organize the assessments the subject has taken. NIEM reference is j:NeedCategoryText
Declaration
[DataMember(Name = "category")]
public List<NcTextType> Category { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of categories that Subject Assessments are based upon to help organize the assessments the subject has taken. NIEM reference is j:NeedCategoryText |
Context
jNeedType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JNeedType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JNeedType.ContextEnum> | jNeedType JSON-LD context |
IntensityLevel
A descriptor used to describe how serious a subject has needs of a specific type. NIEM reference is j:NeedIntensityLevelText
Declaration
[DataMember(Name = "intensityLevel")]
public List<NcTextType> IntensityLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A descriptor used to describe how serious a subject has needs of a specific type. NIEM reference is j:NeedIntensityLevelText |
IsAddressed
True if is set when parties believe that the Goals have been achieved and each Need or Risk has been adequately addressed; false otherwise. NIEM reference is j:NeedAddressedIndicator
Declaration
[DataMember(Name = "isAddressed")]
public List<NiemXsboolean> IsAddressed { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if is set when parties believe that the Goals have been achieved and each Need or Risk has been adequately addressed; false otherwise. NIEM reference is j:NeedAddressedIndicator |
NeedId
An identifier of a need that a subject has been assessed with. NIEM reference is j:NeedID
Declaration
[DataMember(Name = "needId")]
public List<NiemXsstring> NeedId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | An identifier of a need that a subject has been assessed with. NIEM reference is j:NeedID |
ScoreNumeric
A numeric score for the need based on assessment. NIEM reference is j:NeedScoreNumeric
Declaration
[DataMember(Name = "scoreNumeric")]
public List<NcNumericType> ScoreNumeric { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcNumericType> | A numeric score for the need based on assessment. NIEM reference is j:NeedScoreNumeric |
Source
A kind of values to identify the source of the Need or Risk. NIEM reference is j:NeedSourceText
Declaration
[DataMember(Name = "source")]
public List<NcTextType> Source { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of values to identify the source of the Need or Risk. NIEM reference is j:NeedSourceText |
Methods
Equals(JNeedType)
Returns true if JNeedType instances are equal
Declaration
public bool Equals(JNeedType other)
Parameters
Type | Name | Description |
---|---|---|
JNeedType | other | Instance of JNeedType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(JNeedType, JNeedType)
Declaration
public static bool operator ==(JNeedType left, JNeedType right)
Parameters
Type | Name | Description |
---|---|---|
JNeedType | left | |
JNeedType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JNeedType, JNeedType)
Declaration
public static bool operator !=(JNeedType left, JNeedType right)
Parameters
Type | Name | Description |
---|---|---|
JNeedType | left | |
JNeedType | right |
Returns
Type | Description |
---|---|
System.Boolean |