Class BiomDentalVisualImageDataInformationType
A data type that allows the entry of information concerning type-10 images of the mouth.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomDentalVisualImageDataInformationType : IEquatable<BiomDentalVisualImageDataInformationType>
Properties
Context
biomDentalVisualImageDataInformationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomDentalVisualImageDataInformationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomDentalVisualImageDataInformationType.ContextEnum> | biomDentalVisualImageDataInformationType JSON-LD context |
DentalVisualImageCode
A visual image view code NIEM reference is biom:DentalVisualImageCode
Declaration
[DataMember(Name = "dentalVisualImageCode")]
public List<BiomDentalVisualImageCodeType> DentalVisualImageCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomDentalVisualImageCodeType> | A visual image view code NIEM reference is biom:DentalVisualImageCode |
DentalVisualImageComparisonDescriptive
A kind of visual image comparison descriptive text NIEM reference is biom:DentalVisualImageComparisonDescriptiveText
Declaration
[DataMember(Name = "dentalVisualImageComparisonDescriptive")]
public List<NcTextType> DentalVisualImageComparisonDescriptive { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of visual image comparison descriptive text NIEM reference is biom:DentalVisualImageComparisonDescriptiveText |
DentalVisualImageDescriptive
A kind of visual image additional descriptive text NIEM reference is biom:DentalVisualImageDescriptiveText
Declaration
[DataMember(Name = "dentalVisualImageDescriptive")]
public List<NcTextType> DentalVisualImageDescriptive { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of visual image additional descriptive text NIEM reference is biom:DentalVisualImageDescriptiveText |
Methods
Equals(BiomDentalVisualImageDataInformationType)
Returns true if BiomDentalVisualImageDataInformationType instances are equal
Declaration
public bool Equals(BiomDentalVisualImageDataInformationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomDentalVisualImageDataInformationType | other | Instance of BiomDentalVisualImageDataInformationType 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(BiomDentalVisualImageDataInformationType, BiomDentalVisualImageDataInformationType)
Declaration
public static bool operator ==(BiomDentalVisualImageDataInformationType left, BiomDentalVisualImageDataInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDentalVisualImageDataInformationType | left | |
BiomDentalVisualImageDataInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomDentalVisualImageDataInformationType, BiomDentalVisualImageDataInformationType)
Declaration
public static bool operator !=(BiomDentalVisualImageDataInformationType left, BiomDentalVisualImageDataInformationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomDentalVisualImageDataInformationType | left | |
BiomDentalVisualImageDataInformationType | right |
Returns
Type | Description |
---|---|
System.Boolean |