eLabSDK2.Inventory.SampleType.SampleType
Hierarchy
-
↳
SampleType
Methods
getSampleTypeMetas
Static
getSampleTypeMetas(): SampleTypeMetaInterface
[]
Get all sample type metas
Returns
SampleTypeMetaInterface
[]
all sample type metas or an empty array if there are none.
getSampleTypeMetasForSampleType
Static
getSampleTypeMetasForSampleType(sampleTypeID
): SampleTypeMetaInterface
[]
Get sample type metas for the given sampleTypeID
Parameters
Name | Type | Description |
---|---|---|
sampleTypeID | number | the sample type id to find sample type meta fields for. |
Returns
SampleTypeMetaInterface
[]
A list of sample type meta fields for the given SampleTypeID or an empty array if none were found.
© 2023 eLabNext
Updated 17 days ago