Class BiomDentalSubjectInformationType
A data type for a set of information regarding the status of the individual at the time when the relevant data was recorded.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomDentalSubjectInformationType : IEquatable<BiomDentalSubjectInformationType>
Properties
Context
biomDentalSubjectInformationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomDentalSubjectInformationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomDentalSubjectInformationType.ContextEnum> | biomDentalSubjectInformationType JSON-LD context |
PersonBirthDate
A date a person was born. NIEM reference is nc:PersonBirthDate
Declaration
[DataMember(Name = "personBirthDate")]
public List<NcDateType> PersonBirthDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date a person was born. NIEM reference is nc:PersonBirthDate |
PersonEthnicity
A cultural lineage of a person. NIEM reference is nc:PersonEthnicityText
Declaration
[DataMember(Name = "personEthnicity")]
public List<NcTextType> PersonEthnicity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A cultural lineage of a person. NIEM reference is nc:PersonEthnicityText |
SubjectBirthDateEstimateRangeDuration
A subject range of birth date estimate. NIEM reference is biom:SubjectBirthDateEstimateRangeDuration
Declaration
[DataMember(Name = "subjectBirthDateEstimateRangeDuration")]
public List<NiemXsduration> SubjectBirthDateEstimateRangeDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsduration> | A subject range of birth date estimate. NIEM reference is biom:SubjectBirthDateEstimateRangeDuration |
SubjectCollectionLocationDescription
A description of subject collection location NIEM reference is biom:SubjectCollectionLocationDescriptionText
Declaration
[DataMember(Name = "subjectCollectionLocationDescription")]
public List<NcTextType> SubjectCollectionLocationDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of subject collection location NIEM reference is biom:SubjectCollectionLocationDescriptionText |
SubjectDeathAgeEstimate
A kind of subject death age estimate text NIEM reference is biom:SubjectDeathAgeEstimateText
Declaration
[DataMember(Name = "subjectDeathAgeEstimate")]
public List<NcTextType> SubjectDeathAgeEstimate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of subject death age estimate text NIEM reference is biom:SubjectDeathAgeEstimateText |
SubjectDeathDateRangeDuration
A kind of subject range of death date. NIEM reference is biom:SubjectDeathDateRangeDuration
Declaration
[DataMember(Name = "subjectDeathDateRangeDuration")]
public List<NiemXsduration> SubjectDeathDateRangeDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsduration> | A kind of subject range of death date. NIEM reference is biom:SubjectDeathDateRangeDuration |
SubjectDeathTimeEstimateRationale
A kind of subject death time estimate rationale text NIEM reference is biom:SubjectDeathTimeEstimateRationaleText
Declaration
[DataMember(Name = "subjectDeathTimeEstimateRationale")]
public List<NcTextType> SubjectDeathTimeEstimateRationale { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of subject death time estimate rationale text NIEM reference is biom:SubjectDeathTimeEstimateRationaleText |
SubjectDnaRecordsAvailableCode
A code to indicate if DNA records are available for the subject NIEM reference is biom:SubjectDNARecordsAvailableCode
Declaration
[DataMember(Name = "subjectDnaRecordsAvailableCode")]
public List<BiomSubjectDNARecordsAvailableCodeType> SubjectDnaRecordsAvailableCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSubjectDNARecordsAvailableCodeType> | A code to indicate if DNA records are available for the subject NIEM reference is biom:SubjectDNARecordsAvailableCode |
SubjectEstimatedDeathDate
A date of the subject death NIEM reference is biom:SubjectEstimatedDeathDate
Declaration
[DataMember(Name = "subjectEstimatedDeathDate")]
public List<NcDateType> SubjectEstimatedDeathDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date of the subject death NIEM reference is biom:SubjectEstimatedDeathDate |
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 |
SubjectLastContactDate
A date the subject made last contact. This is typically the last examination date if the records are from a dentist's office. NIEM reference is biom:SubjectLastContactDate
Declaration
[DataMember(Name = "subjectLastContactDate")]
public List<NcDateType> SubjectLastContactDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date the subject made last contact. This is typically the last examination date if the records are from a dentist's office. NIEM reference is biom:SubjectLastContactDate |
SubjectLastContactDateEstimateRangeDuration
A subject range of last contact date estimate. NIEM reference is biom:SubjectLastContactDateEstimateRangeDuration
Declaration
[DataMember(Name = "subjectLastContactDateEstimateRangeDuration")]
public List<NiemXsduration> SubjectLastContactDateEstimateRangeDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsduration> | A subject range of last contact date estimate. NIEM reference is biom:SubjectLastContactDateEstimateRangeDuration |
Methods
Equals(BiomDentalSubjectInformationType)
Returns true if BiomDentalSubjectInformationType instances are equal
Declaration
public bool Equals(BiomDentalSubjectInformationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomDentalSubjectInformationType | other | Instance of BiomDentalSubjectInformationType 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(BiomDentalSubjectInformationType, BiomDentalSubjectInformationType)
Declaration
public static bool operator ==(BiomDentalSubjectInformationType left, BiomDentalSubjectInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDentalSubjectInformationType | left | |
BiomDentalSubjectInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomDentalSubjectInformationType, BiomDentalSubjectInformationType)
Declaration
public static bool operator !=(BiomDentalSubjectInformationType left, BiomDentalSubjectInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDentalSubjectInformationType | left | |
BiomDentalSubjectInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |