Skip to main content

HS.SDA3.Device

serial class HS.SDA3.Device extends HS.SDA3.DataType

Class to represent device for MU3 UDI requirements

Property Inventory

Properties

property Device as HS.SDA3.CodeTableDetail.Device;
Coded value for device type (e.g. implantable pacemaker)
Property methods: DeviceGet(), DeviceGetObject(), DeviceGetObjectId(), DeviceGetSwizzled(), DeviceIsEmpty(), DeviceIsValid(), DeviceNewObject(), DeviceSet(), DeviceSetObject(), DeviceSetObjectId(), DeviceUnSwizzle()
property DistinctIdentifier as %String (MAXLEN = 250);
The distinct identification string
Property methods: DistinctIdentifierDisplayToLogical(), DistinctIdentifierGet(), DistinctIdentifierIsValid(), DistinctIdentifierLogicalToDisplay(), DistinctIdentifierLogicalToOdbc(), DistinctIdentifierNormalize(), DistinctIdentifierSet()
property ExpirationDate as HS.SDA3.TimeStamp;
Date and time of expiry of this device (if applicable)
Property methods: ExpirationDateDisplayToLogical(), ExpirationDateGet(), ExpirationDateIsValid(), ExpirationDateLogicalToDisplay(), ExpirationDateLogicalToTimeStamp(), ExpirationDateLogicalToXSD(), ExpirationDateNormalize(), ExpirationDateOdbcToLogical(), ExpirationDateSet(), ExpirationDateXSDToLogical()
property Extension as HS.Local.SDA3.DeviceExtension;
Property methods: ExtensionGet(), ExtensionGetObject(), ExtensionGetObjectId(), ExtensionGetSwizzled(), ExtensionIsEmpty(), ExtensionIsValid(), ExtensionNewObject(), ExtensionSet(), ExtensionSetObject(), ExtensionSetObjectId(), ExtensionUnSwizzle()
property LotNumber as %String (MAXLEN = 250);
Lot number of manufacture
Property methods: LotNumberDisplayToLogical(), LotNumberGet(), LotNumberIsValid(), LotNumberLogicalToDisplay(), LotNumberLogicalToOdbc(), LotNumberNormalize(), LotNumberSet()
property ManufactureDate as HS.SDA3.TimeStamp;
Date when the device was made
Property methods: ManufactureDateDisplayToLogical(), ManufactureDateGet(), ManufactureDateIsValid(), ManufactureDateLogicalToDisplay(), ManufactureDateLogicalToTimeStamp(), ManufactureDateLogicalToXSD(), ManufactureDateNormalize(), ManufactureDateOdbcToLogical(), ManufactureDateSet(), ManufactureDateXSDToLogical()
property SerialNumber as %String (MAXLEN = 250);
Serial number assigned by the manufacturer
Property methods: SerialNumberDisplayToLogical(), SerialNumberGet(), SerialNumberIsValid(), SerialNumberLogicalToDisplay(), SerialNumberLogicalToOdbc(), SerialNumberNormalize(), SerialNumberSet()
Status of the Device availability. Example values include: active, inactive, entered-in-error, unknown
Property methods: StatusGet(), StatusGetObject(), StatusGetObjectId(), StatusGetSwizzled(), StatusIsEmpty(), StatusIsValid(), StatusNewObject(), StatusSet(), StatusSetObject(), StatusSetObjectId(), StatusUnSwizzle()
property UDIAssigningAuthority as %String (MAXLEN = 250);
Assigning Authority for Unique Device Identifier, typically FDA
Property methods: UDIAssigningAuthorityDisplayToLogical(), UDIAssigningAuthorityGet(), UDIAssigningAuthorityIsValid(), UDIAssigningAuthorityLogicalToDisplay(), UDIAssigningAuthorityLogicalToOdbc(), UDIAssigningAuthorityNormalize(), UDIAssigningAuthoritySet()
property UDIExtension as %String (MAXLEN = 250);
Extension of Unique Device Identifier, a globally unique string that identifies device
Property methods: UDIExtensionDisplayToLogical(), UDIExtensionGet(), UDIExtensionIsValid(), UDIExtensionLogicalToDisplay(), UDIExtensionLogicalToOdbc(), UDIExtensionNormalize(), UDIExtensionSet()
property UDIHumanReadable as %String (MAXLEN = 250);
UDI Human Readable Barcode String
Property methods: UDIHumanReadableDisplayToLogical(), UDIHumanReadableGet(), UDIHumanReadableIsValid(), UDIHumanReadableLogicalToDisplay(), UDIHumanReadableLogicalToOdbc(), UDIHumanReadableNormalize(), UDIHumanReadableSet()
property UDIMachineReadable as %String (MAXLEN = 500);
UDI Machine Readable Barcode String. This property will be stored unencoded. For FHIR resources, this field must be base-64 encoded. The FHIR server will perform that encoding during creation of the resource.
Property methods: UDIMachineReadableDisplayToLogical(), UDIMachineReadableGet(), UDIMachineReadableIsValid(), UDIMachineReadableLogicalToDisplay(), UDIMachineReadableLogicalToOdbc(), UDIMachineReadableNormalize(), UDIMachineReadableSet()
property UDIRoot as %String (MAXLEN = 250);
Root of Unique Device Identifier, typically FDA OID
Property methods: UDIRootDisplayToLogical(), UDIRootGet(), UDIRootIsValid(), UDIRootLogicalToDisplay(), UDIRootLogicalToOdbc(), UDIRootNormalize(), UDIRootSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab