Class HsHealthInsuranceType
A data type for health insurance information.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsHealthInsuranceType : NcInsuranceType, IEquatable<NcInsuranceType>, IEquatable<HsHealthInsuranceType>Properties
Context
hsHealthInsuranceType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsHealthInsuranceType.ContextEnum? Context { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<HsHealthInsuranceType.ContextEnum> | hsHealthInsuranceType JSON-LD context | 
PolicyPrimaryInsuredFullName
A full name of the primarily insured person under a health insurance policy. NIEM reference is hs:HealthInsurancePolicyPrimaryInsuredFullName
Declaration
[DataMember(Name = "policyPrimaryInsuredFullName")]
public List<NcPersonNameTextType> PolicyPrimaryInsuredFullName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<NcPersonNameTextType> | A full name of the primarily insured person under a health insurance policy. NIEM reference is hs:HealthInsurancePolicyPrimaryInsuredFullName | 
Methods
Equals(HsHealthInsuranceType)
Returns true if HsHealthInsuranceType instances are equal
Declaration
public bool Equals(HsHealthInsuranceType other)Parameters
| Type | Name | Description | 
|---|---|---|
| HsHealthInsuranceType | other | Instance of HsHealthInsuranceType 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(HsHealthInsuranceType, HsHealthInsuranceType)
Declaration
public static bool operator ==(HsHealthInsuranceType left, HsHealthInsuranceType right)Parameters
| Type | Name | Description | 
|---|---|---|
| HsHealthInsuranceType | left | |
| HsHealthInsuranceType | right | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Inequality(HsHealthInsuranceType, HsHealthInsuranceType)
Declaration
public static bool operator !=(HsHealthInsuranceType left, HsHealthInsuranceType right)Parameters
| Type | Name | Description | 
|---|---|---|
| HsHealthInsuranceType | left | |
| HsHealthInsuranceType | right | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |