Class BiomDentalRadiographImageInformationType
A data type for the information specific to dental radiographic imagery.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomDentalRadiographImageInformationType : IEquatable<BiomDentalRadiographImageInformationType>
Properties
Context
biomDentalRadiographImageInformationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomDentalRadiographImageInformationType.ContextEnum? Context { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<BiomDentalRadiographImageInformationType.ContextEnum> | biomDentalRadiographImageInformationType JSON-LD context |
RadiographImageInformation
A kind of radiograph image information text NIEM reference is biom:RadiographImageInformationText
Declaration
[DataMember(Name = "radiographImageInformation")]
public List<NcTextType> RadiographImageInformation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<NcTextType> | A kind of radiograph image information text NIEM reference is biom:RadiographImageInformationText |
RadiographImageSeries
A kind of radiograph image in series text NIEM reference is biom:RadiographImageSeriesText
Declaration
[DataMember(Name = "radiographImageSeries")]
public List<NcTextType> RadiographImageSeries { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<NcTextType> | A kind of radiograph image in series text NIEM reference is biom:RadiographImageSeriesText |
RadiographImageSeriesCode
A kind of Radiograph Image Series. Only integer and periods are in the code text. An example is 8.1.3.9.1.5 for the National Provider Identifier Number of Dentist that treated the patient. NIEM reference is biom:RadiographImageSeriesCodeText
Declaration
[DataMember(Name = "radiographImageSeriesCode")]
public List<NcTextType> RadiographImageSeriesCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<NcTextType> | A kind of Radiograph Image Series. Only integer and periods are in the code text. An example is 8.1.3.9.1.5 for the National Provider Identifier Number of Dentist that treated the patient. NIEM reference is biom:RadiographImageSeriesCodeText |
RadiographSize
A kind of Radiograph Size NIEM reference is biom:RadiographSizeText
Declaration
[DataMember(Name = "radiographSize")]
public List<NcTextType> RadiographSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<NcTextType> | A kind of Radiograph Size NIEM reference is biom:RadiographSizeText |
Methods
Equals(BiomDentalRadiographImageInformationType)
Returns true if BiomDentalRadiographImageInformationType instances are equal
Declaration
public bool Equals(BiomDentalRadiographImageInformationType other)
Parameters
| Type | Name | Description |
|---|---|---|
| BiomDentalRadiographImageInformationType | other | Instance of BiomDentalRadiographImageInformationType 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(BiomDentalRadiographImageInformationType, BiomDentalRadiographImageInformationType)
Declaration
public static bool operator ==(BiomDentalRadiographImageInformationType left, BiomDentalRadiographImageInformationType right)
Parameters
| Type | Name | Description |
|---|---|---|
| BiomDentalRadiographImageInformationType | left | |
| BiomDentalRadiographImageInformationType | right |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Inequality(BiomDentalRadiographImageInformationType, BiomDentalRadiographImageInformationType)
Declaration
public static bool operator !=(BiomDentalRadiographImageInformationType left, BiomDentalRadiographImageInformationType right)
Parameters
| Type | Name | Description |
|---|---|---|
| BiomDentalRadiographImageInformationType | left | |
| BiomDentalRadiographImageInformationType | right |
Returns
| Type | Description |
|---|---|
| System.Boolean |