Class BiomMouthDataInformationType
A data type for a description of the medical (dental) observations of the mouth.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomMouthDataInformationType : IEquatable<BiomMouthDataInformationType>
Properties
Context
biomMouthDataInformationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomMouthDataInformationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomMouthDataInformationType.ContextEnum> | biomMouthDataInformationType JSON-LD context |
MouthDataAdaReferenceCodeList
A list of mouth data ADA reference valid codes from ANSI/ADA Standard No. 1058, Section 10 NIEM reference is biom:MouthDataADAReferenceCodeList
Declaration
[DataMember(Name = "mouthDataAdaReferenceCodeList")]
public List<BiomMouthDataADAReferenceCodeListType> MouthDataAdaReferenceCodeList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMouthDataADAReferenceCodeListType> | A list of mouth data ADA reference valid codes from ANSI/ADA Standard No. 1058, Section 10 NIEM reference is biom:MouthDataADAReferenceCodeList |
MouthDataAdditionalDescriptive
A description of additional detail of mouth data NIEM reference is biom:MouthDataAdditionalDescriptiveText
Declaration
[DataMember(Name = "mouthDataAdditionalDescriptive")]
public List<NcTextType> MouthDataAdditionalDescriptive { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of additional detail of mouth data NIEM reference is biom:MouthDataAdditionalDescriptiveText |
MouthDataRecordingDate
A date of recording of the mouth data. NIEM reference is biom:MouthDataRecordingDate
Declaration
[DataMember(Name = "mouthDataRecordingDate")]
public List<NcDateType> MouthDataRecordingDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date of recording of the mouth data. NIEM reference is biom:MouthDataRecordingDate |
MouthDataRecordingDateEstimateRangeDuration
A kind of date of recording estimated accuracy range for mouth data NIEM reference is biom:MouthDataRecordingDateEstimateRangeDuration
Declaration
[DataMember(Name = "mouthDataRecordingDateEstimateRangeDuration")]
public List<NiemXsduration> MouthDataRecordingDateEstimateRangeDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsduration> | A kind of date of recording estimated accuracy range for mouth data NIEM reference is biom:MouthDataRecordingDateEstimateRangeDuration |
Methods
Equals(BiomMouthDataInformationType)
Returns true if BiomMouthDataInformationType instances are equal
Declaration
public bool Equals(BiomMouthDataInformationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomMouthDataInformationType | other | Instance of BiomMouthDataInformationType 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(BiomMouthDataInformationType, BiomMouthDataInformationType)
Declaration
public static bool operator ==(BiomMouthDataInformationType left, BiomMouthDataInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMouthDataInformationType | left | |
BiomMouthDataInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomMouthDataInformationType, BiomMouthDataInformationType)
Declaration
public static bool operator !=(BiomMouthDataInformationType left, BiomMouthDataInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMouthDataInformationType | left | |
BiomMouthDataInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |