Manual Reference Source Test
import FlowKeyValueModel from 'clinical6/src/models/flow/FlowKeyValue.js'
public class | source

FlowKeyValueModel

This is only used as an alias to simplify the saving of flow information. Real saving occurs from a captured value group.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of an entry.

response.id String

The entry id value

response.attributes Object

Any number of key/value relationships

Public Members

public [stringToCamel(key)]: Any source

public id: String source