Class JMentalHealthAssessmentFactorType
A data type for a symptom or measurement of mental health.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JMentalHealthAssessmentFactorType : IEquatable<JMentalHealthAssessmentFactorType>
Properties
Category
A kind of mental health factor. NIEM reference is j:MentalHealthAssessmentFactorCategoryText
Declaration
[DataMember(Name = "category")]
public List<NcTextType> Category { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of mental health factor. NIEM reference is j:MentalHealthAssessmentFactorCategoryText |
Context
jMentalHealthAssessmentFactorType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JMentalHealthAssessmentFactorType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JMentalHealthAssessmentFactorType.ContextEnum> | jMentalHealthAssessmentFactorType JSON-LD context |
Details
A set of details of the mental health factors that exist. NIEM reference is j:MentalHealthAssessmentFactorDetailsText
Declaration
[DataMember(Name = "details")]
public List<NcTextType> Details { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A set of details of the mental health factors that exist. NIEM reference is j:MentalHealthAssessmentFactorDetailsText |
Methods
Equals(JMentalHealthAssessmentFactorType)
Returns true if JMentalHealthAssessmentFactorType instances are equal
Declaration
public bool Equals(JMentalHealthAssessmentFactorType other)
Parameters
Type | Name | Description |
---|---|---|
JMentalHealthAssessmentFactorType | other | Instance of JMentalHealthAssessmentFactorType 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(JMentalHealthAssessmentFactorType, JMentalHealthAssessmentFactorType)
Declaration
public static bool operator ==(JMentalHealthAssessmentFactorType left, JMentalHealthAssessmentFactorType right)
Parameters
Type | Name | Description |
---|---|---|
JMentalHealthAssessmentFactorType | left | |
JMentalHealthAssessmentFactorType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JMentalHealthAssessmentFactorType, JMentalHealthAssessmentFactorType)
Declaration
public static bool operator !=(JMentalHealthAssessmentFactorType left, JMentalHealthAssessmentFactorType right)
Parameters
Type | Name | Description |
---|---|---|
JMentalHealthAssessmentFactorType | left | |
JMentalHealthAssessmentFactorType | right |
Returns
Type | Description |
---|---|
System.Boolean |