FutureProg types
Drug CollectionDictionary
| Property | Return type | Help |
|---|---|---|
.any |
Boolean |
True if there are any values in this collection dictionary |
.count |
Number |
The number of keys in the collection dictionary |
.empty |
Boolean |
True if the collection dictionary is empty |
.keys |
Text Collection |
Returns all of the keys in the collection dictionary |
.longcount |
Number |
The number of values in all of the sub collections |
.values |
Drug Collection |
Returns all of the values in all of the collection dictionary collections |