TheJacksonLaboratory / PhenopacketLab

An Angular/Springboot web application for the loading, editing, saving of data that follows the Phenopacket Schema
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Add Schedule frequency NCIT endpoint #259

Closed belkassaby closed 1 year ago

belkassaby commented 1 year ago

Definition of done

Add Schedule frequency NCIT endpoint that returns the https://www.ebi.ac.uk/ols/ontologies/ncit/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FNCIT_C64493 and children NCIT terms as SubTreeNode

BethSundberg commented 1 year ago

@belkassaby Where will this be used, I don't see something that asks for it.

belkassaby commented 1 year ago

This should be in Treatment, Dose interval , then the schedule frquency should be callable

BethSundberg commented 1 year ago

@belkassaby I found under treatment "cumulative dose" that has null objects. I don't see dose interval.

Image

BethSundberg commented 1 year ago

@belkassaby If I upload a phenotype that has a medical action, I can see this.

Image

BethSundberg commented 1 year ago

Okay, so the schedule frequency is there. However, the form itself needs to be fixed, which is a separate issue.