Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.metadata.Code
Packages that use Code
Package
Description
-
Uses of Code in org.openehealth.ipf.commons.ihe.xds.core.metadata
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata that return CodeModifier and TypeMethodDescriptionDocumentEntry.getClassCode()
SubmissionSet.getContentTypeCode()
Association.getDocCode()
DocumentEntry.getFormatCode()
DocumentEntry.getHealthcareFacilityTypeCode()
DocumentEntry.getPracticeSettingCode()
DocumentEntry.getTypeCode()
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata that return types with arguments of type CodeModifier and TypeMethodDescriptionFolder.getCodeList()
DocumentEntry.getConfidentialityCodes()
DocumentEntry.getEventCodeList()
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata with parameters of type CodeModifier and TypeMethodDescriptionvoid
DocumentEntry.setClassCode
(Code classCode) void
SubmissionSet.setContentTypeCode
(Code contentTypeCode) void
Association.setDocCode
(Code docCode) void
DocumentEntry.setFormatCode
(Code formatCode) void
DocumentEntry.setHealthcareFacilityTypeCode
(Code healthcareFacilityTypeCode) void
DocumentEntry.setPracticeSettingCode
(Code practiceSettingCode) void
DocumentEntry.setTypeCode
(Code typeCode) -
Uses of Code in org.openehealth.ipf.commons.ihe.xds.core.requests.query
Methods in org.openehealth.ipf.commons.ihe.xds.core.requests.query that return types with arguments of type CodeModifier and TypeMethodDescriptionDocumentsQuery.getClassCodes()
FindFoldersForMultiplePatientsQuery.getCodes()
FindFoldersQuery.getCodes()
SubscriptionForFolderQuery.getCodes()
DocumentsQuery.getConfidentialityCodes()
GetAllQuery.getConfidentialityCodes()
GetByIdAndCodesQuery.getConfidentialityCodes()
PharmacyStableDocumentsQuery.getConfidentialityCodes()
FindSubmissionSetsQuery.getContentTypeCodes()
DocumentsQuery.getEventCodes()
PharmacyStableDocumentsQuery.getEventCodes()
DocumentsQuery.getFormatCodes()
FindMedicationListQuery.getFormatCodes()
GetAllQuery.getFormatCodes()
GetByIdAndCodesQuery.getFormatCodes()
DocumentsQuery.getHealthcareFacilityTypeCodes()
PharmacyStableDocumentsQuery.getHealthcareFacilityTypeCodes()
DocumentsQuery.getPracticeSettingCodes()
PharmacyStableDocumentsQuery.getPracticeSettingCodes()
DocumentsQuery.getTypeCodes()
Method parameters in org.openehealth.ipf.commons.ihe.xds.core.requests.query with type arguments of type CodeModifier and TypeMethodDescriptionvoid
DocumentsQuery.setClassCodes
(List<Code> classCodes) void
void
void
void
DocumentsQuery.setConfidentialityCodes
(QueryList<Code> confidentialityCodes) void
GetAllQuery.setConfidentialityCodes
(QueryList<Code> confidentialityCodes) void
GetByIdAndCodesQuery.setConfidentialityCodes
(QueryList<Code> confidentialityCodes) void
PharmacyStableDocumentsQuery.setConfidentialityCodes
(List<Code> confidentialityCodes) void
FindSubmissionSetsQuery.setContentTypeCodes
(List<Code> contentTypeCodes) void
DocumentsQuery.setEventCodes
(QueryList<Code> eventCodes) void
PharmacyStableDocumentsQuery.setEventCodes
(List<Code> eventCodes) void
DocumentsQuery.setFormatCodes
(List<Code> formatCodes) void
FindMedicationListQuery.setFormatCodes
(List<Code> formatCodes) void
GetAllQuery.setFormatCodes
(List<Code> formatCodes) void
GetByIdAndCodesQuery.setFormatCodes
(List<Code> formatCodes) void
DocumentsQuery.setHealthcareFacilityTypeCodes
(List<Code> healthcareFacilityTypeCodes) void
PharmacyStableDocumentsQuery.setHealthcareFacilityTypeCodes
(List<Code> healthcareFacilityTypeCodes) void
DocumentsQuery.setPracticeSettingCodes
(List<Code> practiceSettingCodes) void
PharmacyStableDocumentsQuery.setPracticeSettingCodes
(List<Code> practiceSettingCodes) void
DocumentsQuery.setTypeCodes
(List<Code> typeCodes) -
Uses of Code in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml that return CodeModifier and TypeMethodDescriptionCodeTransformer.fromEbXML
(EbXMLClassification classification) Transforms aEbXMLClassification
to aCode
instance.Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml with parameters of type CodeModifier and TypeMethodDescriptionCodeTransformer.toEbXML
(Code code, EbXMLObjectLibrary objectLibrary) Transforms aCode
instance to aEbXMLClassification
. -
Uses of Code in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query that return types with arguments of type CodeModifier and TypeMethodDescriptionQuerySlotHelper.toCodeList
(QueryParameter param) Retrieves a list of codes from a slot.QuerySlotHelper.toCodeQueryList
(QueryParameter param, QueryParameter schemeParam) Retrieves a code list with AND/OR semantics from a set of slots with the same name.Method parameters in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query with type arguments of type CodeModifier and TypeMethodDescriptionvoid
QuerySlotHelper.fromCode
(QueryParameter param, List<Code> codes) Stores a list of codes into a slot.void
QuerySlotHelper.fromCode
(QueryParameter param, QueryList<Code> queryList) Stores a code list with AND/OR semantics into a set of slots with the same name.