新しい投稿

検索

お知らせ
· 2024年10月23日

InterSystems Ideas News #16

Hi Developers!

Welcome to the 16th edition of the InterSystems Ideas news! Here's what you can expect from it:

​​​​✓ Ideas implemented in Q3 2024

✓ Select an idea to implement from "Community Opportunity" ideas

✓ Vote and comment on new ideas submitted in Q3 2024

 

  We are starting this newsletter with the list of ideas implemented in Q3 2024.

👏 Thanks to all the InterSystems developers and Developer Community members who contributed to making these ideas a reality. 👏

 Most popular "Community Opportunity" ideas are waiting to be implemented.

Select an idea you like from "Community Opportunity" ideas and implement it to get into the Ideas Portal Hall of Fame!

 To round up this newsletter, please find new ideas with "Needs review" status. InterSystems experts regularly triage and analyze new ideas. Vote for ideas you like and comment on them to show your interest.

👏 Thank you for posting these ideas. Special thanks to @Scott Roth for posting a lot of ideas last quarter! 👏

Stay tuned to read our next announcements!


In the meantime, post your brilliant ideas, vote for existing ideas, and comment on them on our InterSystems Ideas Portal!

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
お知らせ
· 2024年10月23日

Hospitals On FHIR - Users Days

Salut les Développeurs !

Nous avons le plaisir de vous inviter à participer au Hospitals on FHIR User Day, un événement passionnant dédié à l'interopérabilité des systèmes de santé.

📅 Dates: 25 - 26 novembre, 2024

📌 Lieu : Bluepoint Conference Centre Brussels, Blvd Auguste Reyers 80, 1030 Brussels

Register – Hospitals On FHIR Users Days – Bluepoint Conference Centre  Brussels, Blvd Auguste Reyers 80

Cet événement permettra aux acteurs de l'e-santé de mieux comprendre les enjeux de la transformation des systèmes d’information qui s’opère actuellement en Europe et dans le monde avec l’adoption du standard FHIR ainsi que les bénéfices qui en découlent.

Pas besoin d’être un expert en e-santé pour nous rejoindre, un simple intérêt pour le sujet suffit. Ne manquez pas cette occasion de vous immerger dans l'univers de FHIR, de réseauter avec des pairs et d'explorer des solutions innovantes pour l'interopérabilité en santé.

Nous sommes impatients de vous accueillir au Hospitals on FHIR User Day et de partager cette journée enrichissante avec vous!

<<< Trouvez plus d'info ici >>>

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
ディスカッション (12)5
続けるにはログインするか新規登録を行ってください
記事
· 2024年10月22日 1m read

第五十三章 安全元素的详细信息 - Signature 详情

第五十三章 安全元素的详细信息 - 详情

<Signature>的目的是携带可由消息接收者验证的数字签名。可以使用数字签名来检测消息更改,或者只是验证消息的某个部分是否确实由列出的实体生成。与传统的手写签名一样,数字签名是对文档的附加,只能由文档的创建者创建,并且不易伪造。

以下显示了部分示例:

ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
InterSystems公式
· 2024年10月22日

Production Decomposition - CCR Now Allows Source Controlling Individual Production Items

Production Decomposition

Production Decomposition is a new configuration option added to the CCR Client Tools that instead of source controlling the Production class as a single item, considers it a composition of configuration items. This allows different users to edit these distinct items within a Production at the same time. Historically, this has been a pain point with source controlling Productions as any work involving the Production class required a check out that prevented other users from making edits. Now check outs happen on a per-item basis within a Production where an item is considered a Business Host or the Production Settings. If a user tries to edit an item another user has checked out, edits are only blocked for that particular item.

How to Enable

This option is added to CCR client configuration in the latest CCR Client Tools. If wanting to use Production Decomposition, users should update their tools via the button on their CCR System Details page. Once the Client Tools Update has progressed through LIVE, only then should users edit their CCR Configuration for Production Decomposition. Open a terminal session in the BASE Environment for your CCR System and run 'do Configure^%buildccr'. There will be a new prompt:


Answering yes will turn on Production Decomposition. There are then follow-up prompts to allow a 'Baselining' of Production classes:

 You should run this if there are existing Productions in source control that you intend to decompose. This will delete the class export from disk and export decomposed Production items. Once succeeding, these changes will need to be Bundled and Uploaded to a CCR. When loading the resulting ItemSet into subsequent Environments, Production Decomposition will be set automatically by detecting a delete of the Production class paired with add of the decomposed items. Alternatively, if no Productions yet exist, Production Decomposition should manually be set through 'do Configure^%buildccr' in all Environments and new Productions will be treated as decomposed when they are created.

Known Limitations

  • Currently using Production Decomposition requires all edits to the Production Configuration to be made from the Interoperability Portal. Edits to the Production class from an IDE are not source controlled. There is, however, an enhancement in progress to allow direct editing of the Production Definition XData block if no other users are currently editing items for that Production.
  • Decomposition also disallows source controlling custom code (methods, properties, parameters, etc.) in a Production class. A suggested workaround is to edit the Production class to extend a super class to contain custom code. If custom code relies on inheritance from Ens.Production, allow non-source-controlled editing temporarily by setting ^SYS("SourceControl", "Production", "EnableIDE") = 1. Then edit the Production class to extend the super class. Following this the override global should be set to 0.

So, if you would like to take advantage of Production Decomposition in CCR, update your client tools! Give it a try and let us know what you think. If you have any comments, problems, or suggestions, leave a comment or reach out through typical CCR support channels as we are always aiming to delight our users.

If you are not a CCR user but are interested in using Production Decomposition with Git, see the announcement about Production Decomposition using git-source-control here.

1 Comment
ディスカッション (1)3
続けるにはログインするか新規登録を行ってください