ITK Function Reference

(V10000.1.0.60_20160308.00)
Data Structures | Macros | Typedefs | Enumerations | Functions
ssr.h File Reference
#include <tc/tc_startup.h>
#include <qry/libqry_exports.h>
#include <qry/libqry_undef.h>

Go to the source code of this file.

Data Structures

struct  parameter_descriptors_s
 

Macros

#define VR_Split_String   "{;}"
 

Typedefs

typedef struct
parameter_descriptors_s 
parameter_descriptors_t
 
typedef enum SSR_value_types_e SSR_value_types_t
 

Enumerations

enum  SSR_value_types_e {
  SSR_UNKNOWN, SSR_BOOLEAN, SSR_STRING, SSR_CHARACTER,
  SSR_DATE, SSR_DOUBLE, SSR_INTEGER, SSR_TYPEDREFERENCE,
  SSR_UNTYPEDREFERENCE, SSR_EXTERNALREFERENCE, SSR_LONGSTRING, SSR_TYPEDRELEATION,
  SSR_UNTYPEDRELEATION
}
 

Functions

QRY_API int SSR_create_external_related_objects (tag_t parent_tag, int num_related_objs, tag_t **related_obj_tags)
 
QRY_API int SSR_create_property_objects (tag_t parent_tag, int num_props, tag_t **property_obj_tags)
 
QRY_API int SSR_create_related_objects (tag_t parent_tag, int num_related_objs, tag_t *obj_tags, tag_t **related_obj_tags)
 
QRY_API int SSR_create_report_property_objects (tag_t visual_report_obj_tag, int num_props, tag_t **report_property_obj_tags)
 
QRY_API int SSR_create_visual_report_objects (tag_t *ctx_tags, int num_ctx_tags, tag_t **visual_report_obj_tags)
 
QRY_API int SSR_get_property_descriptors (tag_t visual_report_tag, const char *report_descriptor, int *num_parameter_descriptors, parameter_descriptors_t **pd)
 
QRY_API int SSR_log_error (tag_t object_tag, int severity, int ifail, const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7)
 
QRY_API int SSR_set_external_related_object_data (tag_t related_obj_tag, const char *extObjectID, const char *extObjectSource, const char *extObjectName, const char *extObjectType, const char *extObjectaccessURL, const char *typeOfRelation)
 
QRY_API int SSR_set_property_data (tag_t property_obj_tag, const char *name, const char *displayName, SSR_value_types_t valueType, int numValues, const char *values, const char *relatedUID, const char *source, const char *propertyGroup, const char *unit, const char *accessURL)
 
QRY_API int SSR_set_related_object_data (tag_t related_obj_tag, const char *typeOfRelation)
 
QRY_API int SSR_set_report_property_data (tag_t report_property_obj_tag, const char *name, const char *displayName, SSR_value_types_t valueType, int numValues, const char *values, const char *relatedUID, const char *source, const char *propertyGroup, const char *unit, const char *accessURL)