ClinicalTrial
No description
type ClinicalTrial {
NCTId: ID!
data_source: String!
url: String!
refersTo(
first: Int = 0
offset: Int = 0
orderBy: [_CitationOrdering] = []
filter: _CitationFilter
): [Citation]
refersToUrl(
first: Int = 0
offset: Int = 0
orderBy: [_LinkOrdering] = []
filter: _LinkFilter
): [Link]
useReferenceAs(
first: Int = 0
offset: Int = 0
orderBy: [_ReferenceTypeOrdering] = []
filter: _ReferenceTypeFilter
): [ReferenceType]
conductedAt(
first: Int = 0
offset: Int = 0
orderBy: [_FacilityOrdering] = []
filter: _FacilityFilter
): [Facility]
investigates(
first: Int = 0
offset: Int = 0
orderBy: [_InterventionOrdering] = []
filter: _InterventionFilter
): [Intervention]
type(
first: Int = 0
offset: Int = 0
orderBy: [_StudyTypeOrdering] = []
filter: _StudyTypeFilter
): [StudyType]
isSponsoredBy(
first: Int = 0
offset: Int = 0
orderBy: [_SponsorOrdering] = []
filter: _SponsorFilter
): [Sponsor]
isSupportedBy(
first: Int = 0
offset: Int = 0
orderBy: [_CollaboratorOrdering] = []
filter: _CollaboratorFilter
): [Collaborator]
isFdaRegulatedDevice(
first: Int = 0
offset: Int = 0
orderBy: [_ResponseOrdering] = []
filter: _ResponseFilter
): [Response]
isUnapprovedDevice(
first: Int = 0
offset: Int = 0
orderBy: [_ResponseOrdering] = []
filter: _ResponseFilter
): [Response]
isFdaRegulatedDrug(
first: Int = 0
offset: Int = 0
orderBy: [_ResponseOrdering] = []
filter: _ResponseFilter
): [Response]
expandedAccess(
first: Int = 0
offset: Int = 0
orderBy: [_ResponseOrdering] = []
filter: _ResponseFilter
): [Response]
isStudying(
first: Int = 0
offset: Int = 0
orderBy: [_ConditionOrdering] = []
filter: _ConditionFilter
): [Condition]
isPhase(
first: Int = 0
offset: Int = 0
orderBy: [_PhaseOrdering] = []
filter: _PhaseFilter
): [Phase]
purpose(
first: Int = 0
offset: Int = 0
orderBy: [_PurposeOrdering] = []
filter: _PurposeFilter
): [Purpose]
identifications(
first: Int = 0
offset: Int = 0
orderBy: [_StudyIdentificationOrdering] = []
filter: _StudyIdentificationFilter
): [StudyIdentification]
status(
first: Int = 0
offset: Int = 0
orderBy: [_StatusOrdering] = []
filter: _StatusFilter
): [Status]
stopped(
first: Int = 0
offset: Int = 0
orderBy: [_StopReasonOrdering] = []
filter: _StopReasonFilter
): [StopReason]
started(
first: Int = 0
offset: Int = 0
orderBy: [_StartOrdering] = []
filter: _StartFilter
): [Start]
completed(
first: Int = 0
offset: Int = 0
orderBy: [_CompletedOrdering] = []
filter: _CompletedFilter
): [Completed]
conductedBy(
first: Int = 0
offset: Int = 0
orderBy: [_InvestigatorOrdering] = []
filter: _InvestigatorFilter
): [Investigator]
description(
first: Int = 0
offset: Int = 0
orderBy: [_DescriptionOrdering] = []
filter: _DescriptionFilter
): [Description]
studyDesign(
first: Int = 0
offset: Int = 0
orderBy: [_DesignOrdering] = []
filter: _DesignFilter
): [Design]
observationPeriod(
first: Int = 0
offset: Int = 0
orderBy: [_ObservationPeriodOrdering] = []
filter: _ObservationPeriodFilter
): [ObservationPeriod]
primaryOutcome(
first: Int = 0
offset: Int = 0
orderBy: [_OutcomeOrdering] = []
filter: _OutcomeFilter
): [Outcome]
secondaryOutcome(
first: Int = 0
offset: Int = 0
orderBy: [_OutcomeOrdering] = []
filter: _OutcomeFilter
): [Outcome]
otherOutcome(
first: Int = 0
offset: Int = 0
orderBy: [_OutcomeOrdering] = []
filter: _OutcomeFilter
): [Outcome]
studyPopulation(
first: Int = 0
offset: Int = 0
orderBy: [_StudyPopulationOrdering] = []
filter: _StudyPopulationFilter
): [StudyPopulation]
inclusionCriteria(
first: Int = 0
offset: Int = 0
orderBy: [_InclusionCriteriaOrdering] = []
filter: _InclusionCriteriaFilter
): [InclusionCriteria]
exclusionCriteria(
first: Int = 0
offset: Int = 0
orderBy: [_ExclusionCriteriaOrdering] = []
filter: _ExclusionCriteriaFilter
): [ExclusionCriteria]
contactPerson(
first: Int = 0
offset: Int = 0
orderBy: [_ContactOrdering] = []
filter: _ContactFilter
): [Contact]
retainedBioSamples(
first: Int = 0
offset: Int = 0
orderBy: [_BioSpecimenOrdering] = []
filter: _BioSpecimenFilter
): [BioSpecimen]
studyArms(
first: Int = 0
offset: Int = 0
orderBy: [_ArmOrdering] = []
filter: _ArmFilter
): [Arm]
_id: String
}
Fields
NCTId
(ID!
)
data_source
(String!
)
url
(String!
)
refersTo
([Citation]
)
first
(Int
)offset
(Int
)orderBy
([_CitationOrdering]
)filter
(_CitationFilter
)
refersToUrl
([Link]
)
first
(Int
)offset
(Int
)orderBy
([_LinkOrdering]
)filter
(_LinkFilter
)
useReferenceAs
([ReferenceType]
)
first
(Int
)offset
(Int
)orderBy
([_ReferenceTypeOrdering]
)filter
(_ReferenceTypeFilter
)
conductedAt
([Facility]
)
first
(Int
)offset
(Int
)orderBy
([_FacilityOrdering]
)filter
(_FacilityFilter
)
investigates
([Intervention]
)
first
(Int
)offset
(Int
)orderBy
([_InterventionOrdering]
)filter
(_InterventionFilter
)
type
([StudyType]
)
first
(Int
)offset
(Int
)orderBy
([_StudyTypeOrdering]
)filter
(_StudyTypeFilter
)
isSponsoredBy
([Sponsor]
)
first
(Int
)offset
(Int
)orderBy
([_SponsorOrdering]
)filter
(_SponsorFilter
)
isSupportedBy
([Collaborator]
)
first
(Int
)offset
(Int
)orderBy
([_CollaboratorOrdering]
)filter
(_CollaboratorFilter
)
isFdaRegulatedDevice
([Response]
)
first
(Int
)offset
(Int
)orderBy
([_ResponseOrdering]
)filter
(_ResponseFilter
)
isUnapprovedDevice
([Response]
)
first
(Int
)offset
(Int
)orderBy
([_ResponseOrdering]
)filter
(_ResponseFilter
)
isFdaRegulatedDrug
([Response]
)
first
(Int
)offset
(Int
)orderBy
([_ResponseOrdering]
)filter
(_ResponseFilter
)
expandedAccess
([Response]
)
first
(Int
)offset
(Int
)orderBy
([_ResponseOrdering]
)filter
(_ResponseFilter
)
isStudying
([Condition]
)
first
(Int
)offset
(Int
)orderBy
([_ConditionOrdering]
)filter
(_ConditionFilter
)
isPhase
([Phase]
)
first
(Int
)offset
(Int
)orderBy
([_PhaseOrdering]
)filter
(_PhaseFilter
)
purpose
([Purpose]
)
first
(Int
)offset
(Int
)orderBy
([_PurposeOrdering]
)filter
(_PurposeFilter
)
identifications
([StudyIdentification]
)
first
(Int
)offset
(Int
)orderBy
([_StudyIdentificationOrdering]
)filter
(_StudyIdentificationFilter
)
status
([Status]
)
first
(Int
)offset
(Int
)orderBy
([_StatusOrdering]
)filter
(_StatusFilter
)
stopped
([StopReason]
)
first
(Int
)offset
(Int
)orderBy
([_StopReasonOrdering]
)filter
(_StopReasonFilter
)
started
([Start]
)
first
(Int
)offset
(Int
)orderBy
([_StartOrdering]
)filter
(_StartFilter
)
completed
([Completed]
)
first
(Int
)offset
(Int
)orderBy
([_CompletedOrdering]
)filter
(_CompletedFilter
)
conductedBy
([Investigator]
)
first
(Int
)offset
(Int
)orderBy
([_InvestigatorOrdering]
)filter
(_InvestigatorFilter
)
description
([Description]
)
first
(Int
)offset
(Int
)orderBy
([_DescriptionOrdering]
)filter
(_DescriptionFilter
)
studyDesign
([Design]
)
first
(Int
)offset
(Int
)orderBy
([_DesignOrdering]
)filter
(_DesignFilter
)
observationPeriod
([ObservationPeriod]
)
first
(Int
)offset
(Int
)orderBy
([_ObservationPeriodOrdering]
)filter
(_ObservationPeriodFilter
)
primaryOutcome
([Outcome]
)
first
(Int
)offset
(Int
)orderBy
([_OutcomeOrdering]
)filter
(_OutcomeFilter
)
secondaryOutcome
([Outcome]
)
first
(Int
)offset
(Int
)orderBy
([_OutcomeOrdering]
)filter
(_OutcomeFilter
)
otherOutcome
([Outcome]
)
first
(Int
)offset
(Int
)orderBy
([_OutcomeOrdering]
)filter
(_OutcomeFilter
)
studyPopulation
([StudyPopulation]
)
first
(Int
)offset
(Int
)orderBy
([_StudyPopulationOrdering]
)filter
(_StudyPopulationFilter
)
inclusionCriteria
([InclusionCriteria]
)
first
(Int
)offset
(Int
)orderBy
([_InclusionCriteriaOrdering]
)filter
(_InclusionCriteriaFilter
)
exclusionCriteria
([ExclusionCriteria]
)
first
(Int
)offset
(Int
)orderBy
([_ExclusionCriteriaOrdering]
)filter
(_ExclusionCriteriaFilter
)
contactPerson
([Contact]
)
first
(Int
)offset
(Int
)orderBy
([_ContactOrdering]
)filter
(_ContactFilter
)
retainedBioSamples
([BioSpecimen]
)
first
(Int
)offset
(Int
)orderBy
([_BioSpecimenOrdering]
)filter
(_BioSpecimenFilter
)
studyArms
([Arm]
)
first
(Int
)offset
(Int
)orderBy
([_ArmOrdering]
)filter
(_ArmFilter
)
_id
(String
)
Generated field for querying the Neo4j system id of this node.