19.5.3.2. 메서드 resourceById
서명:
- org.hl7.fhir.instance.instance.api.IBaseOperationOutcome resourceById(String type, String stringId, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters));
- org.hl7.fhir.instance.instance.api.IBaseOperationOutcome resourceById(org.hl7.fhir.instance.model.api.IIdType ID, java.util.Map<org.apache.camel.component.fhir.ExtraParameters));
fhir/resourceById API 메서드에는 아래 표에 나열된 매개변수가 있습니다.
매개변수 | 설명 | 유형 |
---|---|---|
extraParameters | 전달할 수 있는 매개 변수의 전체 목록은 NULL일 수 있습니다.See ExtraParameters for a full list of parameters that can be passed, may be NULL. | map |
id | 리소스를 참조하는 IIdType | IIdType |
stringId | ID입니다. | 문자열 |
type | 리소스 유형(예: Patient) | 문자열 |