Class BiomImageAugmentationType
A data type that supplements Image and specifies the additional Screening Image Information
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomImageAugmentationType : IEquatable<BiomImageAugmentationType>
Properties
Context
biomImageAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomImageAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomImageAugmentationType.ContextEnum> | biomImageAugmentationType JSON-LD context |
EffectiveDate
A date that information take effect. NIEM reference is nc:EffectiveDate
Declaration
[DataMember(Name = "effectiveDate")]
public List<NcDateType> EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date that information take effect. NIEM reference is nc:EffectiveDate |
ImageHashValue
A pattern for a hash value computed from a binary object like Image. NIEM reference is biom:ImageHashValue
Declaration
[DataMember(Name = "imageHashValue")]
public List<BiomImageHashValueType> ImageHashValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomImageHashValueType> | A pattern for a hash value computed from a binary object like Image. NIEM reference is biom:ImageHashValue |
Methods
Equals(BiomImageAugmentationType)
Returns true if BiomImageAugmentationType instances are equal
Declaration
public bool Equals(BiomImageAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomImageAugmentationType | other | Instance of BiomImageAugmentationType 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(BiomImageAugmentationType, BiomImageAugmentationType)
Declaration
public static bool operator ==(BiomImageAugmentationType left, BiomImageAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomImageAugmentationType | left | |
BiomImageAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomImageAugmentationType, BiomImageAugmentationType)
Declaration
public static bool operator !=(BiomImageAugmentationType left, BiomImageAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomImageAugmentationType | left | |
BiomImageAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |