For this ADaM API endpoint /mdr/adam/{product}/datastructures/{datastructure}/variables/{var} , HTTP 404 Not Found is the result when following the valuelist hypermedia link. For example, line 8 in this response excerpt from GET ADaM TTE v1.0, the response of this API query /mdr/adam/adamigadam-tte-1-1/datastructures/BDS/variables/ITTRFL :0/datastructures shows Basic Data Structure for Time to Event Analyses (ADTTE) as a data structure. Code Block |
---|
| {
...
"ordinal": "166",
"namedataStructures": "ITTRFL",
[
...
"_links": {
...{
"valuelist": {
"href": "/mdr/adam/adamigadam-tte-1-10/valuelistdatastructures/CharacterYesResponseADTTE",
"title": "Yes Response",
"typetitle": "EnumeratedBasic ValueData Domain"
Structure for Time to }Event Analyses",
...
}
} |
Note that, ADaMIG variable's value list is available as a list of string literals. An excerpt from the same example GET query, lines 5 to 7: Code Block |
---|
| {
"ordinal": "166",
"nametype": "ITTRFLData Structure",
...
"valueList": [
}
"Y"
],
...
} |
In data modeling, ADTTE is a specialized form of the BDS data structure. CDISC is working with the standards development teams to apply this modeling concept into applicable foundational standards. |