Class BiomDentalHistoryDataInformationType
A data type for a description of the prior dental history of the subject, if known.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomDentalHistoryDataInformationType : IEquatable<BiomDentalHistoryDataInformationType>
Properties
Context
biomDentalHistoryDataInformationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomDentalHistoryDataInformationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomDentalHistoryDataInformationType.ContextEnum> | biomDentalHistoryDataInformationType JSON-LD context |
DentalHistoryAdaReferenceCode
An ADA reference code to indicate whether the assignment of tooth numbers was done on a morphological basis or positional basis. NIEM reference is biom:DentalHistoryADAReferenceCodeText
Declaration
[DataMember(Name = "dentalHistoryAdaReferenceCode")]
public List<NcTextType> DentalHistoryAdaReferenceCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An ADA reference code to indicate whether the assignment of tooth numbers was done on a morphological basis or positional basis. NIEM reference is biom:DentalHistoryADAReferenceCodeText |
DentalHistoryAdditionalDescriptive
A description of those codes that require text NIEM reference is biom:DentalHistoryAdditionalDescriptiveText
Declaration
[DataMember(Name = "dentalHistoryAdditionalDescriptive")]
public List<NcTextType> DentalHistoryAdditionalDescriptive { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of those codes that require text NIEM reference is biom:DentalHistoryAdditionalDescriptiveText |
Methods
Equals(BiomDentalHistoryDataInformationType)
Returns true if BiomDentalHistoryDataInformationType instances are equal
Declaration
public bool Equals(BiomDentalHistoryDataInformationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomDentalHistoryDataInformationType | other | Instance of BiomDentalHistoryDataInformationType 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(BiomDentalHistoryDataInformationType, BiomDentalHistoryDataInformationType)
Declaration
public static bool operator ==(BiomDentalHistoryDataInformationType left, BiomDentalHistoryDataInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDentalHistoryDataInformationType | left | |
BiomDentalHistoryDataInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomDentalHistoryDataInformationType, BiomDentalHistoryDataInformationType)
Declaration
public static bool operator !=(BiomDentalHistoryDataInformationType left, BiomDentalHistoryDataInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDentalHistoryDataInformationType | left | |
BiomDentalHistoryDataInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |