Class HsTreatmentAugmentationType
A data type for additional information about a treatment.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsTreatmentAugmentationType : IEquatable<HsTreatmentAugmentationType>
Properties
Context
hsTreatmentAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsTreatmentAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<HsTreatmentAugmentationType.ContextEnum> | hsTreatmentAugmentationType JSON-LD context |
Juvenile
A role of a juvenile, played by a person defined as a juvenile rather than an adult under the law. NIEM reference is hs:Juvenile
Declaration
[DataMember(Name = "juvenile")]
public List<HsJuvenileType> Juvenile { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HsJuvenileType> | A role of a juvenile, played by a person defined as a juvenile rather than an adult under the law. NIEM reference is hs:Juvenile |
Therapist
A person who provides therapy services. NIEM reference is hs:Therapist
Declaration
[DataMember(Name = "therapist")]
public List<NcPersonType> Therapist { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonType> | A person who provides therapy services. NIEM reference is hs:Therapist |
TreatmentApproximateLength
An estimated length of a treatment program. NIEM reference is hs:TreatmentApproximateLengthText
Declaration
[DataMember(Name = "treatmentApproximateLength")]
public List<NcTextType> TreatmentApproximateLength { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An estimated length of a treatment program. NIEM reference is hs:TreatmentApproximateLengthText |
TreatmentAssessment
An assessment of a treatment program. NIEM reference is hs:TreatmentAssessment
Declaration
[DataMember(Name = "treatmentAssessment")]
public List<HsJuvenileAssessmentType> TreatmentAssessment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HsJuvenileAssessmentType> | An assessment of a treatment program. NIEM reference is hs:TreatmentAssessment |
TreatmentFocus
A description of the focus of the treatment program. NIEM reference is hs:TreatmentFocusText
Declaration
[DataMember(Name = "treatmentFocus")]
public List<NcTextType> TreatmentFocus { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the focus of the treatment program. NIEM reference is hs:TreatmentFocusText |
TreatmentGoalDescription
A description of a goal of a treatment program. NIEM reference is hs:TreatmentGoalDescriptionText
Declaration
[DataMember(Name = "treatmentGoalDescription")]
public List<NcTextType> TreatmentGoalDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of a goal of a treatment program. NIEM reference is hs:TreatmentGoalDescriptionText |
TreatmentProgram
A treatment program. NIEM reference is hs:TreatmentProgram
Declaration
[DataMember(Name = "treatmentProgram")]
public List<NcProgramType> TreatmentProgram { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcProgramType> | A treatment program. NIEM reference is hs:TreatmentProgram |
TreatmentProgress
A set of details about the progress made within a treatment program. NIEM reference is hs:TreatmentProgress
Declaration
[DataMember(Name = "treatmentProgress")]
public List<NcProgressType> TreatmentProgress { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcProgressType> | A set of details about the progress made within a treatment program. NIEM reference is hs:TreatmentProgress |
TreatmentRecommendationDescription
A description of recommended treatment or services for a juvenile. NIEM reference is hs:TreatmentRecommendationDescriptionText
Declaration
[DataMember(Name = "treatmentRecommendationDescription")]
public List<NcTextType> TreatmentRecommendationDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of recommended treatment or services for a juvenile. NIEM reference is hs:TreatmentRecommendationDescriptionText |
TreatmentReferral
A referral to a treatment program. NIEM reference is hs:TreatmentReferral
Declaration
[DataMember(Name = "treatmentReferral")]
public List<NcReferralType> TreatmentReferral { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcReferralType> | A referral to a treatment program. NIEM reference is hs:TreatmentReferral |
TreatmentSupervisorEntity
An entity supervising a treatment program. NIEM reference is hs:TreatmentSupervisorEntity
Declaration
[DataMember(Name = "treatmentSupervisorEntity")]
public List<NcEntityType> TreatmentSupervisorEntity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcEntityType> | An entity supervising a treatment program. NIEM reference is hs:TreatmentSupervisorEntity |
Methods
Equals(HsTreatmentAugmentationType)
Returns true if HsTreatmentAugmentationType instances are equal
Declaration
public bool Equals(HsTreatmentAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
HsTreatmentAugmentationType | other | Instance of HsTreatmentAugmentationType 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(HsTreatmentAugmentationType, HsTreatmentAugmentationType)
Declaration
public static bool operator ==(HsTreatmentAugmentationType left, HsTreatmentAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
HsTreatmentAugmentationType | left | |
HsTreatmentAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(HsTreatmentAugmentationType, HsTreatmentAugmentationType)
Declaration
public static bool operator !=(HsTreatmentAugmentationType left, HsTreatmentAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
HsTreatmentAugmentationType | left | |
HsTreatmentAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |