BBahmni 한국어 매뉴얼검색
한국어 번역 완료
한국어English

Bahmni PACS Roadmap

Tech Guidelines

  • We should directly talk to modalities only to create orders using HL7 standard Order message. 
  • A new PACS feed event should be generated to ensure that creation of orders is resilient.
  • Our code should not be tied to a particular HL7 version, though HAPI library relies on HL7 version to create orders. Find good way to deal with this. One way is to build a HAPI wrapper that identifies the HL7 version supported by the modality (this could even be configured in 'Modality' table to make it less intelligent but easier to use), and use relevant HAPI structures.
  • Device specific code should be avoided.
  • dcm4chee is the only new component we add to Bahmni deployment. It is added only where we need PACS integration.
  • dcm4chee (DICOM server) does not know about the modality. Modality auto-forwards the image to dcm4chee.

Database Entities

  • Modalityid, name, description, ip_address, port, timeout
  • id, name, modality_id
  • id, orderTypeId, order_uuid, test_name, test_uuid, result.
  • id, orderId, hl7OrderRequest, hl7Response

Potential Changes to the solution in future

  • As we go along, we may want to pull dcm4chee into its own server, as the disk usage would be huge. We will also need a backup server.
  • Currently we map order type - modality. This works fine for us in current setups where there is one modality. When we find implementations that have more than one modality, we will learn more about the setup, and perhaps modify the order type - modality solution. Some scenarios,Radiology orders (order type) fulfilled by multiple modalities. Do we map each leaf test (chest 1 view xray instead of Radiology) to a modality?

TODO

  • One issue with is for Cent OS < 7.0, the only way we have it working is having to build Orthanc for that environment. This is not a feasible option for production server at an implementation, we do not want dev tools to be installed in production boxes. To get away from this problem, we are exploring options like dcm4chee.
  • Can we search for an image by a custom dicom field like Bahmni Order Id (which a user cannot change from the carestream ui)
  • document on wiki to configure Carestream device
  • &nbsp; (Data Setup section)관련 문서: Map PACS procedure codes
관련 문서: Setup PACS Integration module
원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗