19.5.4.2. 방법 onServer
서명:
- org.hl7.fhir.instance.model.api.api.IBaseBundle onServer(Class<org.hl7.instance.instance.model.api.model.api.ioBaseBundle>) returnType, Integer count, java.util.Date cutoff, org.hl7.fhir.instance.api.IPriiveType java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters);
fhir/onServer API 메서드에는 아래 표에 나열된 매개변수가 있습니다.
매개변수 | 설명 | 유형 |
---|---|---|
count | 서버가Count 리소스 수까지만 반환하도록 요청하면 NULL일 수 있습니다. | 정수 |
cutoff | 서버가 지정된 시간(포함) 이후에 생성된 리소스 버전만 반환하도록 요청하면 NULL일 수 있습니다. | 날짜 |
extraParameters | 전달할 수 있는 매개 변수의 전체 목록은 NULL일 수 있습니다.See ExtraParameters for a full list of parameters that can be passed, may be NULL. | map |
iCutoff | 서버가 지정된 시간(포함) 이후에 생성된 리소스 버전만 반환하도록 요청하면 NULL일 수 있습니다. | IPrimitiveType |
returnType | 메서드에서 Bundle 리소스를 반환하도록 요청합니다(예: ca.uhn.fhir.model.dstu2.resource.Bundle). DSTU2 서버에 액세스하는 경우 이 방법을 사용합니다. | class |