Care Plan Score Details

Create CarePlanScoreDetail

Creates a new CarePlanScoreDetail

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
carePlanKey
required
integer <int32>

CarePlan Key

carePlanScoreKey
required
integer <int32>

CarePlanScore Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
carePlanScoreDetail_Key
required
integer <int32>
carePlanScore_Key
required
integer <int32>
eMail_Body
string or null <= 4000 characters
eMail_Recipient
string or null <= 512 characters
eMail_Subject
string or null <= 256 characters
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
event_Subject
string or null <= 256 characters
item_Definition
string or null <= 512 characters
item_Result_Type
string or null <= 32 characters
item_Type
string or null <= 32 characters
reportDefinition_Key
integer or null <int32>
reportSeries_Key
integer or null <int32>
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

post/care-plans/{carePlanKey}/scores/{carePlanScoreKey}/details
Request samples
{
  • "carePlanScoreDetail_Key": 0,
  • "carePlanScore_Key": 0,
  • "eMail_Body": "string",
  • "eMail_Recipient": "string",
  • "eMail_Subject": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "event_Subject": "string",
  • "item_Definition": "string",
  • "item_Result_Type": "string",
  • "item_Type": "string",
  • "reportDefinition_Key": 0,
  • "reportSeries_Key": 0,
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List CarePlanScoreDetail

Lists all CarePlanScoreDetail for the given carePlanScoreKey

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
carePlanKey
required
integer <int32>

CarePlan Key

carePlanScoreKey
required
integer <int32>

CarePlanScore Key

query Parameters
page
integer <int32>
Default: 1

Page

pageSize
integer <int32>
Default: 100

Page Size

sortBy
string

Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., 'Property1:desc,Property2:asc,Property3:asc' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/care-plans/{carePlanKey}/scores/{carePlanScoreKey}/details
Request samples
Response samples
No sample

Get CarePlanScoreDetail

Gets CarePlanScoreDetail

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
carePlanKey
required
integer <int32>

CarePlan Key

carePlanScoreKey
required
integer <int32>

CarePlanScore Key

carePlanScoreDetailKey
required
integer <int32>

CarePlanScoreDetail Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/care-plans/{carePlanKey}/scores/{carePlanScoreKey}/details/{carePlanScoreDetailKey}
Request samples
Response samples
No sample

Update CarePlanScoreDetail

Updates a specific CarePlanScoreDetail.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
carePlanKey
required
integer <int32>

CarePlan Key

carePlanScoreKey
required
integer <int32>

CarePlanScore Key

carePlanScoreDetailKey
required
integer <int32>

CarePlanScoreDetail Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
carePlanScoreDetail_Key
required
integer <int32>
carePlanScore_Key
required
integer <int32>
eMail_Body
string or null <= 4000 characters
eMail_Recipient
string or null <= 512 characters
eMail_Subject
string or null <= 256 characters
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
event_Subject
string or null <= 256 characters
item_Definition
string or null <= 512 characters
item_Result_Type
string or null <= 32 characters
item_Type
string or null <= 32 characters
reportDefinition_Key
integer or null <int32>
reportSeries_Key
integer or null <int32>
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
200

Success

401

Unauthorized

put/care-plans/{carePlanKey}/scores/{carePlanScoreKey}/details/{carePlanScoreDetailKey}
Request samples
{
  • "carePlanScoreDetail_Key": 0,
  • "carePlanScore_Key": 0,
  • "eMail_Body": "string",
  • "eMail_Recipient": "string",
  • "eMail_Subject": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "event_Subject": "string",
  • "item_Definition": "string",
  • "item_Result_Type": "string",
  • "item_Type": "string",
  • "reportDefinition_Key": 0,
  • "reportSeries_Key": 0,
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete CarePlanScoreDetail

Deletes an CarePlanScoreDetail

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
carePlanKey
required
integer <int32>

CarePlan Key

carePlanScoreKey
required
integer <int32>

CarePlanScore Key

carePlanScoreDetailKey
required
integer <int32>

CarePlanScoreDetail Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/care-plans/{carePlanKey}/scores/{carePlanScoreKey}/details/{carePlanScoreDetailKey}
Request samples

Create or Update Batch CarePlanScoreDetail

Create or Update multiple CarePlanScoreDetail at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
carePlanKey
required
integer <int32>

CarePlan Key

carePlanScoreKey
required
integer <int32>

CarePlanScore Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
Array
carePlanScoreDetail_Key
required
integer <int32>
carePlanScore_Key
required
integer <int32>
eMail_Body
string or null <= 4000 characters
eMail_Recipient
string or null <= 512 characters
eMail_Subject
string or null <= 256 characters
entry_Date
string <date-time>
entry_User
string or null <= 20 characters
event_Subject
string or null <= 256 characters
item_Definition
string or null <= 512 characters
item_Result_Type
string or null <= 32 characters
item_Type
string or null <= 32 characters
reportDefinition_Key
integer or null <int32>
reportSeries_Key
integer or null <int32>
update_Date
string <date-time>
update_User
string or null <= 20 characters
Responses
207

Success

401

Unauthorized

put/care-plans/{carePlanKey}/scores/{carePlanScoreKey}/details-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}