Define an asset as a Mobile Rounds asset
- Last UpdatedApr 14, 2025
- 1 minute read
To define an asset as a Mobile Rounds asset, you must add reference data to it. It will then allow the asset to be recognized by the Mobile Rounds filter.
Perform the following steps.
-
Paste the following ReferenceData - AssetSupportedType JSON text into any text editor.
{
"id": "<<assetsupportedtypeid_should_be_guid",
"name": "Mobile Rounds Response",
"description": "Mobile Rounds Response",
"asset": {
"id": "<<cds_asset_id>>"
},
"baseTypeId": "BaseMobileRoundsAsset",
"isEnabled": true,
"typeId": "TransmittedProcedure",
"typeName": "Transmitted Procedure"
}
-
In the left pane of CONNECT data services, select Visualization, then select Asset Explorer.
-
Locate and open the desired asset, and copy the asset Id.
-
In the text editor:
-
Replace the <<cds_asset_id>> with the ID of the asset.
"asset": {
"id": "<<cds_asset_id>>"
},
-
Replace the <<assetsupportedtypeid_should_be_guid field with a randomly generated ID.
"id": "<<assetsupportedtypeid_should_be_guid",
-
-
In the left pane of CONNECT data services, select Developer Tools, then choose API Console.
-
Select v1 in the Full Path dropdown.
-
Select POST in the Verb dropdown.
-
In the URI field, type / at the end of the existing text, then select your desired Namespace.
-
In the URI field, type /ReferenceData/ at the end of the existing text.
-
In the typeId field, enter AssetSupportedType.
-
Paste the edited JSON text from your text editor in the Body field.
-
Select the POST button.
Repeat the steps above for each asset that you want to associate with the Mobile Rounds filter.