SWILSClinicalGetStateModelService Operations
For a list of operations associated with this Web service, see the following table.
Operation Name | Description |
---|---|
LSClinicalGetStateModelServiceQueryPage |
Returns state model transitions in pages. |
LSClinicalGetStateModelServiceQueryByExample |
Returns state model transitions as one result set. |
Request Message Description: LSClinicalGetStateModelServiceQueryByExample
You can invoke this operation in this Web service with a state model name value so that only related state model transitions are returned. If you provide no input, then all the state model transition values are returned. For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
StateModel.Id |
Optional. Row ID of state model name. |
Character data |
StateModel. Searchspec |
Optional. Search specification. |
Character data |
StateModel.Name |
Optional. State model name. |
Character data |
StateModel-Transition.Id |
Optional. Row ID of the transition record. |
Character data |
StateModel-Transition. FromStateName |
Optional. From state name. |
Character data |
StateModel-Transition. PublicFlag |
Optional. Public flag. Values are Y or N. |
Boolean |
StateModel-Transition. RuleExpression |
Optional. Rule expression. |
Character data |
StateModel-Transition. RuleFieldName |
Optional. Rule field name. |
Character data |
StateModel-Transition. RuleOperator |
Optional. Rule operator. |
Character data |
StateModel-Transition. RuleValue |
Optional. Rule value. |
Character data |
StateModel-Transition. ToStateName |
Optional. To state name. A user can change the status drop down value from one state to another state. |
Character data |
Request Message Description: LSClinicalGetStateModelServiceQueryPage
You can invoke this operation with the state model name value so that only related state model transitions are returned. If all state model transition values are required, then pass an asterisk (*) for all nodes. The result set will be in pages with a page size. For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
StateModel.Id |
Required. The row ID of the state model name. Can be either an asterisk (*), or a valid row ID. |
Character data |
StateModel.Name |
Required. State model name. Can be either an asterisk (*), or a valid state model name. |
Character data |
StateModel-Transition.Id |
Required. Row ID of transition record. Can be either an asterisk (*), or the row ID of the transition state. |
Character data |
StateModel-Transition. FromStateName |
Required. From state name. Can be either an asterisk (*), or From State name. |
Character data |
StateModel-Transition. PublicFlag |
Required. Public flag. Possible values are Y or N. Can be either an asterisk (*), or public flag. |
Boolean |
StateModel-Transition. ToStateName |
Required. To state name. Can be either an asterisk (*), or To State name. |
Character data |
Response Message Description: LSClinicalGetStateModelServiceQueryByExample and LSClinicalGetStateModelServiceQueryPage
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
StateModel.Id |
Row ID of the state model name. |
Character data |
StateModel.Name |
State model name. |
Character data |
StateModel-Transition. FromStateName |
From State name. |
Character data |
StateModel-Transition. PublicFlag |
Public flag. Possible values are Y or N. |
Boolean |
StateModel-Transition. RuleExpression |
Rule expression. |
Character data |
StateModel-Transition. RuleFieldName |
Rule field name. |
Character data |
StateModel-Transition. RuleOperator |
Rule operator. |
Character data |
StateModel-Transition. RuleValue |
Rule value. |
Character data |
StateModel-Transition. ToStateName |
To State name. |
Character data |