Class BiomSubjectExistentialDetailsType
A data type for an optional field that is particularly useful if the image contained in this record is of an injury or latent image on a person. However, its use is not limited to such circumstances. Note that Field 10.041: SMT size or size of injur
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomSubjectExistentialDetailsType : IEquatable<BiomSubjectExistentialDetailsType>
Properties
Context
biomSubjectExistentialDetailsType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomSubjectExistentialDetailsType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomSubjectExistentialDetailsType.ContextEnum> | biomSubjectExistentialDetailsType JSON-LD context |
SubjectBodyClassCode
A Subject Body Class Code/ SBCC. NIEM reference is biom:SubjectBodyClassCode
Declaration
[DataMember(Name = "subjectBodyClassCode")]
public List<BiomSubjectBodyClassCodeType> SubjectBodyClassCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSubjectBodyClassCodeType> | A Subject Body Class Code/ SBCC. NIEM reference is biom:SubjectBodyClassCode |
SubjectBodyStatusCode
A Subject Body Status Code / SBSC. NIEM reference is biom:SubjectBodyStatusCode
Declaration
[DataMember(Name = "subjectBodyStatusCode")]
public List<BiomSubjectBodyStatusCodeType> SubjectBodyStatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSubjectBodyStatusCodeType> | A Subject Body Status Code / SBSC. NIEM reference is biom:SubjectBodyStatusCode |
SubjectExistentialStatusCode
A mortal status of a subject NIEM reference is biom:SubjectExistentialStatusCode
Declaration
[DataMember(Name = "subjectExistentialStatusCode")]
public List<BiomExistentialStatusCodeType> SubjectExistentialStatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomExistentialStatusCodeType> | A mortal status of a subject NIEM reference is biom:SubjectExistentialStatusCode |
Methods
Equals(BiomSubjectExistentialDetailsType)
Returns true if BiomSubjectExistentialDetailsType instances are equal
Declaration
public bool Equals(BiomSubjectExistentialDetailsType other)
Parameters
Type | Name | Description |
---|---|---|
BiomSubjectExistentialDetailsType | other | Instance of BiomSubjectExistentialDetailsType 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(BiomSubjectExistentialDetailsType, BiomSubjectExistentialDetailsType)
Declaration
public static bool operator ==(BiomSubjectExistentialDetailsType left, BiomSubjectExistentialDetailsType right)
Parameters
Type | Name | Description |
---|---|---|
BiomSubjectExistentialDetailsType | left | |
BiomSubjectExistentialDetailsType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomSubjectExistentialDetailsType, BiomSubjectExistentialDetailsType)
Declaration
public static bool operator !=(BiomSubjectExistentialDetailsType left, BiomSubjectExistentialDetailsType right)
Parameters
Type | Name | Description |
---|---|---|
BiomSubjectExistentialDetailsType | left | |
BiomSubjectExistentialDetailsType | right |
Returns
Type | Description |
---|---|
System.Boolean |