Uses of Record Class
de.gematik.ncpeh.api.request.RequestBase
Packages that use RequestBase
-
Uses of RequestBase in de.gematik.ncpeh.api.request
Methods in de.gematik.ncpeh.api.request that return RequestBaseModifier and TypeMethodDescriptionFindDocumentsRequest.baseParameter()Returns the value of thebaseParameterrecord component.IdentifyPatientRequest.baseParameter()Returns the value of thebaseParameterrecord component.RetrieveDocumentRequest.baseParameter()Returns the value of thebaseParameterrecord component.Constructors in de.gematik.ncpeh.api.request with parameters of type RequestBaseModifierConstructorDescriptionFindDocumentsRequest(RequestBase baseParameter, TrcAssertionProfile trcAssertionProfile, PatientId patientId, String xdsDocumentEntryClassCode, String xdsDocumentEntryStatus, Set<Slot> slotEntries) Creates an instance of aFindDocumentsRequestrecord class.IdentifyPatientRequest(RequestBase baseParameter, PatientId patientId, LocalDate birthDateTime, String hcidNcpCountryA, String hcidNcpCountryB, Set<SubjectId> additionalLivingSubjectId, EuCountryCode patientAddressCountry) Creates an instance of aIdentifyPatientRequestrecord class.RetrieveDocumentRequest(RequestBase baseParameter, TrcAssertionProfile trcAssertionProfile, PatientId patientId, String repositoryUniqueId, String documentUniqueId, String additionalDocumentUniqueId, String homeCommunityId) Creates an instance of aRetrieveDocumentRequestrecord class.