Class HsServiceType
A data type for describing the service that will be made available by the agency.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsServiceType : NcActivityType, IEquatable<NcActivityType>, IEquatable<HsServiceType>
Properties
Category
A kind of a service that will be provided as part of a case plan. Categories include: assessment, treatment, program, benefit, education, transportation, respite care. NIEM reference is hs:ServiceCategoryText
Declaration
[DataMember(Name = "category")]
public List<NcTextType> Category { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of a service that will be provided as part of a case plan. Categories include: assessment, treatment, program, benefit, education, transportation, respite care. NIEM reference is hs:ServiceCategoryText |
CategoryCode
A kind of a service that will be provided as part of a case plan. Categories include: assessment, treatment, program, benefit, education, transportation, respite care. NIEM reference is hs:ServiceCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<HsServiceCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HsServiceCategoryCodeType> | A kind of a service that will be provided as part of a case plan. Categories include: assessment, treatment, program, benefit, education, transportation, respite care. NIEM reference is hs:ServiceCategoryCode |
Context
hsServiceType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsServiceType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<HsServiceType.ContextEnum> | hsServiceType JSON-LD context |
CostValue
A cost or estimated cost of the service. NIEM reference is hs:ServiceCostValue
Declaration
[DataMember(Name = "costValue")]
public List<NcNumericType> CostValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcNumericType> | A cost or estimated cost of the service. NIEM reference is hs:ServiceCostValue |
ReferredOutReason
A reason a service was referred out. NIEM reference is hs:ReferredOutServiceReasonText
Declaration
[DataMember(Name = "referredOutReason")]
public List<NcTextType> ReferredOutReason { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A reason a service was referred out. NIEM reference is hs:ReferredOutServiceReasonText |
ResponsibilityForCost
An agency responsible for paying the cost of a service. NIEM reference is hs:ResponsibilityForServiceCostText
Declaration
[DataMember(Name = "responsibilityForCost")]
public List<NcTextType> ResponsibilityForCost { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An agency responsible for paying the cost of a service. NIEM reference is hs:ResponsibilityForServiceCostText |
ResponsibleEntityDescription
A description of the person or organization who will provide the service. NIEM reference is hs:ResponsibleEntityDescriptionText
Declaration
[DataMember(Name = "responsibleEntityDescription")]
public List<NcTextType> ResponsibleEntityDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the person or organization who will provide the service. NIEM reference is hs:ResponsibleEntityDescriptionText |
UnprovidedReasonCategory
A kind of reason a service was not provided, e.g organizational barriers. NIEM reference is hs:UnprovidedServiceReasonCategoryText
Declaration
[DataMember(Name = "unprovidedReasonCategory")]
public List<NcTextType> UnprovidedReasonCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of reason a service was not provided, e.g organizational barriers. NIEM reference is hs:UnprovidedServiceReasonCategoryText |
UnprovidedReasonCategoryCode
A kind of reason a service was not provided, e.g organizational barriers. NIEM reference is hs:UnprovidedServiceReasonCategoryCode
Declaration
[DataMember(Name = "unprovidedReasonCategoryCode")]
public List<HsUnprovidedServiceReasonCategoryCodeType> UnprovidedReasonCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HsUnprovidedServiceReasonCategoryCodeType> | A kind of reason a service was not provided, e.g organizational barriers. NIEM reference is hs:UnprovidedServiceReasonCategoryCode |
Methods
Equals(HsServiceType)
Returns true if HsServiceType instances are equal
Declaration
public bool Equals(HsServiceType other)
Parameters
Type | Name | Description |
---|---|---|
HsServiceType | other | Instance of HsServiceType 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(HsServiceType, HsServiceType)
Declaration
public static bool operator ==(HsServiceType left, HsServiceType right)
Parameters
Type | Name | Description |
---|---|---|
HsServiceType | left | |
HsServiceType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(HsServiceType, HsServiceType)
Declaration
public static bool operator !=(HsServiceType left, HsServiceType right)
Parameters
Type | Name | Description |
---|---|---|
HsServiceType | left | |
HsServiceType | right |
Returns
Type | Description |
---|---|
System.Boolean |