You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.
We suppose to get this kind of fields in responses to API requests:
GET List
Response
[
{
name: string,
score: number,
dateCreated: number,
source: string,
sourceId: string
},
]
GET Detail
Response
{
name: string,
records: [
{
date: string, (05-Jan-2018 the same as we get on Transfer of Care)
name: string,
source: string,
sourceId: string,
type: string,
typeTitle: string,
}
]
score: number,
dateCreated: number,
specific_q1: string,
specific_q2: string,
specific_q3: string,
specific_q4: string,
source: string,
sourceId: string
}
PUT/POST edit/create Detail
Response
{
name: string,
records: [
{
date: string, (05-Jan-2018 the same as we get on Transfer of Care)
name: string,
source: string,
sourceId: string,
type: string,
typeTitle: string,
}
]
score: number,
dateCreated: number,
specific_q1: string,
specific_q2: string,
specific_q3: string,
specific_q4: string,
source: string,
sourceId: string,
userId: number
}
Hi @freshehr
Could you take a look at this requirement at the UI /API level here and let us know what openEHR template we could use to persist this generic PROMS data please?
thanks
T
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
New heading is planned: https://projects.invisionapp.com/share/CSBN9XEYX#/screens/278187375
We suppose to get this kind of fields in responses to API requests:
GET List
Response
[
{
name: string,
score: number,
dateCreated: number,
source: string,
sourceId: string
},
]
GET Detail
Response
{
name: string,
records: [
{
date: string, (05-Jan-2018 the same as we get on Transfer of Care)
name: string,
source: string,
sourceId: string,
type: string,
typeTitle: string,
}
]
score: number,
dateCreated: number,
specific_q1: string,
specific_q2: string,
specific_q3: string,
specific_q4: string,
source: string,
sourceId: string
}
PUT/POST edit/create Detail
Response
{
name: string,
records: [
{
date: string, (05-Jan-2018 the same as we get on Transfer of Care)
name: string,
source: string,
sourceId: string,
type: string,
typeTitle: string,
}
]
score: number,
dateCreated: number,
specific_q1: string,
specific_q2: string,
specific_q3: string,
specific_q4: string,
source: string,
sourceId: string,
userId: number
}
This document might be helpful http://docs.pulsetile.com/react-proms.html#proms-detail
Related issue: PulseTile/PulseTile-React-Core#119
The text was updated successfully, but these errors were encountered: