Skip to main content

HS.SDA3.GenomicsOrder

For genetics orders

Property Inventory

Parameters

parameter CANOVERRIDEPROPLIST = Variants;
This will be computed by the streamlet class
parameter ORDERITEMTYPE = GEN;
Inherited description: Must be filled in on descendent class
This will determine the order type of the order item

Properties

property Extension as HS.Local.SDA3.GenomicsOrderExtension;
Property methods: ExtensionGet(), ExtensionGetObject(), ExtensionGetObjectId(), ExtensionGetSwizzled(), ExtensionIsEmpty(), ExtensionIsValid(), ExtensionNewObject(), ExtensionSet(), ExtensionSetObject(), ExtensionSetObjectId(), ExtensionUnSwizzle()
property LinkedFillerID as %String (MAXLEN = 220);
Many genomics orders are associated with a lab order. If so, this will contain the filler ID of that lab order VIEWERLIB: Not stored
Property methods: LinkedFillerIDDisplayToLogical(), LinkedFillerIDGet(), LinkedFillerIDIsValid(), LinkedFillerIDLogicalToDisplay(), LinkedFillerIDLogicalToOdbc(), LinkedFillerIDNormalize(), LinkedFillerIDSet()
property VCFStreams as list of HS.SDA3.Blob;
A stream of VCF data - this can be very large VIEWERLIB: Not stored
Property methods: VCFStreamsBuildValueArray(), VCFStreamsCollectionToDisplay(), VCFStreamsCollectionToOdbc(), VCFStreamsDisplayToCollection(), VCFStreamsGet(), VCFStreamsGetObject(), VCFStreamsGetObjectId(), VCFStreamsGetSwizzled(), VCFStreamsIsValid(), VCFStreamsOdbcToCollection(), VCFStreamsSet(), VCFStreamsSetObject(), VCFStreamsSetObjectId()
property Variants as list of HS.SDA3.GenomicsVariant;
A filtered list of the clinically significant variant data parsed from the VCF streams We filter by "report,true" in the key value pairs stored in column 8 (INFO)
Property methods: VariantsBuildValueArray(), VariantsCollectionToDisplay(), VariantsCollectionToOdbc(), VariantsDisplayToCollection(), VariantsGet(), VariantsGetObject(), VariantsGetObjectId(), VariantsGetSwizzled(), VariantsIsValid(), VariantsOdbcToCollection(), VariantsSet(), VariantsSetObject(), VariantsSetObjectId()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab