Class TMolecularSequenceRepository
Unit
bsFhir_r4b
Declaration
type TMolecularSequenceRepository = class(TBackboneElement)
Description
Raw data describing a biological sequence.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : string read Gettype_ write Settype_; |
Click and see / RESTful API / Need login to see / RESTful API with authentication / Other ways to see resource.
|
|
property type_Element : TrepositoryType read Gettype_Element write Settype_Element; |
|
|
property url : string read Geturl write Seturl; |
URI of an external repository which contains further details about the genetics data.
|
|
property urlElement : Turi read GeturlElement write SeturlElement; |
|
|
property name_ : string read Getname_ write Setname_; |
URI of an external repository which contains further details about the genetics data.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property datasetId : string read GetdatasetId write SetdatasetId; |
Id of the variant in this external repository. The server will understand how to use this id to call for more info about datasets in external repository.
|
|
property datasetIdElement : Tstring read GetdatasetIdElement write SetdatasetIdElement; |
|
|
property variantsetId : string read GetvariantsetId write SetvariantsetId; |
Id of the variantset in this external repository. The server will understand how to use this id to call for more info about variantsets in external repository.
|
|
property variantsetIdElement : Tstring read GetvariantsetIdElement write SetvariantsetIdElement; |
|
|
property readsetId : string read GetreadsetId write SetreadsetId; |
Id of the read in this external repository.
|
|
property readsetIdElement : Tstring read GetreadsetIdElement write SetreadsetIdElement; |
|
Generated by PasDoc 0.15.0.
|