ContactPointUse Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contact Point Use See: http://hl7.org/fhir/ValueSet/contact-point-use
public readonly struct ContactPointUse : IEquatable<Azure.Health.Insights.RadiologyInsights.ContactPointUse>
type ContactPointUse = struct
Public Structure ContactPointUse
Implements IEquatable(Of ContactPointUse)
- Inheritance
-
ContactPointUse
- Implements
Constructors
| Name | Description |
|---|---|
| ContactPointUse(String) |
Initializes a new instance of ContactPointUse. |
Properties
| Name | Description |
|---|---|
| Home |
Home. |
| Mobile |
Mobile. |
| Old |
Old. |
| Temp |
Temp. |
| Work |
Work. |
Methods
| Name | Description |
|---|---|
| Equals(ContactPointUse) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ContactPointUse, ContactPointUse) |
Determines if two ContactPointUse values are the same. |
| Implicit(String to ContactPointUse) |
Converts a String to a ContactPointUse. |
| Inequality(ContactPointUse, ContactPointUse) |
Determines if two ContactPointUse values are not the same. |