Click or drag to resize
Virtual Care CustomCode Structure

[This is preliminary documentation and is subject to change.]

FHIR HL7 Coding concept, custom code.

Namespace: SnapMD.VirtualCare.ApiModels
Assembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntax
public struct CustomCode : ICustomCode

The CustomCode type exposes the following members.

Constructors
  NameDescription
Public methodCustomCode(String)
Initialize custom code from string line.
Public methodCustomCode(Int32, String)
Initialize custom code from code and description.
Top
Properties
  NameDescription
Public propertyCode
Code number.
Public propertyDescription
Code description.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Example: 82?SampleText
(Overrides ValueTypeToString.)
Top
See Also