Member PreEx Disclosed Diags

Create MemberPreExDisclosedDiag

Creates a new MemberPreExDisclosedDiag

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
Subscriber_ID
required
string

Subscriber ID

Member_Seq
required
string

Member Seq

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
memberPreExDisclosedDiag_Key
required
integer <int32>

Unique identifier for each Member Pre Ex Disclosed Diag entry. Note: This field is marked as NOT NULL in the database and therefore required by the API.

diagnostic_Code_Type
required
string [ 1 .. 16 ] characters

Unique ID for the diagnostic code type.

diagnostic_Group
string or null <= 32 characters

Name for the diagnostic group.

entry_Date
string <date-time>

Date when the record was first added to the system.

entry_User
string or null <= 20 characters

User that first added the record to the system.

from_Diag
string or null <= 8 characters

First Diagnosis Code for the specified range.

member_Seq
required
string [ 1 .. 2 ] characters

Sequential identifier assigned to the Member.

subscriber_ID
required
string [ 1 .. 9 ] characters

Identifier assigned to the Subscriber associated with this Member.

thru_Diag
string or null <= 8 characters

Last Diagnosis Code for the specified range.

update_Date
string <date-time>

Date when the record was last updated in the system.

update_User
string or null <= 20 characters

User that last updated the record in the system.

Responses
200

Success

401

Unauthorized

post/subscribers/{Subscriber_ID}/members/{Member_Seq}/pre-ex-disclosed-diags
Request samples
{
  • "memberPreExDisclosedDiag_Key": 0,
  • "diagnostic_Code_Type": "string",
  • "diagnostic_Group": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "from_Diag": "string",
  • "member_Seq": "st",
  • "subscriber_ID": "string",
  • "thru_Diag": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

List MemberPreExDisclosedDiag

Lists all MemberPreExDisclosedDiag for the given Subscriber_ID and Member_Seq

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
Subscriber_ID
required
string

Subscriber ID

Member_Seq
required
string

Member Seq

query Parameters
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.

page
integer <int32>
Default: 1

Page

pageSize
integer <int32>
Default: 100

Page Size

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/subscribers/{Subscriber_ID}/members/{Member_Seq}/pre-ex-disclosed-diags
Request samples
Response samples
No sample

Get MemberPreExDisclosedDiag

Gets MemberPreExDisclosedDiag

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
Subscriber_ID
required
string

Subscriber ID

Member_Seq
required
string

Member Seq

MemberPreExDisclosedDiag_Key
required
integer <int32>

MemberPreExDisclosedDiag Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/subscribers/{Subscriber_ID}/members/{Member_Seq}/pre-ex-disclosed-diags/{MemberPreExDisclosedDiag_Key}
Request samples
Response samples
No sample

Update MemberPreExDisclosedDiag

Updates a specific MemberPreExDisclosedDiag.

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
Subscriber_ID
required
string

Subscriber ID

Member_Seq
required
string

Member Seq

MemberPreExDisclosedDiag_Key
required
integer <int32>

MemberPreExDisclosedDiag Key

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
memberPreExDisclosedDiag_Key
required
integer <int32>

Unique identifier for each Member Pre Ex Disclosed Diag entry. Note: This field is marked as NOT NULL in the database and therefore required by the API.

diagnostic_Code_Type
required
string [ 1 .. 16 ] characters

Unique ID for the diagnostic code type.

diagnostic_Group
string or null <= 32 characters

Name for the diagnostic group.

entry_Date
string <date-time>

Date when the record was first added to the system.

entry_User
string or null <= 20 characters

User that first added the record to the system.

from_Diag
string or null <= 8 characters

First Diagnosis Code for the specified range.

member_Seq
required
string [ 1 .. 2 ] characters

Sequential identifier assigned to the Member.

subscriber_ID
required
string [ 1 .. 9 ] characters

Identifier assigned to the Subscriber associated with this Member.

thru_Diag
string or null <= 8 characters

Last Diagnosis Code for the specified range.

update_Date
string <date-time>

Date when the record was last updated in the system.

update_User
string or null <= 20 characters

User that last updated the record in the system.

Responses
200

Success

401

Unauthorized

put/subscribers/{Subscriber_ID}/members/{Member_Seq}/pre-ex-disclosed-diags/{MemberPreExDisclosedDiag_Key}
Request samples
{
  • "memberPreExDisclosedDiag_Key": 0,
  • "diagnostic_Code_Type": "string",
  • "diagnostic_Group": "string",
  • "entry_Date": "2019-08-24T14:15:22Z",
  • "entry_User": "string",
  • "from_Diag": "string",
  • "member_Seq": "st",
  • "subscriber_ID": "string",
  • "thru_Diag": "string",
  • "update_Date": "2019-08-24T14:15:22Z",
  • "update_User": "string"
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}

Delete MemberPreExDisclosedDiag

Deletes an MemberPreExDisclosedDiag

SecurityapiKeyAuth and bearerAuth
Request
path Parameters
Subscriber_ID
required
string

Subscriber ID

Member_Seq
required
string

Member Seq

MemberPreExDisclosedDiag_Key
required
integer <int32>

MemberPreExDisclosedDiag Key

header Parameters
vbasoftware-database
required
string

Target database

Responses
204

Success

401

Unauthorized

delete/subscribers/{Subscriber_ID}/members/{Member_Seq}/pre-ex-disclosed-diags/{MemberPreExDisclosedDiag_Key}
Request samples

Create or Update Batch MemberPreExDisclosedDiag

Create or Update multiple MemberPreExDisclosedDiag 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
Subscriber_ID
required
string

Subscriber ID

Member_Seq
required
string

Member Seq

header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
Array
memberPreExDisclosedDiag_Key
required
integer <int32>

Unique identifier for each Member Pre Ex Disclosed Diag entry. Note: This field is marked as NOT NULL in the database and therefore required by the API.

diagnostic_Code_Type
required
string [ 1 .. 16 ] characters

Unique ID for the diagnostic code type.

diagnostic_Group
string or null <= 32 characters

Name for the diagnostic group.

entry_Date
string <date-time>

Date when the record was first added to the system.

entry_User
string or null <= 20 characters

User that first added the record to the system.

from_Diag
string or null <= 8 characters

First Diagnosis Code for the specified range.

member_Seq
required
string [ 1 .. 2 ] characters

Sequential identifier assigned to the Member.

subscriber_ID
required
string [ 1 .. 9 ] characters

Identifier assigned to the Subscriber associated with this Member.

thru_Diag
string or null <= 8 characters

Last Diagnosis Code for the specified range.

update_Date
string <date-time>

Date when the record was last updated in the system.

update_User
string or null <= 20 characters

User that last updated the record in the system.

Responses
207

Success

401

Unauthorized

put/subscribers/{Subscriber_ID}/members/{Member_Seq}/pre-ex-disclosed-diags-batch
Request samples
[
  • {
    }
]
Response samples
{
  • "data": [
    ],
  • "error": {
    },
  • "debug": {
    }
}