class Message extends Collection (View source)

Properties

protected $collection_key
string $createTime
string $data
string[] $labels
string $messageType
string $name
protected $parsedDataType
protected $parsedDataDataType
protected $patientIdsType
protected $patientIdsDataType
protected $schematizedDataType
protected $schematizedDataDataType
string $sendFacility
string $sendTime

Methods

setCreateTime($createTime)

No description

string
getCreateTime()

No description

setData($data)

No description

string
getData()

No description

setLabels($labels)

No description

string[]
getLabels()

No description

setMessageType($messageType)

No description

string
getMessageType()

No description

setName($name)

No description

string
getName()

No description

setParsedData(ParsedData $parsedData)

No description

getParsedData()

No description

setPatientIds($patientIds)

No description

getPatientIds()

No description

setSchematizedData(SchematizedData $schematizedData)

No description

setSendFacility($sendFacility)

No description

string
getSendFacility()

No description

setSendTime($sendTime)

No description

string
getSendTime()

No description

Details

setCreateTime($createTime)

No description

Parameters

$createTime

string getCreateTime()

No description

Return Value

string

setData($data)

No description

Parameters

$data

string getData()

No description

Return Value

string

setLabels($labels)

No description

Parameters

$labels

string[] getLabels()

No description

Return Value

string[]

setMessageType($messageType)

No description

Parameters

$messageType

string getMessageType()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setParsedData(ParsedData $parsedData)

No description

Parameters

ParsedData $parsedData

ParsedData getParsedData()

No description

Return Value

ParsedData

setPatientIds($patientIds)

No description

Parameters

$patientIds

PatientId[] getPatientIds()

No description

Return Value

PatientId[]

setSchematizedData(SchematizedData $schematizedData)

No description

Parameters

SchematizedData $schematizedData

SchematizedData getSchematizedData()

No description

Return Value

SchematizedData

setSendFacility($sendFacility)

No description

Parameters

$sendFacility

string getSendFacility()

No description

Return Value

string

setSendTime($sendTime)

No description

Parameters

$sendTime

string getSendTime()

No description

Return Value

string