19.5.3.3. 메서드 resourceConditionalByUrl
서명:
- org.hl7.fhir.instance.instance.api.IBaseOperationOutcome resourceConditionalByUrl(String url, java.util.Map<org.apache.camel.component.fhir.ExtraParameters, Object> extraParameters));
fhir/resourceConditionalByUrl API 방법에는 아래 표에 나열된 매개변수가 있습니다.
매개변수 | 설명 | 유형 |
---|---|---|
extraParameters | 전달할 수 있는 매개 변수의 전체 목록은 NULL일 수 있습니다.See ExtraParameters for a full list of parameters that can be passed, may be NULL. | map |
url | 사용할 검색 URL입니다. 이 URL의 형식은 ResourceTypeParameters 형식이어야 합니다(예: Patientname=Smith&databind=13.2.4.11.4%7C847366) | 문자열 |
위의 매개변수 외에도 fhir API는 를 사용할 수도 있습니다.
임의의 매개변수는 끝점 URI에서 제공하거나 메시지 헤더에서 동적으로 제공할 수 있습니다. 메시지 헤더 이름은 CamelFhir.parameter
형식이어야 합니다. inBody
매개변수는 메시지 헤더를 덮어씁니다. 즉, inBody=myParameterNameHere
의 endpoint 매개변수는 CamelFhir.myParameterName
here 헤더를 덮어씁니다.