Class BiomForensicDentalOralDetailType
A data type for a forensic dental and oral record detail
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomForensicDentalOralDetailType : IEquatable<BiomForensicDentalOralDetailType>
Properties
BiometricCapture
A collection of a biometric sample. NIEM reference is biom:BiometricCapture
Declaration
[DataMember(Name = "biometricCapture")]
public List<BiomBiometricCaptureType> BiometricCapture { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomBiometricCaptureType> | A collection of a biometric sample. NIEM reference is biom:BiometricCapture |
Context
biomForensicDentalOralDetailType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomForensicDentalOralDetailType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomForensicDentalOralDetailType.ContextEnum> | biomForensicDentalOralDetailType JSON-LD context |
DentalHistoryDataDetail
A description of the prior dental history of the subject, if known. NIEM reference is biom:DentalHistoryDataDetail
Declaration
[DataMember(Name = "dentalHistoryDataDetail")]
public List<BiomDentalHistoryDataInformationType> DentalHistoryDataDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDentalHistoryDataInformationType> | A description of the prior dental history of the subject, if known. NIEM reference is biom:DentalHistoryDataDetail |
DentalStudyToothImprintDetail
A container for information about the entry of information concerning the dental casts and impressions. NIEM reference is biom:DentalStudyToothImprintDetail
Declaration
[DataMember(Name = "dentalStudyToothImprintDetail")]
public List<BiomDentalStudyToothImprintInformationType> DentalStudyToothImprintDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDentalStudyToothImprintInformationType> | A container for information about the entry of information concerning the dental casts and impressions. NIEM reference is biom:DentalStudyToothImprintDetail |
DentalSubjectInformation
A set of information regarding status of the individual at the time when the relevant data was recorded. NIEM reference is biom:DentalSubjectInformation
Declaration
[DataMember(Name = "dentalSubjectInformation")]
public List<BiomDentalSubjectInformationType> DentalSubjectInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDentalSubjectInformationType> | A set of information regarding status of the individual at the time when the relevant data was recorded. NIEM reference is biom:DentalSubjectInformation |
ForensicDentalComment
A comment regarding a forensic dental sample NIEM reference is biom:ForensicDentalCommentText
Declaration
[DataMember(Name = "forensicDentalComment")]
public List<NcTextType> ForensicDentalComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A comment regarding a forensic dental sample NIEM reference is biom:ForensicDentalCommentText |
ForensicDentalSetting
A set of information regarding the forensic setting information that carried out the analysis of the dental and oral data to identify or confirm the identity of the subject. NIEM reference is biom:ForensicDentalSetting
Declaration
[DataMember(Name = "forensicDentalSetting")]
public List<BiomForensicDentalSettingType> ForensicDentalSetting { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomForensicDentalSettingType> | A set of information regarding the forensic setting information that carried out the analysis of the dental and oral data to identify or confirm the identity of the subject. NIEM reference is biom:ForensicDentalSetting |
MouthDataDetail
A container for information about the entry of information concerning the mouth. NIEM reference is biom:MouthDataDetail
Declaration
[DataMember(Name = "mouthDataDetail")]
public List<BiomMouthDataInformationType> MouthDataDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMouthDataInformationType> | A container for information about the entry of information concerning the mouth. NIEM reference is biom:MouthDataDetail |
OriginalDentalEncodingSystemInformation
A data collection schema that was used for the original recording of dental information. NIEM reference is biom:OriginalDentalEncodingSystemInformation
Declaration
[DataMember(Name = "originalDentalEncodingSystemInformation")]
public List<BiomDentalEncodingSystemInformationType> OriginalDentalEncodingSystemInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDentalEncodingSystemInformationType> | A data collection schema that was used for the original recording of dental information. NIEM reference is biom:OriginalDentalEncodingSystemInformation |
ToothDataDetail
A container for information about the teeth of a subject NIEM reference is biom:ToothDataDetail
Declaration
[DataMember(Name = "toothDataDetail")]
public List<BiomToothDataInformationType> ToothDataDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomToothDataInformationType> | A container for information about the teeth of a subject NIEM reference is biom:ToothDataDetail |
TransmittalDentalEncodingSystemInformation
A code to describe the data collection schema that was used for the transmittal recording of dental information. NIEM reference is biom:TransmittalDentalEncodingSystemInformation
Declaration
[DataMember(Name = "transmittalDentalEncodingSystemInformation")]
public List<BiomDentalEncodingSystemInformationType> TransmittalDentalEncodingSystemInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDentalEncodingSystemInformationType> | A code to describe the data collection schema that was used for the transmittal recording of dental information. NIEM reference is biom:TransmittalDentalEncodingSystemInformation |
Methods
Equals(BiomForensicDentalOralDetailType)
Returns true if BiomForensicDentalOralDetailType instances are equal
Declaration
public bool Equals(BiomForensicDentalOralDetailType other)
Parameters
Type | Name | Description |
---|---|---|
BiomForensicDentalOralDetailType | other | Instance of BiomForensicDentalOralDetailType 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(BiomForensicDentalOralDetailType, BiomForensicDentalOralDetailType)
Declaration
public static bool operator ==(BiomForensicDentalOralDetailType left, BiomForensicDentalOralDetailType right)
Parameters
Type | Name | Description |
---|---|---|
BiomForensicDentalOralDetailType | left | |
BiomForensicDentalOralDetailType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomForensicDentalOralDetailType, BiomForensicDentalOralDetailType)
Declaration
public static bool operator !=(BiomForensicDentalOralDetailType left, BiomForensicDentalOralDetailType right)
Parameters
Type | Name | Description |
---|---|---|
BiomForensicDentalOralDetailType | left | |
BiomForensicDentalOralDetailType | right |
Returns
Type | Description |
---|---|
System.Boolean |