# Functions
ExecutePsmQuery executes an i2b2 PSM query and returns the corresponding patient set id.
GetOntologyConceptChildren retrieves the children of the concept identified by path.
GetOntologyConceptInfo retrieves the info of the concept identified by path.
GetOntologyElements retrieves the info about the ontology elements.
GetOntologyModifierChildren retrieves the children of the modifier identified by path and appliedPath, and that apply to appliedConcept.
GetOntologyModifierInfo retrieves the info of the modifier identified by path and appliedPath.
GetOntologyModifiers retrieves the modifiers that apply to the concept identified by path.
GetPatientSet retrieves an i2b2 patient set.
NewCrcPdoReqFromInputList returns a new request object for i2b2 pdo request.
NewCrcPsmReqFromQueryDef returns a new request object for i2b2 psm request.
NewOntReqGetCategoriesMessageBody returns a new request object for i2b2 categories (ontology root nodes).
NewOntReqGetChildrenMessageBody returns a new request object for i2b2 children of a node.
NewOntReqGetModifierChildrenMessageBody returns a new request object to get the i2b2 modifiers that apply to the concept path.
NewOntReqGetModifierInfoMessageBody returns a new request object for i2b2 get modifier info (information about node).
NewOntReqGetModifiersMessageBody returns a new request object to get the i2b2 modifiers that apply to the concept path.
NewOntReqGetTermInfoMessageBody returns a new request object for i2b2 get term info (information about node).
NewRequest creates a new ready-to-use i2b2 request, with a nil message body.
NewRequestWithBody creates a new ready-to-use i2b2 request, with a message body.
# Constants
enumerated values of ResultOutputName.
enumerated values of ResultOutputName.
enumerated values of ResultOutputName.
enumerated values of ResultOutputName.
enumerated values of ResultOutputName.
enumerated values of ResultOutputName.
enumerated values of ResultOutputName.
# Structs
Concept is an i2b2 XML concept.
ConstrainByModifier is an i2b2 XML constrain_by_modifier element.
ConstrainByValue is an i2b2 XML constrain_by_value element.
CrcPdoReqFromInputListMessageBody is an i2b2 XML message body for CRC PDO request from input list.
CrcPdoRespMessageBody is an i2b2 XML message body for CRC PDO response.
CrcPsmReqFromQueryDefMessageBody is an i2b2 XML message body for CRC PSM request from query definition.
CrcPsmRespMessageBody is an i2b2 XML message body for CRC PSM response.
Item is an i2b2 XML item.
MessageHeader is an i2b2 XML header embedded in a request or response.
Metadataxml is the metadata of an i2b2 ontolgy element.
MetadataxmlValueMetadata is the metadata value of an i2b2 ontolgy element.
Modifier is an i2b2 XML modifier.
OntReqGetCategoriesMessageBody is an i2b2 XML message body for ontology categories request.
OntReqGetChildrenMessageBody is an i2b2 XML message for ontology children request.
OntReqGetModifierChildrenMessageBody is an i2b2 XML message for ontology modifier children request.
OntReqGetModifierInfoMessageBody is an i2b2 XML message body for ontology modifier info request.
OntReqGetModifiersMessageBody is an i2b2 XML message for ontology modifiers request.
OntReqGetTermInfoMessageBody is an i2b2 XML message body for ontology term info request.
OntRespConceptsMessageBody is the message_body of the i2b2 get_children response message.
OntRespModifiersMessageBody is the message_body of the i2b2 get_modifiers response message.
Panel is an i2b2 XML panel.
PdoHeader is an i2b2 XML header for PDO requests.
PdoRequestFromInputList is an i2b2 XML PDO request - from input list.
PsmHeader is an i2b2 XML header for PSM request.
PsmRequestFromQueryDef is an i2b2 XML PSM request from query definition.
QueryResultInstance is an i2b2 XML query result instance.
Request is an i2b2 XML request.
RequestHeader is an i2b2 XML header embedded in a request.
Response is an i2b2 XML response.
ResponseHeader is an i2b2 XML header embedded in a response.
ResultOutput is an i2b2 XML requested result type.
UnitValues are the unit values of an i2b2 ontology element.
UnitValuesConvertingUnitsItems0 is a converting unit of an i2b2 ontology element.
# Interfaces
MessageBody is an i2b2 XML generic body.
# Type aliases
ResultOutputName is an i2b2 XML requested result type value.