Class JTreatmentAugmentationType
A data type for additional information about a treatment.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JTreatmentAugmentationType : IEquatable<JTreatmentAugmentationType>Properties
Context
jTreatmentAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JTreatmentAugmentationType.ContextEnum? Context { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<JTreatmentAugmentationType.ContextEnum> | jTreatmentAugmentationType JSON-LD context | 
IsPhysiologicalDisorder
True if a Person has been diagnosed with a Physiological Disorder; false otherwise. NIEM reference is j:PhysiologicalDisorderIndicator
Declaration
[DataMember(Name = "isPhysiologicalDisorder")]
public List<NiemXsboolean> IsPhysiologicalDisorder { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<NiemXsboolean> | True if a Person has been diagnosed with a Physiological Disorder; false otherwise. NIEM reference is j:PhysiologicalDisorderIndicator | 
IsPrescriptionOrderFollowed
True if a Person has been taking medication as prescribed; false otherwise. NIEM reference is j:PrescriptionOrderFollowedIndicator
Declaration
[DataMember(Name = "isPrescriptionOrderFollowed")]
public List<NiemXsboolean> IsPrescriptionOrderFollowed { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<NiemXsboolean> | True if a Person has been taking medication as prescribed; false otherwise. NIEM reference is j:PrescriptionOrderFollowedIndicator | 
IsPsychiatricDisorder
True if a Person has been diagnosed with a Psychiatric Disorder; false otherwise. NIEM reference is j:PsychiatricDisorderIndicator
Declaration
[DataMember(Name = "isPsychiatricDisorder")]
public List<NiemXsboolean> IsPsychiatricDisorder { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<NiemXsboolean> | True if a Person has been diagnosed with a Psychiatric Disorder; false otherwise. NIEM reference is j:PsychiatricDisorderIndicator | 
IsPsychologicalDisorder
True if a Person has been diagnosed with a Psychological Disorder; false otherwise. NIEM reference is j:PsychologicalDisorderIndicator
Declaration
[DataMember(Name = "isPsychologicalDisorder")]
public List<NiemXsboolean> IsPsychologicalDisorder { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<NiemXsboolean> | True if a Person has been diagnosed with a Psychological Disorder; false otherwise. NIEM reference is j:PsychologicalDisorderIndicator | 
IsTreatment
True if a Person has or is currently undergoing treatment; false otherwise. NIEM reference is j:TreatmentIndicator
Declaration
[DataMember(Name = "isTreatment")]
public List<NiemXsboolean> IsTreatment { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<NiemXsboolean> | True if a Person has or is currently undergoing treatment; false otherwise. NIEM reference is j:TreatmentIndicator | 
PersonTreatmentFee
A monetary fee associated with a treatment NIEM reference is j:PersonTreatmentFee
Declaration
[DataMember(Name = "personTreatmentFee")]
public List<NcObligationType> PersonTreatmentFee { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<NcObligationType> | A monetary fee associated with a treatment NIEM reference is j:PersonTreatmentFee | 
PrescribedMedicationName
A name of a Person's prescribed medication NIEM reference is j:PrescribedMedicationName
Declaration
[DataMember(Name = "prescribedMedicationName")]
public List<NcTextType> PrescribedMedicationName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<NcTextType> | A name of a Person's prescribed medication NIEM reference is j:PrescribedMedicationName | 
PrescribedMedicationReason
A reason provided for an person's prescribed medication NIEM reference is j:PrescribedMedicationReasonText
Declaration
[DataMember(Name = "prescribedMedicationReason")]
public List<NcTextType> PrescribedMedicationReason { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<NcTextType> | A reason provided for an person's prescribed medication NIEM reference is j:PrescribedMedicationReasonText | 
TreatmentDiagnosis
A determining or analysis of the manner in which to treat the cause or nature of a problem NIEM reference is j:TreatmentDiagnosisText
Declaration
[DataMember(Name = "treatmentDiagnosis")]
public List<NcTextType> TreatmentDiagnosis { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<NcTextType> | A determining or analysis of the manner in which to treat the cause or nature of a problem NIEM reference is j:TreatmentDiagnosisText | 
Methods
Equals(JTreatmentAugmentationType)
Returns true if JTreatmentAugmentationType instances are equal
Declaration
public bool Equals(JTreatmentAugmentationType other)Parameters
| Type | Name | Description | 
|---|---|---|
| JTreatmentAugmentationType | other | Instance of JTreatmentAugmentationType 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(JTreatmentAugmentationType, JTreatmentAugmentationType)
Declaration
public static bool operator ==(JTreatmentAugmentationType left, JTreatmentAugmentationType right)Parameters
| Type | Name | Description | 
|---|---|---|
| JTreatmentAugmentationType | left | |
| JTreatmentAugmentationType | right | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Inequality(JTreatmentAugmentationType, JTreatmentAugmentationType)
Declaration
public static bool operator !=(JTreatmentAugmentationType left, JTreatmentAugmentationType right)Parameters
| Type | Name | Description | 
|---|---|---|
| JTreatmentAugmentationType | left | |
| JTreatmentAugmentationType | right | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |