需要HL7 FHIR上的样本工作代码 [英] Need sample working code on HL7 FHIR

查看:101
本文介绍了需要HL7 FHIR上的样本工作代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是HL7 FHIR的新手,请提供HL7 FHIR的样本工作代码



我的尝试:



我还没有在HL7上找到任何样本工作代码FHIR

Iam new to HL7 FHIR, please provide the sample working Code on HL7 FHIR

What I have tried:

I have not found any sample working code on HL7 FHIR

推荐答案

一个样本(来源:GitHub - ewoutkramer / fhir-net-api:HL7 FHIR的官方.NET API [ ^ ]):

A sample (source: GitHub - ewoutkramer/fhir-net-api: The official .NET API for HL7 FHIR[^]):
var client = new FhirClient("http://spark.furore.com/fhir");

var pat = client.Read<Patient>("Patient/1");
pat.Resource.Name.Add(HumanName.ForFamily("Kramer")
     .WithGiven("Ewout"));

client.Update<Patient>(pat);


它不是那样的工作。

我们不为你工作。

如果你想让别人写你的代码,你必须支付 - 我建议你去Freelancer.com并在那里问。



但要注意:你得到了你付出的代价。支付花生,买猴子。
It doesn't quite work like that.
We do not do your work for you.
If you want someone to write your code, you have to pay - I suggest you go to Freelancer.com and ask there.

But be aware: you get what you pay for. Pay peanuts, get monkeys.


这篇关于需要HL7 FHIR上的样本工作代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆