Class BiomDentalStudyToothImprintInformationType
A data type to transmit information about models fabricated from a dental arch impression or tooth imprints.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomDentalStudyToothImprintInformationType : IEquatable<BiomDentalStudyToothImprintInformationType>
Properties
Context
biomDentalStudyToothImprintInformationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomDentalStudyToothImprintInformationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomDentalStudyToothImprintInformationType.ContextEnum> | biomDentalStudyToothImprintInformationType JSON-LD context |
DentalStudyAdditionalDescriptive
A description of additional detail of the dental casts and impressions NIEM reference is biom:DentalStudyAdditionalDescriptiveText
Declaration
[DataMember(Name = "dentalStudyAdditionalDescriptive")]
public List<NcTextType> DentalStudyAdditionalDescriptive { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of additional detail of the dental casts and impressions NIEM reference is biom:DentalStudyAdditionalDescriptiveText |
DentalStudyRecordingDate
A date of recording of the dental study and tooth imprint. NIEM reference is biom:DentalStudyRecordingDate
Declaration
[DataMember(Name = "dentalStudyRecordingDate")]
public List<NcDateType> DentalStudyRecordingDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date of recording of the dental study and tooth imprint. NIEM reference is biom:DentalStudyRecordingDate |
DentalStudyRecordingDateEstimateRangeDuration
A kind of date of recording estimated accuracy range of the dental casts and impressions NIEM reference is biom:DentalStudyRecordingDateEstimateRangeDuration
Declaration
[DataMember(Name = "dentalStudyRecordingDateEstimateRangeDuration")]
public List<NiemXsduration> DentalStudyRecordingDateEstimateRangeDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsduration> | A kind of date of recording estimated accuracy range of the dental casts and impressions NIEM reference is biom:DentalStudyRecordingDateEstimateRangeDuration |
DentalStudyReferenceCode
A code for the dental casts and impressions reference code NIEM reference is biom:DentalStudyReferenceCode
Declaration
[DataMember(Name = "dentalStudyReferenceCode")]
public List<BiomDentalStudyReferenceCodeType> DentalStudyReferenceCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDentalStudyReferenceCodeType> | A code for the dental casts and impressions reference code NIEM reference is biom:DentalStudyReferenceCode |
Methods
Equals(BiomDentalStudyToothImprintInformationType)
Returns true if BiomDentalStudyToothImprintInformationType instances are equal
Declaration
public bool Equals(BiomDentalStudyToothImprintInformationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomDentalStudyToothImprintInformationType | other | Instance of BiomDentalStudyToothImprintInformationType 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(BiomDentalStudyToothImprintInformationType, BiomDentalStudyToothImprintInformationType)
Declaration
public static bool operator ==(BiomDentalStudyToothImprintInformationType left, BiomDentalStudyToothImprintInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDentalStudyToothImprintInformationType | left | |
BiomDentalStudyToothImprintInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomDentalStudyToothImprintInformationType, BiomDentalStudyToothImprintInformationType)
Declaration
public static bool operator !=(BiomDentalStudyToothImprintInformationType left, BiomDentalStudyToothImprintInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDentalStudyToothImprintInformationType | left | |
BiomDentalStudyToothImprintInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |