Class BiomDentalEncodingSystemInformationType
A data type for a set of information regarding the data collection schema that was used for the recording of dental information.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomDentalEncodingSystemInformationType : IEquatable<BiomDentalEncodingSystemInformationType>
Properties
Context
biomDentalEncodingSystemInformationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomDentalEncodingSystemInformationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomDentalEncodingSystemInformationType.ContextEnum> | biomDentalEncodingSystemInformationType JSON-LD context |
MorphologyPositionalNumberingCode
A code to indicate whether the assignment of tooth numbers was done on a morphological basis or positional basis. NIEM reference is biom:MorphologyPositionalNumberingCode
Declaration
[DataMember(Name = "morphologyPositionalNumberingCode")]
public List<BiomMorphologyPositionalNumberingCodeType> MorphologyPositionalNumberingCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMorphologyPositionalNumberingCodeType> | A code to indicate whether the assignment of tooth numbers was done on a morphological basis or positional basis. NIEM reference is biom:MorphologyPositionalNumberingCode |
RestorationDataGranularityCode
A code indicates the type and level of restoration and surface information coded in Field 12.010: Tooth data detail / TDD. NIEM reference is biom:RestorationDataGranularityCode
Declaration
[DataMember(Name = "restorationDataGranularityCode")]
public List<BiomRestorationDataGranularityCodeType> RestorationDataGranularityCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomRestorationDataGranularityCodeType> | A code indicates the type and level of restoration and surface information coded in Field 12.010: Tooth data detail / TDD. NIEM reference is biom:RestorationDataGranularityCode |
SystemNameCode
A code that contains the dental system codes NIEM reference is biom:SystemNameCode
Declaration
[DataMember(Name = "systemNameCode")]
public List<BiomSystemNameCodeType> SystemNameCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSystemNameCodeType> | A code that contains the dental system codes NIEM reference is biom:SystemNameCode |
SystemVersion
A kind of system version text NIEM reference is biom:SystemVersionText
Declaration
[DataMember(Name = "systemVersion")]
public List<NcTextType> SystemVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of system version text NIEM reference is biom:SystemVersionText |
ToothPermanenceCategoryCode
A code that is used to designate the way that permanent and deciduous teeth are coded according to the system used to enter the data. NIEM reference is biom:ToothPermanenceCategoryCode
Declaration
[DataMember(Name = "toothPermanenceCategoryCode")]
public List<BiomToothPermanenceCategoryCodeType> ToothPermanenceCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomToothPermanenceCategoryCodeType> | A code that is used to designate the way that permanent and deciduous teeth are coded according to the system used to enter the data. NIEM reference is biom:ToothPermanenceCategoryCode |
Methods
Equals(BiomDentalEncodingSystemInformationType)
Returns true if BiomDentalEncodingSystemInformationType instances are equal
Declaration
public bool Equals(BiomDentalEncodingSystemInformationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomDentalEncodingSystemInformationType | other | Instance of BiomDentalEncodingSystemInformationType 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(BiomDentalEncodingSystemInformationType, BiomDentalEncodingSystemInformationType)
Declaration
public static bool operator ==(BiomDentalEncodingSystemInformationType left, BiomDentalEncodingSystemInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDentalEncodingSystemInformationType | left | |
BiomDentalEncodingSystemInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomDentalEncodingSystemInformationType, BiomDentalEncodingSystemInformationType)
Declaration
public static bool operator !=(BiomDentalEncodingSystemInformationType left, BiomDentalEncodingSystemInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDentalEncodingSystemInformationType | left | |
BiomDentalEncodingSystemInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |