MedicationModel
Model used to retrieve or set information about a medication.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
Name of the medication (Required). |
string |
None. |
| Strength |
Strength of the medication (Required). |
string |
None. |
| Active |
Indicates whether the medication is active or not. |
boolean |
None. |
| DosageExternalIds |
List of dosage unique IDs on integrating system. |
Collection of string |
None. |
| FrequencyExternalIds |
List of frequency unique IDs on integrating system. |
Collection of string |
None. |
| FormTypeExternalIds |
List of form type unique IDs on integrating system. |
Collection of string |
None. |
| RouteExternalIds |
List of route unique IDs on integrating system. |
Collection of string |
None. |
| Id |
Unique ID of the model in the portal (Read only). |
string |
None. |
| ExternalId |
Unique ID of the model in the integrating system (Required). |
string |
None. |