Package | Description |
---|---|
oracle.hsgbu.hdr.hl7.query |
Contains the query component classes used to build a RIM-based query in CTB.
|
Modifier and Type | Class and Description |
---|---|
class |
SetSearchOperator
Enumerated types for unary search operators.
|
class |
UnarySearchOperator
Enumerated types for unary search operators.
|
Modifier and Type | Field and Description |
---|---|
static SearchOperator |
SearchOperator.CASE_INSENSITIVE_EQUALS
The case insensitive equals operator
|
static SearchOperator |
SearchOperator.CASE_INSENSITIVE_LIKE
The case insensitive like operator
|
static SearchOperator |
SearchOperator.CASE_INSENSITIVE_NOT_EQUALS
The case insensitive NOT equals operator
|
static SearchOperator |
SearchOperator.CASE_INSENSITIVE_NOT_LIKE
The case insensitive NOT like operator
|
static SearchOperator |
Criteria.CONTAINS
The
contains operator, similar to the SQL
CONTAINS operator. |
static SearchOperator |
SearchOperator.CONTAINS
The operator "CONTAINS".
|
static SearchOperator |
Criteria.EQUALS
The
equals operator, similar to the SQL =
operator. |
static SearchOperator |
SearchOperator.EQUALS
The operator equals.
|
static SearchOperator |
Criteria.GREATER_THAN
The
greater than operator, similar to the SQL >
operator. |
static SearchOperator |
SearchOperator.GREATER_THAN
The operator greater than.
|
static SearchOperator |
Criteria.GREATER_THAN_OR_EQUAL_TO
The
greater than or equal to operator, similar to the SQL
>= operator. |
static SearchOperator |
SearchOperator.GREATER_THAN_OR_EQUAL_TO
The operator greater than or equal to.
|
static SearchOperator |
SearchOperator.IS_NOT_NULL
The operator "is not null".
|
static SearchOperator |
SearchOperator.IS_NULL
The operator "is null".
|
static SearchOperator |
Criteria.LESS_THAN
The
less than operator, similar to the SQL <
operator. |
static SearchOperator |
SearchOperator.LESS_THAN
The operator less than.
|
static SearchOperator |
Criteria.LESS_THAN_OR_EQUAL_TO
The
less than or equal to operator, similar to the SQL
<= operator. |
static SearchOperator |
SearchOperator.LESS_THAN_OR_EQUAL_TO
The operator less than or equal to.
|
static SearchOperator |
Criteria.LIKE
This
like operator, similar to the SQL LIKE
operator. |
static SearchOperator |
SearchOperator.LIKE
The operator "like".
|
static SearchOperator |
Criteria.NOT_EQUALS
The
not equals operator, similar to the SQL <>
operator. |
static SearchOperator |
SearchOperator.NOT_EQUALS
The operator not equals.
|
static SearchOperator |
Criteria.NOT_LIKE
The
not like operator, similar to the SQL
NOT LIKE operator. |
static SearchOperator |
SearchOperator.NOT_LIKE
The operator "not like".
|
Modifier and Type | Method and Description |
---|---|
SearchOperator |
SearchOperator.negate()
Returns the opposite SearchOperator (eg.
|
Modifier and Type | Method and Description |
---|---|
void |
ActAttributeCriteria.setAcuityLevelCode(SearchOperator op,
CE code)
Sets the predicate for the
AcuityLevelCode attribute. |
void |
EntityAttributeCriteria.setAdministrativeGenderCode(SearchOperator op,
CE code)
Sets the predicate for the
AdministrativeGenderCode
attribute. |
void |
ActAttributeCriteria.setAdmissionReferralSourceCode(SearchOperator op,
CE code)
Sets the predicate for the
AdmissionReferralSourceCode
attribute. |
void |
EntityAttributeCriteria.setAlertLevelCode(SearchOperator op,
CE code)
Sets the predicate for the
AlertLevelCode attribute. |
void |
RoleAttributeCriteria.setApproachSiteCode(SearchOperator op,
CD code)
Sets the predicate for the
ApproachSiteCode attribute. |
void |
ActAttributeCriteria.setAvailabilityTime(SearchOperator op,
TS code)
Sets the predicate for the
AvailabilityTime attribute. |
void |
ParticipationAttributeCriteria.setAwarenessCode(SearchOperator op,
CE code)
Sets the predicate for the
AwarenessCode attribute. |
void |
EDAttributeCriteria.setBIN(SearchOperator op,
BIN code)
Sets the predicate for the
BIN attribute. |
void |
EntityAttributeCriteria.setBirthTime(SearchOperator op,
TS code)
Sets the predicate for the
BirthTime attribute. |
void |
EntityAttributeCriteria.setCapTypeCode(SearchOperator op,
CE code)
Sets the predicate for the
CapTypeCode attribute. |
void |
ActAttributeCriteria.setCategoryCode(SearchOperator op,
ControlActCategoryCode categoryCodeEnum)
Sets the predicate for the
ControlActCategoryCode
attribute. |
void |
ActAttributeCriteria.setCategoryCode(SearchOperator op,
ObservationCategoryCode categoryCodeEnum)
Sets the predicate for the
ObservationCategoryCode
attribute. |
void |
ActAttributeCriteria.setCategoryCode(SearchOperator op,
SubstanceAdminCategoryCode categoryCodeEnum)
Sets the predicate for the
SubstanceAdminCategoryCode
attribute. |
void |
ActAttributeCriteria.setCategoryCode(SearchOperator op,
SupplyCategoryCode categoryCodeEnum)
Sets the predicate for the
SupplyCategoryCode attribute. |
void |
EDAttributeCriteria.setCharset(SearchOperator op,
CS code)
Sets the predicate for the
Charset attribute. |
void |
ActRelationshipAttributeCriteria.setCheckpointCode(SearchOperator op,
CS code)
Sets the predicate for the
CheckpointCode attribute. |
void |
ActAttributeCriteria.setClassCode(SearchOperator op,
CS code)
Sets the predicate for the
ClassCode attribute. |
void |
EntityAttributeCriteria.setClassCode(SearchOperator op,
CS code)
Sets the predicate for the
ClassCode attribute. |
void |
RoleAttributeCriteria.setClassCode(SearchOperator op,
CS code)
Sets the predicate for the
ClassCode attribute. |
void |
ActAttributeCriteria.setCode(SearchOperator op,
CD code)
Sets the predicate for the
Code attribute. |
void |
EntityAttributeCriteria.setCode(SearchOperator op,
CE code)
Sets the predicate for the
Code attribute. |
void |
RoleAttributeCriteria.setCode(SearchOperator op,
CE code)
Sets the predicate for the
Code attribute. |
void |
SCAttributeCriteria.setCode(SearchOperator op,
CE code)
Sets the
Code attribute on the SC criteria. |
void |
ActAttributeCriteria.setCompletionCode(SearchOperator op,
CE code)
Sets the predicate for the
CompletionCode attribute. |
void |
EDAttributeCriteria.setCompression(SearchOperator op,
CS code)
Sets the predicate for the
Compression attribute. |
void |
ActRelationshipAttributeCriteria.setConjunctionCode(SearchOperator op,
CS code)
Sets the predicate for the
ConjunctionCode attribute. |
void |
ActRelationshipAttributeCriteria.setContextConductionInd(SearchOperator op,
BL code)
Sets the predicate for the
ContextConductionInd attribute. |
void |
ActRelationshipAttributeCriteria.setContextControlCode(SearchOperator op,
CS code)
Sets the predicate for the
ContextControlCode attribute. |
void |
ParticipationAttributeCriteria.setContextControlCode(SearchOperator op,
CS code)
Sets the predicate for the
ContextControlCode attribute. |
void |
ActAttributeCriteria.setCopyTime(SearchOperator op,
TS code)
Sets the predicate for the
CopyTime attribute. |
void |
ActAttributeCriteria.setCreditExchangeRateQuantity(SearchOperator op,
REAL code)
Sets the predicate for the
CreditExchangeRateQuantity
attribute. |
void |
MOAttributeCriteria.setCurrency(SearchOperator op,
CS currency)
Sets the
Currency attribute on the MO criteria. |
void |
ActAttributeCriteria.setCurrencyCode(SearchOperator op,
CE code)
Sets the predicate for the
CurrencyCode attribute. |
void |
GTSAttributeCriteria.setDateText(SearchOperator op,
ST dateText)
Sets the
DateText attribute on the GTS criteria. |
void |
ActAttributeCriteria.setDebitExchangeRateQuantity(SearchOperator op,
REAL code)
Sets the predicate for the
DebitExchangeRateQuantity
attribute. |
void |
EntityAttributeCriteria.setDeceasedInd(SearchOperator op,
BL code)
Sets the predicate for the
DeceasedInd attribute. |
void |
EntityAttributeCriteria.setDeceasedTime(SearchOperator op,
TS code)
Sets the predicate for the
DeceasedTime attribute. |
void |
RTO_PQAttributeCriteria.setDenomUnit(SearchOperator op,
CS denomUnit)
Sets the
Unit attribute on the RTO_PQ criteria. |
void |
RTO_PQAttributeCriteria.setDenomValue(SearchOperator op,
REAL denomValue)
Sets the
Value attribute on the RTO_PQ criteria. |
void |
ActAttributeCriteria.setDerivationExpr(SearchOperator op,
ST code)
Sets the predicate for the
DerivationExpr attribute. |
void |
ActAttributeCriteria.setDetectionMethodCode(SearchOperator op,
CE code)
Sets the predicate for the
DetectionMethodCode attribute. |
void |
EntityAttributeCriteria.setDeterminerCode(SearchOperator op,
CS code)
Sets the predicate for the
DeterminerCode attribute. |
void |
ActAttributeCriteria.setDischargeDispositionCode(SearchOperator op,
CE code)
Sets the predicate for the
DischargeDispositionCode
attribute. |
void |
ActAttributeCriteria.setDiseaseImportedCode(SearchOperator op,
CE code)
Sets the predicate for the
DiseaseImportedCode attribute. |
void |
EntityAttributeCriteria.setEducationLevelCode(SearchOperator op,
CE code)
Sets the predicate for the
EducationLevelCode attribute. |
void |
GTSAttributeCriteria.setEndDate(SearchOperator op,
TS endDateTs)
Sets the
EndDate attribute on the GTS criteria. |
void |
RoleAttributeCriteria.setEquivalenceInd(SearchOperator op,
BL code)
Sets the predicate for the
EquivalenceInd attribute. |
void |
ActAttributeCriteria.setFactorNumber(SearchOperator op,
REAL code)
Sets the predicate for the
FactorNumber attribute. |
void |
ENAttributeCriteria.setFormatted(SearchOperator op,
ST code)
Sets the predicate for the
Formatted attribute. |
void |
EntityAttributeCriteria.setFormCode(SearchOperator op,
CE code)
Sets the predicate for the
FormCode attribute. |
void |
ParticipationAttributeCriteria.setFunctionCode(SearchOperator op,
CD code)
Sets the predicate for the
FunctionCode attribute. |
void |
EntityAttributeCriteria.setGenderStatusCode(SearchOperator op,
CE code)
Sets the predicate for the
GenderStatusCode attribute. |
void |
EntityAttributeCriteria.setGpsText(SearchOperator op,
ST code)
Sets the predicate for the
GpsText attribute. |
void |
EntityAttributeCriteria.setHandlingCode(SearchOperator op,
CE code)
Sets the predicate for the
HandlingCode attribute. |
void |
IVL_INTAttributeCriteria.setHigh(SearchOperator op,
INT high)
Sets the
High attribute on the IVL<INT>
criteria. |
void |
IVL_REALAttributeCriteria.setHigh(SearchOperator op,
REAL high)
Sets the
High attribute on the IVL<REAL>
criteria. |
void |
IVL_TSAttributeCriteria.setHigh(SearchOperator op,
TS high)
Sets the
High attribute on the IVL_TS criteria. |
void |
IVL_MOAttributeCriteria.setHighMoCurrency(SearchOperator op,
CS moCurrency)
Sets the
Currency attribute on the IVL_MO
criteria. |
void |
IVL_MOAttributeCriteria.setHighMoValue(SearchOperator op,
REAL moValue)
Sets the
Value attribute on the IVL_MO criteria. |
void |
IVL_PQAttributeCriteria.setHighPqUnit(SearchOperator op,
CS pqUnit)
Sets the
Unit attribute on the IVL_PQ criteria. |
void |
IVL_PQAttributeCriteria.setHighPqValue(SearchOperator op,
REAL pqValue)
Sets the
Value attribute on the IVL_PQ criteria. |
void |
ActAttributeCriteria.setIndependentInd(SearchOperator op,
BL code)
Sets the predicate for the
IndependentInd attribute. |
void |
EDAttributeCriteria.setIntegrityCheck(SearchOperator op,
BIN code)
Sets the predicate for the
IntegrityCheck attribute. |
void |
EDAttributeCriteria.setIntegrityCheckAlgorithm(SearchOperator op,
CS code)
Sets the predicate for the
IntegrityCheckAlgorithm attribute. |
void |
ActAttributeCriteria.setInterruptibleInd(SearchOperator op,
BL code)
Sets the predicate for the
InterruptibleInd attribute. |
void |
ActRelationshipAttributeCriteria.setInversionInd(SearchOperator op,
BL code)
Sets the predicate for the
InversionInd attribute. |
void |
RoleAttributeCriteria.setJobClassCode(SearchOperator op,
CE code)
Sets the predicate for the
JobClassCode attribute. |
void |
RoleAttributeCriteria.setJobCode(SearchOperator op,
CE code)
Sets the predicate for the
JobCode attribute. |
void |
ActRelationshipAttributeCriteria.setJoinCode(SearchOperator op,
CS code)
Sets the predicate for the
JoinCode attribute. |
void |
EDAttributeCriteria.setLanguage(SearchOperator op,
CS code)
Sets the predicate for the
Language attribute. |
void |
ActAttributeCriteria.setLanguageCode(SearchOperator op,
CE code)
Sets the predicate for the
LanguageCode attribute. |
void |
LanguageCommunicationAttributeCriteria.setLanguageCode(SearchOperator op,
CE languageCode)
Sets the
LanguageCode attribute on the
LanguageCommunication criteria. |
void |
EntityAttributeCriteria.setLastCalibrationTime(SearchOperator op,
TS code)
Sets the predicate for the
LastCalibrationTime attribute. |
void |
ActAttributeCriteria.setLevelCode(SearchOperator op,
CE code)
Sets the predicate for the
LevelCode attribute. |
void |
EntityAttributeCriteria.setLivingArrangementCode(SearchOperator op,
CE code)
Sets the predicate for the
LivingArrangementCode attribute. |
void |
ActAttributeCriteria.setLocalId(SearchOperator op,
ST code)
Sets the predicate for the
LocalId attribute. |
void |
EntityAttributeCriteria.setLocalRemoteControlStateCode(SearchOperator op,
CE code)
Sets the predicate for the
LocalRemoteControlStateCode
attribute. |
void |
ActRelationshipAttributeCriteria.setLocalVariableName(SearchOperator op,
ST code)
Sets the predicate for the
LocalVariableName attribute. |
void |
EntityAttributeCriteria.setLotNumberText(SearchOperator op,
ST code)
Sets the predicate for the
LotNumberText attribute. |
void |
IVL_INTAttributeCriteria.setLow(SearchOperator op,
INT low)
Sets the
Low attribute on the IVL<INT>
criteria. |
void |
IVL_REALAttributeCriteria.setLow(SearchOperator op,
REAL low)
Sets the
Low attribute on the IVL<REAL>
criteria. |
void |
IVL_TSAttributeCriteria.setLow(SearchOperator op,
TS low)
Sets the
Low attribute on the IVL_TS criteria. |
void |
IVL_MOAttributeCriteria.setLowMoCurrency(SearchOperator op,
CS moCurrency)
Sets the
Currency attribute on the IVL_MO
criteria. |
void |
IVL_MOAttributeCriteria.setLowMoValue(SearchOperator op,
REAL moValue)
Sets the
Value attribute on the IVL_MO criteria. |
void |
IVL_PQAttributeCriteria.setLowPqUnit(SearchOperator op,
CS pqUnit)
Sets the
Unit attribute on the IVL_PQ criteria. |
void |
IVL_PQAttributeCriteria.setLowPqValue(SearchOperator op,
REAL pqValue)
Sets the
Value attribute on the IVL_PQ criteria. |
void |
EntityAttributeCriteria.setMaritalStatusCode(SearchOperator op,
CE code)
Sets the predicate for the
MaritalStatusCode attribute. |
void |
EDAttributeCriteria.setMediaType(SearchOperator op,
CS code)
Sets the predicate for the
MediaType attribute. |
void |
EntityAttributeCriteria.setMobileInd(SearchOperator op,
BL code)
Sets the predicate for the
MobileInd attribute. |
void |
RTO_MO_PQAttributeCriteria.setMoCurrency(SearchOperator op,
CS moCurrency)
Sets the
Currency attribute on the RTO_MO_PQ criteria. |
void |
LanguageCommunicationAttributeCriteria.setModeCode(SearchOperator op,
CE modeCode)
Sets the
ModeCode attribute on the
LanguageCommunication criteria. |
void |
ParticipationAttributeCriteria.setModeCode(SearchOperator op,
CE code)
Sets the predicate for the
ModeCode attribute. |
void |
ActAttributeCriteria.setMoodCode(SearchOperator op,
CS code)
Sets the predicate for the
MoodCode attribute. |
void |
RTO_MO_PQAttributeCriteria.setMoValue(SearchOperator op,
REAL moValue)
Sets the
Value attribute on the RTO_MO_PQ criteria. |
void |
EntityAttributeCriteria.setMultipleBirthInd(SearchOperator op,
BL code)
Sets the predicate for the
MultipleBirthInd attribute. |
void |
EntityAttributeCriteria.setMultipleBirthOrderNumber(SearchOperator op,
INT code)
Sets the predicate for the
MultipleBirthOrderNumber
attribute. |
void |
ActAttributeCriteria.setName(SearchOperator op,
ST code)
Sets the predicate for the
Name attribute. |
void |
ActAttributeCriteria.setNegationInd(SearchOperator op,
BL code)
Sets the predicate for the
NegationInd attribute. |
void |
ActRelationshipAttributeCriteria.setNegationInd(SearchOperator op,
BL code)
Sets the predicate for the
NegationInd attribute. |
void |
ParticipationAttributeCriteria.setNegationInd(SearchOperator op,
BL code)
Sets the predicate for the
NegationInd attribute. |
void |
RoleAttributeCriteria.setNegationInd(SearchOperator op,
BL code)
Sets the predicate for the
NegationInd attribute. |
void |
RTO_PQAttributeCriteria.setNumerUnit(SearchOperator op,
CS numerUnit)
Sets the
Unit attribute on the RTO_PQ criteria. |
void |
RTO_PQAttributeCriteria.setNumerValue(SearchOperator op,
REAL numerValue)
Sets the
Value attribute on the RTO_PQ criteria. |
void |
EntityAttributeCriteria.setOrganDonorInd(SearchOperator op,
BL code)
Sets the predicate for the
OrganDonorInd attribute. |
void |
ActAttributeCriteria.setOwnershipLevelCode(SearchOperator op,
CE code)
Sets the predicate for the
OwnershipLevelCode attribute. |
void |
ADXPAttributeCriteria.setPartType(SearchOperator op,
CS code)
Sets the predicate for the
PartType attribute. |
void |
ENXPAttributeCriteria.setPartType(SearchOperator op,
CS code)
Sets the predicate for the
PartType attribute. |
void |
ActAttributeCriteria.setPaymentTermsCode(SearchOperator op,
CE code)
Sets the predicate for the
PaymentTermsCode attribute. |
void |
ParticipationAttributeCriteria.setPerformInd(SearchOperator op,
BL code)
Sets the predicate for the
PerformInd attribute. |
void |
ActAttributeCriteria.setPointsNumber(SearchOperator op,
REAL code)
Sets the predicate for the
PointsNumber attribute. |
void |
RTO_MO_PQAttributeCriteria.setPqUnit(SearchOperator op,
CS pqUnit)
Sets the
Unit attribute on the RTO_MO_PQ criteria. |
void |
RTO_MO_PQAttributeCriteria.setPqValue(SearchOperator op,
REAL pqValue)
Sets the
Value attribute on the RTO_MO_PQ criteria. |
void |
ActAttributeCriteria.setPreAdmitTestInd(SearchOperator op,
BL code)
Sets the predicate for the
PreAdmitTestInd attribute. |
void |
LanguageCommunicationAttributeCriteria.setPreferenceInd(SearchOperator op,
BL preferenceInd)
Sets the
PreferenceInd attribute on the
LanguageCommunication criteria. |
void |
ActRelationshipAttributeCriteria.setPriorityNumber(SearchOperator op,
INT code)
Deprecated.
Use setPriorityNumberV2(SearchOperator op, REAL code)
|
void |
ActRelationshipAttributeCriteria.setPriorityNumberV2(SearchOperator op,
REAL code)
Sets the predicate for the
PriorityNumber attribute. |
void |
LanguageCommunicationAttributeCriteria.setProficiencyLevelCode(SearchOperator op,
CE proficiencyLevelCode)
Sets the
ProficiencyLevelCode attribute on the
LanguageCommunication criteria. |
void |
ClassificationAttributeCriteria.setQualifier(SearchOperator op,
CR[] qualifier)
Sets the
Qualifier attribute on the
CodedTypeCriteria . |
void |
CodedTypeAttributeCriteria.setQualifier(SearchOperator op,
CR[] qualifier)
Sets the
Qualifier attribute on the
CodedTypeCriteria . |
void |
RoleAttributeCriteria.setRecertificationTime(SearchOperator op,
TS code)
Sets the predicate for the
RecertificationTime attribute. |
void |
EntityAttributeCriteria.setReligiousAffiliationCode(SearchOperator op,
CE code)
Sets the predicate for the
ReligiousAffiliationCode
attribute. |
void |
EDAttributeCriteria.setRepresentation(SearchOperator op,
CS code)
Sets the predicate for the
Representation attribute. |
void |
EntityAttributeCriteria.setRiskCode(SearchOperator op,
CE code)
Sets the predicate for the
RiskCode attribute. |
void |
ActAttributeCriteria.setRouteCode(SearchOperator op,
CE code)
Sets the predicate for the
RouteCode attribute. |
void |
RoleAttributeCriteria.setSalaryTypeCode(SearchOperator op,
CE code)
Sets the predicate for the
SalaryTypeCode attribute. |
void |
EntityAttributeCriteria.setSeparatorTypeCode(SearchOperator op,
CE code)
Sets the predicate for the
SeparatorTypeCode attribute. |
void |
ActRelationshipAttributeCriteria.setSeperatableInd(SearchOperator op,
BL code)
Sets the predicate for the
SeperatableInd attribute. |
void |
ActRelationshipAttributeCriteria.setSequenceNumber(SearchOperator op,
INT code)
Sets the predicate for the
SequenceNumber attribute. |
void |
ParticipationAttributeCriteria.setSequenceNumber(SearchOperator op,
INT code)
Sets the predicate for the
SequenceNumber attribute. |
void |
ActAttributeCriteria.setSetId(SearchOperator op,
II code)
Sets the predicate for the
SetId attribute. |
void |
ParticipationAttributeCriteria.setSignatureCode(SearchOperator op,
CE code)
Sets the predicate for the
SignatureCode attribute. |
void |
ActRelationshipAttributeCriteria.setSplitCode(SearchOperator op,
CS code)
Sets the predicate for the
SplitCode attribute. |
void |
ADXPAttributeCriteria.setST(SearchOperator op,
ST code)
Sets the predicate for the
ST attribute. |
void |
ENXPAttributeCriteria.setST(SearchOperator op,
ST code)
Sets the predicate for the
ST attribute. |
void |
EntityAttributeCriteria.setStandardIndustryClassCode(SearchOperator op,
CE code)
Sets the predicate for the
StandardIndustryClassCode
attribute. |
void |
GTSAttributeCriteria.setStartDate(SearchOperator op,
TS startDateTs)
Sets the
StartDate attribute on the GTS criteria. |
void |
ActAttributeCriteria.setStatusCode(SearchOperator op,
CS code)
Sets the predicate for the
StatusCode attribute. |
void |
EntityAttributeCriteria.setStatusCode(SearchOperator op,
CS code)
Sets the predicate for the
StatusCode attribute. |
void |
RoleAttributeCriteria.setStatusCode(SearchOperator op,
CS code)
Sets the predicate for the
StatusCode attribute. |
void |
ActAttributeCriteria.setStorageCode(SearchOperator op,
CE code)
Sets the predicate for the
StorageCode attribute. |
void |
ActAttributeCriteria.setSubjectOrientationCode(SearchOperator op,
CE code)
Sets the predicate for the
SubjectOrientationCode attribute. |
void |
ParticipationAttributeCriteria.setSubstitutionConditionCode(SearchOperator op,
CE code)
Sets the predicate for the
SubstitutionConditionCode
attribute. |
void |
RoleAttributeCriteria.setTargetSiteCode(SearchOperator op,
CD code)
Sets the predicate for the
TargetSiteCode attribute. |
void |
ActAttributeCriteria.setTitle(SearchOperator op,
ST code)
Sets the predicate for the
Title attribute. |
void |
CodedTypeAttributeCriteria.setTranslation(SearchOperator op,
CD[] translation)
Sets the
Translation attribute on the
CodedTypeCriteria . |
void |
ActAttributeCriteria.setTransmissionModeCode(SearchOperator op,
CE code)
Sets the predicate for the
TransmissionModeCode attribute. |
void |
ActRelationshipAttributeCriteria.setTypeCode(SearchOperator op,
CS code)
Sets the predicate for the
TypeCode attribute. |
void |
ParticipationAttributeCriteria.setTypeCode(SearchOperator op,
CS code)
Sets the predicate for the
TypeCode attribute. |
void |
ActAttributeCriteria.setUncertaintyCode(SearchOperator op,
CE code)
Sets the predicate for the
UncertaintyCode attribute. |
void |
ActRelationshipAttributeCriteria.setUncertaintyCode(SearchOperator op,
CE code)
Sets the predicate for the
UncertaintyCode attribute. |
void |
PQAttributeCriteria.setUnit(SearchOperator op,
CS unit)
Sets the
Unit attribute on the PQ criteria. |
void |
TELAttributeCriteria.setURL(SearchOperator op,
URL code)
Sets the predicate for the
URL attribute. |
void |
ActAttributeCriteria.setValue(SearchOperator op,
ANY value)
Sets the predicate for the
Value attribute. |
void |
MOAttributeCriteria.setValue(SearchOperator op,
REAL value)
Sets the
Value attribute on the MO criteria. |
void |
PQAttributeCriteria.setValue(SearchOperator op,
REAL value)
Sets the
Value attribute on the PQ criteria. |
void |
SCAttributeCriteria.setValue(SearchOperator op,
ST stringCode)
Sets the
Value attribute on the SC criteria. |
void |
ActAttributeCriteria.setVersionNumber(SearchOperator op,
INT code)
Sets the predicate for the
VersionNumber attribute. |
void |
RoleAttributeCriteria.setVeryImportantPersonCode(SearchOperator op,
CE code)
Sets the predicate for the
VeryImportantPersonCode attribute. |
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved