Stream: implementers
Topic: HasParameter
brian bao (Nov 03 2020 at 07:08):
Hello guys, now I want to use the HasParameter for FHIR request, the HAPI FHIR version is 5.1.0, code like as
@OptionalParam(name = HP_BODY_PART_IN_REQUESTED_PROCEDURE)
HasParam bodyPart
but it still cannot convert string request parameter to HasParam. Is there any ideas?
Jean Duteau (Nov 03 2020 at 07:11):
@brian bao
a) don't hijack a thread that has nothing to do with your question, please create your own.
b) there is a #hapi stream where you should ask your question.
Lloyd McKenzie (Nov 03 2020 at 19:37):
@brian bao What Jean means is that when you post a question, make sure you change the 'topic' to something that's appropriate to your question. (You can also search to see whether there might already be an existing topic to continue the discussion of.) In this case, you posted to the a topic called "NLM VSAC Server", which wasn't really related to your question. As an administrator, I'm going to take the liberty of re-categorizing your posts to a different topic name. Also, it wasn't wrong to raise your question here, however the #hapi stream is more actively monitored by the HAPI folks and you'll probably get a response there faster.
(@Jean Duteau will provide a bit more friendly guidance next time - Zulip isn't always intuitive to people who are new to it, and even old-hands sometimes post things in an inappropriate from time to time :smile:)
Last updated: Apr 12 2022 at 19:14 UTC