Class BiomToothDataInformationType
A data type for a description of the teeth of a subject.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomToothDataInformationType : IEquatable<BiomToothDataInformationType>
Properties
Context
biomToothDataInformationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomToothDataInformationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomToothDataInformationType.ContextEnum> | biomToothDataInformationType JSON-LD context |
OriginalSystemEncoding
A kind of original system data encoding text NIEM reference is biom:OriginalSystemEncodingText
Declaration
[DataMember(Name = "originalSystemEncoding")]
public List<NcTextType> OriginalSystemEncoding { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of original system data encoding text NIEM reference is biom:OriginalSystemEncodingText |
ToothDataAdaReferenceCodeList
A list of tooth data ADA reference valid codes from ANSI/ADA Standard No. 1058, Section 9 NIEM reference is biom:ToothDataADAReferenceCodeList
Declaration
[DataMember(Name = "toothDataAdaReferenceCodeList")]
public List<BiomToothDataADAReferenceCodeListType> ToothDataAdaReferenceCodeList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomToothDataADAReferenceCodeListType> | A list of tooth data ADA reference valid codes from ANSI/ADA Standard No. 1058, Section 9 NIEM reference is biom:ToothDataADAReferenceCodeList |
ToothDataAdditionalDescriptive
A description of additional detail of tooth data NIEM reference is biom:ToothDataAdditionalDescriptiveText
Declaration
[DataMember(Name = "toothDataAdditionalDescriptive")]
public List<NcTextType> ToothDataAdditionalDescriptive { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of additional detail of tooth data NIEM reference is biom:ToothDataAdditionalDescriptiveText |
ToothDataRecordingDate
A date of recording of the tooth data. NIEM reference is biom:ToothDataRecordingDate
Declaration
[DataMember(Name = "toothDataRecordingDate")]
public List<NcDateType> ToothDataRecordingDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date of recording of the tooth data. NIEM reference is biom:ToothDataRecordingDate |
ToothDataRecordingDateEstimateRangeDuration
A kind of date of recording estimated accuracy range for tooth data NIEM reference is biom:ToothDataRecordingDateEstimateRangeDuration
Declaration
[DataMember(Name = "toothDataRecordingDateEstimateRangeDuration")]
public List<NiemXsduration> ToothDataRecordingDateEstimateRangeDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsduration> | A kind of date of recording estimated accuracy range for tooth data NIEM reference is biom:ToothDataRecordingDateEstimateRangeDuration |
ToothId
An identifier of a tooth. Teeth shall be numbered utilizing the permanent and deciduous teeth codes in ANSI/ADA Specification No. 3950. NIEM reference is biom:ToothID
Declaration
[DataMember(Name = "toothId")]
public List<NiemXspositiveInteger> ToothId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXspositiveInteger> | An identifier of a tooth. Teeth shall be numbered utilizing the permanent and deciduous teeth codes in ANSI/ADA Specification No. 3950. NIEM reference is biom:ToothID |
ToothIdCertaintyCode
A code to indicate whether the assignment of tooth numbers was done on a morphological basis or positional basis. NIEM reference is biom:ToothIDCertaintyCode
Declaration
[DataMember(Name = "toothIdCertaintyCode")]
public List<BiomToothIDCertaintyCodeType> ToothIdCertaintyCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomToothIDCertaintyCodeType> | A code to indicate whether the assignment of tooth numbers was done on a morphological basis or positional basis. NIEM reference is biom:ToothIDCertaintyCode |
TransmittedToothEncoding
A kind of transmitted system encoding text NIEM reference is biom:TransmittedToothEncodingText
Declaration
[DataMember(Name = "transmittedToothEncoding")]
public List<NcTextType> TransmittedToothEncoding { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of transmitted system encoding text NIEM reference is biom:TransmittedToothEncodingText |
Methods
Equals(BiomToothDataInformationType)
Returns true if BiomToothDataInformationType instances are equal
Declaration
public bool Equals(BiomToothDataInformationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomToothDataInformationType | other | Instance of BiomToothDataInformationType 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(BiomToothDataInformationType, BiomToothDataInformationType)
Declaration
public static bool operator ==(BiomToothDataInformationType left, BiomToothDataInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomToothDataInformationType | left | |
BiomToothDataInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomToothDataInformationType, BiomToothDataInformationType)
Declaration
public static bool operator !=(BiomToothDataInformationType left, BiomToothDataInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomToothDataInformationType | left | |
BiomToothDataInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |