Uses of Record Class
de.gematik.ncpeh.api.common.PatientId
Packages that use PatientId
-
Uses of PatientId in de.gematik.ncpeh.api.request
Methods in de.gematik.ncpeh.api.request that return PatientIdModifier and TypeMethodDescriptionFindDocumentsRequest.patientId()Returns the value of thepatientIdrecord component.IdentifyPatientRequest.patientId()Returns the value of thepatientIdrecord component.RetrieveDocumentRequest.patientId()Returns the value of thepatientIdrecord component.Constructors in de.gematik.ncpeh.api.request with parameters of type PatientIdModifierConstructorDescriptionFindDocumentsRequest(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 homeCommunityId) Creates an instance of aRetrieveDocumentRequestrecord class.