Class JInjuryAugmentationType
A data type for additional information about a Injury.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JInjuryAugmentationType : IEquatable<JInjuryAugmentationType>
Properties
Context
jInjuryAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JInjuryAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JInjuryAugmentationType.ContextEnum> | jInjuryAugmentationType JSON-LD context |
InjuryCircumstances
A description of the circumstances of the injury. NIEM reference is j:InjuryCircumstancesText
Declaration
[DataMember(Name = "injuryCircumstances")]
public List<NcTextType> InjuryCircumstances { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the circumstances of the injury. NIEM reference is j:InjuryCircumstancesText |
InjuryDisposition
A disposition of an injury. NIEM reference is j:InjuryDispositionText
Declaration
[DataMember(Name = "injuryDisposition")]
public List<NcTextType> InjuryDisposition { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A disposition of an injury. NIEM reference is j:InjuryDispositionText |
InjuryDispositionDate
A date the disposition of an injury was recorded. NIEM reference is j:InjuryDispositionDate
Declaration
[DataMember(Name = "injuryDispositionDate")]
public List<NcDateType> InjuryDispositionDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date the disposition of an injury was recorded. NIEM reference is j:InjuryDispositionDate |
InjuryModeOfArrival
A kind of method of how an injured person arrived for medical treatment. NIEM reference is j:InjuryModeOfArrivalText
Declaration
[DataMember(Name = "injuryModeOfArrival")]
public List<NcTextType> InjuryModeOfArrival { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of method of how an injured person arrived for medical treatment. NIEM reference is j:InjuryModeOfArrivalText |
InjuryNoticedDate
A date and time the medical unit was notified of the injury. NIEM reference is j:InjuryNoticedDate
Declaration
[DataMember(Name = "injuryNoticedDate")]
public List<NcDateType> InjuryNoticedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date and time the medical unit was notified of the injury. NIEM reference is j:InjuryNoticedDate |
InjuryOccurrenceLocation
A location description of an injury incident. NIEM reference is j:InjuryOccurrenceLocation
Declaration
[DataMember(Name = "injuryOccurrenceLocation")]
public List<NcLocationType> InjuryOccurrenceLocation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcLocationType> | A location description of an injury incident. NIEM reference is j:InjuryOccurrenceLocation |
InjuryOtherDetails
A set of details on the other type of issue associated with the injury. NIEM reference is j:InjuryOtherDetailsText
Declaration
[DataMember(Name = "injuryOtherDetails")]
public List<NcTextType> InjuryOtherDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A set of details on the other type of issue associated with the injury. NIEM reference is j:InjuryOtherDetailsText |
InjuryReceivedMedicalAttentionDate
A date the injured person received medical attention. NIEM reference is j:InjuryReceivedMedicalAttentionDate
Declaration
[DataMember(Name = "injuryReceivedMedicalAttentionDate")]
public List<NcDateType> InjuryReceivedMedicalAttentionDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date the injured person received medical attention. NIEM reference is j:InjuryReceivedMedicalAttentionDate |
InjuryReportedDate
A date on which the injury report was prepared. NIEM reference is j:InjuryReportedDate
Declaration
[DataMember(Name = "injuryReportedDate")]
public List<NcDateType> InjuryReportedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which the injury report was prepared. NIEM reference is j:InjuryReportedDate |
InjuryWitness
A witness to the event that resulted in the injury. NIEM reference is j:InjuryWitness
Declaration
[DataMember(Name = "injuryWitness")]
public List<JWitnessType> InjuryWitness { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JWitnessType> | A witness to the event that resulted in the injury. NIEM reference is j:InjuryWitness |
Methods
Equals(JInjuryAugmentationType)
Returns true if JInjuryAugmentationType instances are equal
Declaration
public bool Equals(JInjuryAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
JInjuryAugmentationType | other | Instance of JInjuryAugmentationType 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(JInjuryAugmentationType, JInjuryAugmentationType)
Declaration
public static bool operator ==(JInjuryAugmentationType left, JInjuryAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JInjuryAugmentationType | left | |
JInjuryAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JInjuryAugmentationType, JInjuryAugmentationType)
Declaration
public static bool operator !=(JInjuryAugmentationType left, JInjuryAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JInjuryAugmentationType | left | |
JInjuryAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |