Class HsMentalHealthDetailsType
A data type for details about a person's mental health including social history and psychosocial information.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsMentalHealthDetailsType : NcActivityType, IEquatable<NcActivityType>, IEquatable<HsMentalHealthDetailsType>
Properties
Context
hsMentalHealthDetailsType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsMentalHealthDetailsType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<HsMentalHealthDetailsType.ContextEnum> | hsMentalHealthDetailsType JSON-LD context |
DevelopmentalDisabilityCategory
A kind of developmental disability. NIEM reference is hs:DevelopmentalDisabilityCategoryText
Declaration
[DataMember(Name = "developmentalDisabilityCategory")]
public List<NcTextType> DevelopmentalDisabilityCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of developmental disability. NIEM reference is hs:DevelopmentalDisabilityCategoryText |
DevelopmentalDisabilityCategoryCode
A code list that describes a person's developmental disabilities NIEM reference is hs:DevelopmentalDisabilityCategoryCode
Declaration
[DataMember(Name = "developmentalDisabilityCategoryCode")]
public List<HsDevelopmentalDisabilityCodeType> DevelopmentalDisabilityCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HsDevelopmentalDisabilityCodeType> | A code list that describes a person's developmental disabilities NIEM reference is hs:DevelopmentalDisabilityCategoryCode |
MentalHealthHistoryDescription
A description of known mental health history, including behavioral health and psychological or psychiatric assessments, diagnoses, or treatments. NIEM reference is hs:MentalHealthHistoryDescriptionText
Declaration
[DataMember(Name = "mentalHealthHistoryDescription")]
public List<NcTextType> MentalHealthHistoryDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of known mental health history, including behavioral health and psychological or psychiatric assessments, diagnoses, or treatments. NIEM reference is hs:MentalHealthHistoryDescriptionText |
MentalHealthHospitalizationHistoryDescription
A description of past in-patient hospitalizations due to mental health issues. NIEM reference is hs:MentalHealthHospitalizationHistoryDescriptionText
Declaration
[DataMember(Name = "mentalHealthHospitalizationHistoryDescription")]
public List<NcTextType> MentalHealthHospitalizationHistoryDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of past in-patient hospitalizations due to mental health issues. NIEM reference is hs:MentalHealthHospitalizationHistoryDescriptionText |
Methods
Equals(HsMentalHealthDetailsType)
Returns true if HsMentalHealthDetailsType instances are equal
Declaration
public bool Equals(HsMentalHealthDetailsType other)
Parameters
Type | Name | Description |
---|---|---|
HsMentalHealthDetailsType | other | Instance of HsMentalHealthDetailsType 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(HsMentalHealthDetailsType, HsMentalHealthDetailsType)
Declaration
public static bool operator ==(HsMentalHealthDetailsType left, HsMentalHealthDetailsType right)
Parameters
Type | Name | Description |
---|---|---|
HsMentalHealthDetailsType | left | |
HsMentalHealthDetailsType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(HsMentalHealthDetailsType, HsMentalHealthDetailsType)
Declaration
public static bool operator !=(HsMentalHealthDetailsType left, HsMentalHealthDetailsType right)
Parameters
Type | Name | Description |
---|---|---|
HsMentalHealthDetailsType | left | |
HsMentalHealthDetailsType | right |
Returns
Type | Description |
---|---|
System.Boolean |