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()static CodeParses an HL7v2 string into a Code object.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 TypeMethodDescriptionvoidDocumentEntry.setClassCode(Code classCode) voidSubmissionSet.setContentTypeCode(Code contentTypeCode) voidAssociation.setDocCode(Code docCode) voidDocumentEntry.setFormatCode(Code formatCode) voidDocumentEntry.setHealthcareFacilityTypeCode(Code healthcareFacilityTypeCode) voidDocumentEntry.setPracticeSettingCode(Code practiceSettingCode) voidDocumentEntry.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 TypeMethodDescriptionvoidDocumentsQuery.setClassCodes(List<Code> classCodes) voidvoidvoidvoidDocumentsQuery.setConfidentialityCodes(QueryList<Code> confidentialityCodes) voidGetAllQuery.setConfidentialityCodes(QueryList<Code> confidentialityCodes) voidGetByIdAndCodesQuery.setConfidentialityCodes(QueryList<Code> confidentialityCodes) voidPharmacyStableDocumentsQuery.setConfidentialityCodes(List<Code> confidentialityCodes) voidFindSubmissionSetsQuery.setContentTypeCodes(List<Code> contentTypeCodes) voidDocumentsQuery.setEventCodes(QueryList<Code> eventCodes) voidPharmacyStableDocumentsQuery.setEventCodes(List<Code> eventCodes) voidDocumentsQuery.setFormatCodes(List<Code> formatCodes) voidFindMedicationListQuery.setFormatCodes(List<Code> formatCodes) voidGetAllQuery.setFormatCodes(List<Code> formatCodes) voidGetByIdAndCodesQuery.setFormatCodes(List<Code> formatCodes) voidDocumentsQuery.setHealthcareFacilityTypeCodes(List<Code> healthcareFacilityTypeCodes) voidPharmacyStableDocumentsQuery.setHealthcareFacilityTypeCodes(List<Code> healthcareFacilityTypeCodes) voidDocumentsQuery.setPracticeSettingCodes(List<Code> practiceSettingCodes) voidPharmacyStableDocumentsQuery.setPracticeSettingCodes(List<Code> practiceSettingCodes) voidDocumentsQuery.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 aEbXMLClassificationto aCodeinstance.Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml with parameters of type CodeModifier and TypeMethodDescriptionCodeTransformer.toEbXML(Code code, EbXMLObjectLibrary objectLibrary) Transforms aCodeinstance 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 TypeMethodDescriptionvoidQuerySlotHelper.fromCode(QueryParameter param, List<Code> codes) Stores a list of codes into a slot.voidQuerySlotHelper.fromCode(QueryParameter param, QueryList<Code> queryList) Stores a code list with AND/OR semantics into a set of slots with the same name.