Package | Description |
---|---|
oracle.hsgbu.hdr.hl7.factories |
This package contains factory class for the Master Catalog.
|
oracle.hsgbu.hdr.hl7.mastercatalog |
Modifier and Type | Method and Description |
---|---|
MasterCatalog |
MasterCatalogFactory.newMasterCatalog()
Constructs a new, empty
MasterCatalog . |
Modifier and Type | Method and Description |
---|---|
MasterCatalog[] |
MasterCatalogService.findMasterCatalogEntries(MasterCatalogQueryCriteria masterCatalogCriteriaTemplate)
Gets the
MasterCatalog entries based on MasterCatalogQueryCriteria . |
MasterCatalog[] |
MasterCatalogService.getMasterCatalogActEntries(boolean activeFlag)
Deprecated.
use
getMasterCatalogActEntries(int activeFlagStatus) if activeFlag is true calls getMasterCatalogActEntries(MasterCatalogService.ACTIVE_FLAG_VALID), if activeFlag is false calls getMasterCatalogActEntries(MasterCatalogService.ACTIVE_FLAG_INVALID) |
MasterCatalog[] |
MasterCatalogService.getMasterCatalogActEntries(int activeFlagStatus)
Retrieves all
MasterCatalog entries of type "ACT". |
MasterCatalog |
MasterCatalogService.getMasterCatalogActEntry(CS class_code,
CS mood_code,
CD code)
Similar to invoking the method
getMasterCatalogActEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogActEntry(CS class_code,
CS mood_code,
CD code,
int activeFlagStatus)
Queries the
MasterCatalog entries of type "ACT" and retrieves the MasterCatalog
matching the passed in class_code , mood_code and code . |
MasterCatalog |
MasterCatalogService.getMasterCatalogActEntry(CS class_code,
CS mood_code,
CD code,
String codeType)
Similar to invoking the method
getMasterCatalogActEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogActEntry(CS class_code,
CS mood_code,
CD code,
String codeType,
int activeFlagStatus)
Queries the
MasterCatalog entries of type "ACT" and retrieves the MasterCatalog
matching the passed in class_code , mood_code ,code or its ETS equivalence and codeType . |
MasterCatalog |
MasterCatalogService.getMasterCatalogActEntry(String class_code,
String mood_code,
String codeEtsId)
Similar to invoking the method
getMasterCatalogActEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogActEntry(String class_code,
String mood_code,
String codeEtsId,
int activeFlagStatus)
Queries the
MasterCatalog entries of type "ACT" and retrieves the MasterCatalog
matching the specified class_code , mood_code and codeEtsId . |
MasterCatalog |
MasterCatalogService.getMasterCatalogActEntry(String class_code,
String mood_code,
String code,
String codeType)
Similar to invoking the method
getMasterCatalogActEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogActEntry(String class_code,
String mood_code,
String code,
String codeType,
int activeFlagStatus)
Queries the
MasterCatalog entries of type "ACT" and retrieves the MasterCatalog
matching the passed in class_code , mood_code ,code or its ETS equivalence and codeType . |
MasterCatalog[] |
MasterCatalogService.getMasterCatalogEntityEntries(int activeFlagStatus)
Retrieves all
MasterCatalog entries of type "ENTITY". |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntityEntry(CS class_code,
CS determiner_code,
CD code)
Similar to invoking the method
getMasterCatalogEntityEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntityEntry(CS class_code,
CS determiner_code,
CD code,
int activeFlagStatus)
Queries the
MasterCatalog entries of type "ENTITY" and retrieves the MasterCatalog matching
the passed in class_code , determiner_code and code . |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntityEntry(CS class_code,
CS determiner_code,
CD code,
String codeType)
Similar to invoking the method
getMasterCatalogEntityEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntityEntry(CS class_code,
CS determiner_code,
CD code,
String codeType,
int activeFlagStatus)
Queries the
MasterCatalog entries of type "ENTITY" and retrieves the MasterCatalog matching
the passed in class_code , determiner_code , code or its ETS equivalence and codeType . |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntityEntry(String class_code,
String determiner_code,
String codeEtsId)
Similar to invoking the method
getMasterCatalogEntityEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntityEntry(String class_code,
String determiner_code,
String codeEtsId,
int activeFlagStatus)
Queries the
MasterCatalog entries of type "ENTITY" and retrieves the
MasterCatalog matching
the specified class_code , determiner_code and codeEtsId . |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntityEntry(String class_code,
String determiner_code,
String code,
String codeType)
Similar to invoking the method
getMasterCatalogEntityEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntityEntry(String class_code,
String determiner_code,
String code,
String codeType,
int activeFlagStatus)
Queries the
MasterCatalog entries of type "ENTITY" and retrieves the MasterCatalog matching
the passed in class_code , determiner_code , code or its ETS equivalence and codeType . |
MasterCatalog |
MasterCatalogService.getMasterCatalogEntryById(String mcid)
Retrieves
MasterCatalog entry given the Mastercatalog ID. |
MasterCatalog[] |
MasterCatalogService.getMasterCatalogRoleEntries(int activeFlagStatus)
Retrieves all
MasterCatalog entries of type "ROLE". |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(CS class_code,
CD code,
CS playerClassCode,
CS playerDeterminerCode,
CD playerCode,
CS scoperClassCode,
CS scoperDeterminerCode,
CD scoperCode,
ST owningEntityType)
Similar to invoking the method
getMasterCatalogRoleEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(CS class_code,
CD code,
CS playerClassCode,
CS playerDeterminerCode,
CD playerCode,
CS scoperClassCode,
CS scoperDeterminerCode,
CD scoperCode,
ST owningEntityType,
int activeStatusFlag)
Queries the
MasterCatalog entries of type "ROLE" and retrieves the MasterCatalog matching
the passed in class_code , code , playerClassCode ,
playerDeterminerCode ,playerCode , scoperClassCode ,
scoperDeterminerCode , scoperCode and owningEntitytype . |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(CS class_code,
CD code,
String codeType,
CS playerClassCode,
CS playerDeterminerCode,
CD playerCode,
CS scoperClassCode,
CS scoperDeterminerCode,
CD scoperCode,
ST owningEntityType)
Similar to invoking the method
getMasterCatalogRoleEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(CS class_code,
CD code,
String codeType,
CS playerClassCode,
CS playerDeterminerCode,
CD playerCode,
CS scoperClassCode,
CS scoperDeterminerCode,
CD scoperCode,
ST owningEntityType,
int activeStatusFlag)
Queries the
MasterCatalog entries of type "ROLE" and retrieves the MasterCatalog matching
the passed in class_code , code or its ETS equivalence,codeType , playerClassCode ,
playerDeterminerCode ,playerCode , scoperClassCode ,
scoperDeterminerCode , scoperCode and owningEntitytype . |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(CS class_code,
CD code,
String playerMCID,
String scoperMCID,
ST owningEntityType)
Similar to invoking the method
getMasterCatalogRoleEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(CS class_code,
CD code,
String playerMCID,
String scoperMCID,
ST owningEntityType,
int activeStatusFlag)
Queries the
MasterCatalog entries of type "ROLE" and retrieves the MasterCatalog matching
the class_code , code , playerMCID , scoperMCID and
owningEntitytype . |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(CS class_code,
CD code,
String codeType,
String playerMCID,
String scoperMCID,
ST owningEntityType)
Similar to invoking the method
getMasterCatalogRoleEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(CS class_code,
CD code,
String codeType,
String playerMCID,
String scoperMCID,
ST owningEntityType,
int activeStatusFlag)
Queries the
MasterCatalog entries of type "ROLE" and retrieves the MasterCatalog matching
the class_code , code or its ETS equivalence, codeType , playerMCID , scoperMCID and
owningEntitytype . |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(String class_code,
String codeEtsId,
String playerMCID,
String scoperMCID,
String owningEntityType)
Similar to invoking the method
getMasterCatalogRoleEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(String class_code,
String codeEtsId,
String playerMCID,
String scoperMCID,
String owningEntityType,
int activeStatusFlag)
Queries the
MasterCatalog entries of type "ROLE" and retrieves the MasterCatalog matching
the passed in class_code , codeEtsId , playerMCID , scoperMCID and
owningEntitytype . |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(String class_code,
String code,
String codeType,
String playerMCID,
String scoperMCID,
String owningEntityType)
Similar to invoking the method
getMasterCatalogRoleEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(String class_code,
String code,
String codeType,
String playerMCID,
String scoperMCID,
String owningEntityType,
int activeStatusFlag)
Queries the
MasterCatalog entries of type "ROLE" and retrieves the MasterCatalog matching
the class_code , code or its ETS equivalence, codeType , playerMCID , scoperMCID and
owningEntitytype . |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(String class_code,
String codeEtsId,
String playerClassCode,
String playerDeterminerCode,
String playerCodeEtsId,
String scoperClassCode,
String scoperDeterminerCode,
String scoperCodeEtsId,
String owningEntityType)
Similar to invoking the method
getMasterCatalogRoleEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(String class_code,
String codeEtsId,
String playerClassCode,
String playerDeterminerCode,
String playerCodeEtsId,
String scoperClassCode,
String scoperDeterminerCode,
String scoperCodeEtsId,
String owningEntityType,
int activeStatusFlag)
Queries the master catalog entries of type "ROLE" and retrieves the master catalog matching
the
class_code , code , playerClassCode ,
playerDeterminerCode ,playerCodeEtsId , scoperClassCode ,
scoperDeterminerCode , scoperCodeEtsId and owningEntitytype . |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(String class_code,
String code,
String codeType,
String playerClassCode,
String playerDeterminerCode,
String playerCode,
String scoperClassCode,
String scoperDeterminerCode,
String scoperCode,
String owningEntityType)
Similar to invoking the method
getMasterCatalogRoleEntry
with active flag status set to ACTIVE_FLAG_VALID |
MasterCatalog |
MasterCatalogService.getMasterCatalogRoleEntry(String class_code,
String code,
String codeType,
String playerClassCode,
String playerDeterminerCode,
String playerCode,
String scoperClassCode,
String scoperDeterminerCode,
String scoperCode,
String owningEntityType,
int activeStatusFlag)
Queries the
MasterCatalog entries of type "ROLE" and retrieves the MasterCatalog matching
the passed in class_code , code or its ETS equivalence,codeType , playerClassCode ,
playerDeterminerCode ,playerCode , scoperClassCode ,
scoperDeterminerCode , scoperCode and owningEntitytype . |
Modifier and Type | Method and Description |
---|---|
void |
MasterCatalogService.persistMasterCatalogEntries(MasterCatalog[] MasterCatalogTemplates)
Creates or updates the specified array of
MasterCatalog entries. |
void |
MasterCatalogService.persistMasterCatalogEntry(MasterCatalog MasterCatalogTemplate)
Creates or updates the specified
MasterCatalog . |
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved