Uses of Enum Class
de.gematik.ncpeh.api.common.EuCountryCode
Packages that use EuCountryCode
-
Uses of EuCountryCode in de.gematik.ncpeh.api.common
Methods in de.gematik.ncpeh.api.common that return EuCountryCodeModifier and TypeMethodDescriptionstatic EuCountryCodestatic EuCountryCodeReturns the enum constant of this class with the specified name.static EuCountryCode[]EuCountryCode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EuCountryCode in de.gematik.ncpeh.api.request
Methods in de.gematik.ncpeh.api.request that return EuCountryCodeModifier and TypeMethodDescriptionRequestBase.euCountryCode()Returns the value of theeuCountryCoderecord component.IdentifyPatientRequest.patientAddressCountry()Returns the value of thepatientAddressCountryrecord component.Constructors in de.gematik.ncpeh.api.request with parameters of type EuCountryCodeModifierConstructorDescriptionIdentifyPatientRequest(RequestBase baseParameter, PatientId patientId, LocalDate birthDateTime, String hcidNcpCountryA, String hcidNcpCountryB, Set<SubjectId> additionalLivingSubjectId, EuCountryCode patientAddressCountry) Creates an instance of aIdentifyPatientRequestrecord class.RequestBase(EuCountryCode euCountryCode, IdaAssertionProfile idaAssertionProfile) Creates an instance of aRequestBaserecord class.