/AWS1/CL_TNBLSTMEDICALVOCABU01¶
ListMedicalVocabulariesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/TNBVOCABULARYSTATE /AWS1/TNBVOCABULARYSTATE¶
Lists all custom medical vocabularies that have the status specified in your request. Custom vocabularies are ordered by creation date, with the newest vocabulary first.
iv_nexttoken TYPE /AWS1/TNBNEXTTOKEN /AWS1/TNBNEXTTOKEN¶
If
NextTokenis present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with theNextTokenparameter in your results output, then run your request again includingNextTokenwith the value of the copied string. Repeat as needed to view all your results.
it_vocabularies TYPE /AWS1/CL_TNBVOCABULARYINFO=>TT_VOCABULARIES TT_VOCABULARIES¶
Provides information about the custom medical vocabularies that match the criteria specified in your request.
Queryable Attributes¶
Status¶
Lists all custom medical vocabularies that have the status specified in your request. Custom vocabularies are ordered by creation date, with the newest vocabulary first.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_STATUS() | Getter for STATUS, with configurable default | 
| ASK_STATUS() | Getter for STATUS w/ exceptions if field has no value | 
| HAS_STATUS() | Determine if STATUS has a value | 
NextToken¶
If
NextTokenis present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with theNextTokenparameter in your results output, then run your request again includingNextTokenwith the value of the copied string. Repeat as needed to view all your results.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_NEXTTOKEN() | Getter for NEXTTOKEN, with configurable default | 
| ASK_NEXTTOKEN() | Getter for NEXTTOKEN w/ exceptions if field has no value | 
| HAS_NEXTTOKEN() | Determine if NEXTTOKEN has a value | 
Vocabularies¶
Provides information about the custom medical vocabularies that match the criteria specified in your request.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_VOCABULARIES() | Getter for VOCABULARIES, with configurable default | 
| ASK_VOCABULARIES() | Getter for VOCABULARIES w/ exceptions if field has no value | 
| HAS_VOCABULARIES() | Determine if VOCABULARIES has a value |