WS-Beschreibung - Terminologieserver Search ReturnValueSetDetails

Aus Termserver-CTS2
Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Functionality

Lists all details of the given value set or value set version. See response section for more details about the informations returned.

Prerequisites

Request/Response

Request

Parameter Typ Länge Kardinalität Beschreibung
LoginType LoginType 0..1 Login information
sessionID String 1..1 Session-ID from user (given by system)
value_set value_set 1..1 A subset of terms.Every valueset has at least one valueset-version.
id Long 1..1 ID of the valueset.
value_set_version value_set_version 0..1 Represents the version of an valueset.
versionId Long 1..1 Version ID of the value set

Response

Parameter Typ Länge Kardinalität Beschreibung
ReturnType ReturnType 1..1 Return information
message String 1..1 an additional message
overallErrorCategory 1..1 INFO, WARN, ERROR
status 1..1 OK, FAILURE
value_set value_set 1..1 A subset of terms.Every valueset has at least one valueset-version.
currentVersionId Long 1..1 Points to the current version of the valueset.
description String 65535 1..1 Description of the valueset.
id Long 1..1 ID of the valueset.
name String 50 1..1 Name of the valueset.
status Integer 1..1 Status of the current entry. Can be found in a domain.
statusDate java.util.Date 1..1 Alteration time of the status.
value_set_version value_set_version 1..N Represents the version of an valueset.
insertTimestamp java.util.Date 1..1 Timestamp of the insertion of the valueset version.
preferredLanguageId Long 1..1 The preferred langue of the code system. (The ID has to be taken from the domain 'ISO_639_1_Language_Codes' - ID 1)
previousVersionId Long 1..1 Points to the previous version.
releaseDate java.util.Date 1..1 Start date for the validity of the valueset version.
status Integer 1..1 The status of the current entry. Can be found in a domain.
statusDate java.util.Date 1..1 Alteration time of the status.
versionId Long 1..1 Version ID of the value set

Annotations

Noteworthiness

Hints

The result set is small.

Examples

SOAP messages

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sear="http://search.ws.terminologie.fhdo.de/">
   <soapenv:Header/>
   <soapenv:Body>
      <sear:ReturnValueSetDetails>
         <parameter>
            <valueSet>
               <id>1</id>
               <valueSetVersions>
                  <versionId>1</versionId>
	       </valueSetVersions>
            </valueSet>
         </parameter>  
         </sear:ReturnValueSetDetails>
   </soapenv:Body>
</soapenv:Envelope>

Code examples

Java

 
Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
Werkzeuge