daily_med.models package

Module contents

class daily_med.models.SPL(**kwargs)[source]

Bases: properties.base.HasProperties

SPL provides Structured Product Label meta + document.

Required

Parameters:
  • published_date (DateTime) – Published Date, a datetime object
  • set_id (String) – Set ID, a string
  • spl_version (String) – Version, a string
  • title (String) – Title, a string

Optional

Parameters:document (POCP_MT050100UV_Document) – Structured Product Label Document, an instance of POCP_MT050100UV_Document
document

Structured Product Label Document

published_date

Published Date

set_id

Set ID

spl_version

Version

title

Title