検索

お知らせ
· 2024年9月16日

HealthShare Unified Care Record Overview - Virtual October 8-9, 2024 - Registration space available

  • HealthShare Unified Care Record Overview – Virtual October 8-9, 2024
    • The HealthShare Unified Care Record Overview course is a great way for anyone to become familiar with Unified Care Record, but especially those who need to understand its capabilities but not how to configure HealthShare Unified Care Record.
    • This is a non-technical, instructor-led in person training course providing a comprehensive introduction to HealthShare Unified Care Record.
    • This course is for anyone who needs to know about the functionality and architecture of HealthShare Unified Care Record.  (If you need information on configuring and troubleshooting Unified Care Record, consider the HealthShare Unified Care Record Fundamentals class.)
    • No prior knowledge or experience is required for the Overview class and any InterSystems employee may enroll.
  • Self-Register Here
ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
質問
· 2024年9月16日

padding zeros to the desired length

I receive a number as input

length = ln = 7

if input = 25
I need to add zeros to make make it as - 0000025 (a total length of ln)

if input = 9
I need to add zeros to make make it as - 0000009 (a total length ofln)

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

Como baixar um arquivo de imagem de um servidor web utilizando ObjectScript

[FAQ] Preguntas frecuentes de InterSystems

O seguinte código baixa https://www.intersystems.com/assets/intersystems-logo.png e salva o arquivo como c:\temp\test.png.

É necessário definir uma configuração SSL chamada SSLTEST antes de executar esse código

ClassMethod download() As %Status
{
    Set sc = $$$OK
    Set httprequest=##class(%Net.HttpRequest).%New()
    set httprequest.Port = 443
    set httprequest.Https = 1
    set httprequest.SSLConfiguration = "SSLTEST"
    Set httprequest.Server="www.intersystems.com"
    Do httprequest.Get("/assets/intersystems-logo.png")
    Set httpresponse=httprequest.HttpResponse
    Set file=##class(%File).%New("c:\temp\test.png")
    Do file.Open("NWUK\BIN\")
    Do file.CopyFrom(httpresponse.Data)
    Do file.Close()
    Return sc
}
ディスカッション (0)1
続けるにはログインするか新規登録を行ってください
ダイジェスト
· 2024年9月16日

Publicações Desenvolvedores InterSystems, Setembro 09 - 15, 2024, Resumo

Setembro 09 - 15, 2024Week at a GlanceInterSystems Developer Community
ダイジェスト
· 2024年9月16日

InterSystems Developers Publications, Week September 09 - 15, 2024, Digest

Articles
Announcements
Questions
#InterSystems IRIS
#Health Connect
Write to Windows Eventlog
By Michael Lundberg
#InterSystems IRIS for Health
#Caché
#Open Exchange
#Ensemble
September 09 - 15, 2024Week at a GlanceInterSystems Developer Community