Manual Reference Source Test
import TemporaryIdModel from 'clinical6/src/models/identifier/TemporaryId.js'
public class | source

TemporaryIdModel

Model representing a temporary identifier.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of a temporary identifier.

response.id Number

The temporary ID value

response.token String

The temporary identifier token

response.expires_at String

When the temporary identifier expires

Public Members

public expiresAt: String source

public id: Number source

public token: String source