|
|
CustomCode Structure |
[This is preliminary documentation and is subject to change.]
Namespace: SnapMD.VirtualCare.ApiModels
The CustomCode type exposes the following members.
| Name | Description | |
|---|---|---|
| CustomCode(String) |
Initialize custom code from string line.
| |
| CustomCode(Int32, String) |
Initialize custom code from code and description.
|
| Name | Description | |
|---|---|---|
| Code |
Code number.
| |
| Description |
Code description.
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Example: 82?SampleText
(Overrides ValueTypeToString.) |