Class HsMedicalHealthDetailsType
A data type for details about a person's medical health.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsMedicalHealthDetailsType : NcActivityType, IEquatable<NcActivityType>, IEquatable<HsMedicalHealthDetailsType>
Properties
Context
hsMedicalHealthDetailsType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsMedicalHealthDetailsType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<HsMedicalHealthDetailsType.ContextEnum> | hsMedicalHealthDetailsType JSON-LD context |
DentalHistoryDescription
A description of the details of a person's dental history, which may include diagnosis, treatment plans, and medications. NIEM reference is hs:DentalHistoryDescriptionText
Declaration
[DataMember(Name = "dentalHistoryDescription")]
public List<NcTextType> DentalHistoryDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the details of a person's dental history, which may include diagnosis, treatment plans, and medications. NIEM reference is hs:DentalHistoryDescriptionText |
IsHearingDisability
True if the juvenile has a hearing disability; false otherwise. NIEM reference is hs:HearingDisabilityIndicator
Declaration
[DataMember(Name = "isHearingDisability")]
public List<NiemXsboolean> IsHearingDisability { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the juvenile has a hearing disability; false otherwise. NIEM reference is hs:HearingDisabilityIndicator |
IsOtherPhysicalDisability
True if the juvenile has a physical disability other than a visual or hearing impairment; false otherwise. NIEM reference is hs:OtherPhysicalDisabilityIndicator
Declaration
[DataMember(Name = "isOtherPhysicalDisability")]
public List<NiemXsboolean> IsOtherPhysicalDisability { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the juvenile has a physical disability other than a visual or hearing impairment; false otherwise. NIEM reference is hs:OtherPhysicalDisabilityIndicator |
IsVisualDisability
True if the juvenile has a visual disability; false otherwise. NIEM reference is hs:VisualDisabilityIndicator
Declaration
[DataMember(Name = "isVisualDisability")]
public List<NiemXsboolean> IsVisualDisability { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the juvenile has a visual disability; false otherwise. NIEM reference is hs:VisualDisabilityIndicator |
MedicalHistoryDescription
A description of known medical history. NIEM reference is hs:MedicalHistoryDescriptionText
Declaration
[DataMember(Name = "medicalHistoryDescription")]
public List<NcTextType> MedicalHistoryDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of known medical history. NIEM reference is hs:MedicalHistoryDescriptionText |
Methods
Equals(HsMedicalHealthDetailsType)
Returns true if HsMedicalHealthDetailsType instances are equal
Declaration
public bool Equals(HsMedicalHealthDetailsType other)
Parameters
Type | Name | Description |
---|---|---|
HsMedicalHealthDetailsType | other | Instance of HsMedicalHealthDetailsType 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(HsMedicalHealthDetailsType, HsMedicalHealthDetailsType)
Declaration
public static bool operator ==(HsMedicalHealthDetailsType left, HsMedicalHealthDetailsType right)
Parameters
Type | Name | Description |
---|---|---|
HsMedicalHealthDetailsType | left | |
HsMedicalHealthDetailsType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(HsMedicalHealthDetailsType, HsMedicalHealthDetailsType)
Declaration
public static bool operator !=(HsMedicalHealthDetailsType left, HsMedicalHealthDetailsType right)
Parameters
Type | Name | Description |
---|---|---|
HsMedicalHealthDetailsType | left | |
HsMedicalHealthDetailsType | right |
Returns
Type | Description |
---|---|
System.Boolean |