Class JMedicalEquipmentType
A data type for medical equipment or devices required by a subject due to a physical disability.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JMedicalEquipmentType : NcItemType, IEquatable<NcItemType>, IEquatable<JMedicalEquipmentType>
Properties
Category
A kind of medical equipment required by a subject for a disability. NIEM reference is j:MedicalEquipmentCategoryText
Declaration
[DataMember(Name = "category")]
public List<NcTextType> Category { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of medical equipment required by a subject for a disability. NIEM reference is j:MedicalEquipmentCategoryText |
Context
jMedicalEquipmentType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JMedicalEquipmentType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JMedicalEquipmentType.ContextEnum> | jMedicalEquipmentType JSON-LD context |
ExpirationDate
A date on which the requirement for the use of the medical equipment expires. NIEM reference is j:MedicalEquipmentExpirationDate
Declaration
[DataMember(Name = "expirationDate")]
public List<NcDateType> ExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which the requirement for the use of the medical equipment expires. NIEM reference is j:MedicalEquipmentExpirationDate |
IsTemporary
True if the requirement for the use of the medical equipment is temporary; false otherwise. NIEM reference is j:MedicalEquipmentTemporaryIndicator
Declaration
[DataMember(Name = "isTemporary")]
public List<NiemXsboolean> IsTemporary { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the requirement for the use of the medical equipment is temporary; false otherwise. NIEM reference is j:MedicalEquipmentTemporaryIndicator |
Methods
Equals(JMedicalEquipmentType)
Returns true if JMedicalEquipmentType instances are equal
Declaration
public bool Equals(JMedicalEquipmentType other)
Parameters
Type | Name | Description |
---|---|---|
JMedicalEquipmentType | other | Instance of JMedicalEquipmentType 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(JMedicalEquipmentType, JMedicalEquipmentType)
Declaration
public static bool operator ==(JMedicalEquipmentType left, JMedicalEquipmentType right)
Parameters
Type | Name | Description |
---|---|---|
JMedicalEquipmentType | left | |
JMedicalEquipmentType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JMedicalEquipmentType, JMedicalEquipmentType)
Declaration
public static bool operator !=(JMedicalEquipmentType left, JMedicalEquipmentType right)
Parameters
Type | Name | Description |
---|---|---|
JMedicalEquipmentType | left | |
JMedicalEquipmentType | right |
Returns
Type | Description |
---|---|
System.Boolean |