Class BiomPatternedInjuryDetailType
A data type definition that allows the entry of information concerning suspected patterned injuries.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomPatternedInjuryDetailType : IEquatable<BiomPatternedInjuryDetailType>
Properties
Context
biomPatternedInjuryDetailType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomPatternedInjuryDetailType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomPatternedInjuryDetailType.ContextEnum> | biomPatternedInjuryDetailType JSON-LD context |
PatternedInjuryDescriptive
A kind of Patterned Injury additional descriptive text NIEM reference is biom:PatternedInjuryDescriptiveText
Declaration
[DataMember(Name = "patternedInjuryDescriptive")]
public List<NcTextType> PatternedInjuryDescriptive { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of Patterned Injury additional descriptive text NIEM reference is biom:PatternedInjuryDescriptiveText |
PatternedInjuryReferenceCode
A kind of Patterned Injury Reference Code such as ANSI/ADA Standard No. 1077. NIEM reference is biom:PatternedInjuryReferenceCodeText
Declaration
[DataMember(Name = "patternedInjuryReferenceCode")]
public List<NcTextType> PatternedInjuryReferenceCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of Patterned Injury Reference Code such as ANSI/ADA Standard No. 1077. NIEM reference is biom:PatternedInjuryReferenceCodeText |
Methods
Equals(BiomPatternedInjuryDetailType)
Returns true if BiomPatternedInjuryDetailType instances are equal
Declaration
public bool Equals(BiomPatternedInjuryDetailType other)
Parameters
Type | Name | Description |
---|---|---|
BiomPatternedInjuryDetailType | other | Instance of BiomPatternedInjuryDetailType 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(BiomPatternedInjuryDetailType, BiomPatternedInjuryDetailType)
Declaration
public static bool operator ==(BiomPatternedInjuryDetailType left, BiomPatternedInjuryDetailType right)
Parameters
Type | Name | Description |
---|---|---|
BiomPatternedInjuryDetailType | left | |
BiomPatternedInjuryDetailType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomPatternedInjuryDetailType, BiomPatternedInjuryDetailType)
Declaration
public static bool operator !=(BiomPatternedInjuryDetailType left, BiomPatternedInjuryDetailType right)
Parameters
Type | Name | Description |
---|---|---|
BiomPatternedInjuryDetailType | left | |
BiomPatternedInjuryDetailType | right |
Returns
Type | Description |
---|---|
System.Boolean |