Protocol class for OSP snapshot protocols
Protocol.RdAn R6 class that represents a protocol in an OSP snapshot. This class provides methods to access different properties of a protocol and display a summary of its information. Protocols can be either simple (with dosing intervals) or advanced (with schemas and schema items).
Active bindings
dataThe raw data of the protocol
nameThe name of the protocol
is_advancedWhether the protocol is advanced (schema-based)
application_typeThe application type (for simple protocols)
dosing_intervalThe dosing interval (for simple protocols)
time_unitThe time unit for the protocol
parametersThe parameters of the protocol (for simple protocols)
schemasThe schemas of the protocol (for advanced protocols)
Methods
Method print()
Print a summary of the protocol including its properties and parameters.