Uses of Class
org.projecthusky.cda.elga.models.PractitionerCdaAt
Packages that use PractitionerCdaAt
Package
Description
-
Uses of PractitionerCdaAt in org.projecthusky.cda.elga.models
Methods in org.projecthusky.cda.elga.models that return PractitionerCdaAtMethods in org.projecthusky.cda.elga.models that return types with arguments of type PractitionerCdaAtMethods in org.projecthusky.cda.elga.models with parameters of type PractitionerCdaAtModifier and TypeMethodDescriptionvoidAllergy.setAuthor(PractitionerCdaAt author) voidDisease.setAuthor(PractitionerCdaAt author) Method parameters in org.projecthusky.cda.elga.models with type arguments of type PractitionerCdaAtModifier and TypeMethodDescriptionvoidComment.setAuthor(List<PractitionerCdaAt> author) voidTranslation.setAuthors(List<PractitionerCdaAt> authors) -
Uses of PractitionerCdaAt in org.projecthusky.cda.elga.models.eimpf
Methods in org.projecthusky.cda.elga.models.eimpf that return PractitionerCdaAtModifier and TypeMethodDescriptionAntibodyDetermination.getAuthor()ExposureRiskPersonGroup.getAuthor()Immunization.getAuthor()ImmunizationRecommendation.getAuthor()UpdateImmunizationState.getDataEnterer()UpdateImmunizationState.getLegalAuthenticator()Methods in org.projecthusky.cda.elga.models.eimpf that return types with arguments of type PractitionerCdaAtMethods in org.projecthusky.cda.elga.models.eimpf with parameters of type PractitionerCdaAtModifier and TypeMethodDescriptionvoidAntibodyDetermination.setAuthor(PractitionerCdaAt author) voidExposureRiskPersonGroup.setAuthor(PractitionerCdaAt author) voidImmunization.setAuthor(PractitionerCdaAt author) voidImmunizationRecommendation.setAuthor(PractitionerCdaAt author) voidUpdateImmunizationState.setDataEnterer(PractitionerCdaAt dataEnterer) voidUpdateImmunizationState.setLegalAuthenticator(PractitionerCdaAt legalAuthenticator) Method parameters in org.projecthusky.cda.elga.models.eimpf with type arguments of type PractitionerCdaAtModifier and TypeMethodDescriptionvoidImmunizationState.setAuthors(List<PractitionerCdaAt> authors) -
Uses of PractitionerCdaAt in org.projecthusky.cda.elga.models.emed
Methods in org.projecthusky.cda.elga.models.emed that return PractitionerCdaAtModifier and TypeMethodDescriptionEmedDispense.getLegalAuthenticator()EmedPharmaceuticalRecommendation.getLegalAuthenticator()EmedPrescription.getLegalAuthenticator()Methods in org.projecthusky.cda.elga.models.emed that return types with arguments of type PractitionerCdaAtModifier and TypeMethodDescriptionEmedDispense.getAuthors()EmedPharmaceuticalRecommendation.getAuthors()EmedPrescription.getAuthors()Methods in org.projecthusky.cda.elga.models.emed with parameters of type PractitionerCdaAtModifier and TypeMethodDescriptionvoidEmedDispense.setLegalAuthenticator(PractitionerCdaAt legalAuthenticator) voidEmedPharmaceuticalRecommendation.setLegalAuthenticator(PractitionerCdaAt legalAuthenticator) voidEmedPrescription.setLegalAuthenticator(PractitionerCdaAt legalAuthenticator) Method parameters in org.projecthusky.cda.elga.models.emed with type arguments of type PractitionerCdaAtModifier and TypeMethodDescriptionvoidEmedDispense.setAuthors(List<PractitionerCdaAt> authors) voidEmedPharmaceuticalRecommendation.setAuthors(List<PractitionerCdaAt> authors) voidEmedPrescription.setAuthors(List<PractitionerCdaAt> authors) -
Uses of PractitionerCdaAt in org.projecthusky.cda.elga.models.ems
Methods in org.projecthusky.cda.elga.models.ems that return PractitionerCdaAtModifier and TypeMethodDescriptionArztmeldung.getLegalAuthenticator()Arztmeldung.getReportingPhysician()Methods in org.projecthusky.cda.elga.models.ems that return types with arguments of type PractitionerCdaAtMethods in org.projecthusky.cda.elga.models.ems with parameters of type PractitionerCdaAtModifier and TypeMethodDescriptionvoidArztmeldung.setLegalAuthenticator(PractitionerCdaAt legalAuthenticator) voidArztmeldung.setReportingPhysician(PractitionerCdaAt reportingPhysician) Method parameters in org.projecthusky.cda.elga.models.ems with type arguments of type PractitionerCdaAt -
Uses of PractitionerCdaAt in org.projecthusky.cda.elga.models.lab
Methods in org.projecthusky.cda.elga.models.lab that return PractitionerCdaAtModifier and TypeMethodDescriptionLaboratoryReport.getDataEnterer()LaboratoryReport.getLegalAuthenticator()LaboratoryReport.getOrderingProvider()Methods in org.projecthusky.cda.elga.models.lab that return types with arguments of type PractitionerCdaAtMethods in org.projecthusky.cda.elga.models.lab with parameters of type PractitionerCdaAtModifier and TypeMethodDescriptionvoidLaboratoryReport.setDataEnterer(PractitionerCdaAt dataEnterer) voidLaboratoryReport.setLegalAuthenticator(PractitionerCdaAt legalAuthenticator) voidLaboratoryReport.setOrderingProvider(PractitionerCdaAt orderingProvider) Method parameters in org.projecthusky.cda.elga.models.lab with type arguments of type PractitionerCdaAtModifier and TypeMethodDescriptionvoidLaboratoryReport.setAuthors(List<PractitionerCdaAt> authors) -
Uses of PractitionerCdaAt in org.projecthusky.cda.elga.models.ps
Methods in org.projecthusky.cda.elga.models.ps that return PractitionerCdaAtModifier and TypeMethodDescriptionPatientConsultationSummary.getAuthor()PatientConsultationSummary.getLegalAuthenticator()Methods in org.projecthusky.cda.elga.models.ps with parameters of type PractitionerCdaAtModifier and TypeMethodDescriptionvoidPatientConsultationSummary.setAuthor(PractitionerCdaAt author) voidPatientConsultationSummary.setLegalAuthenticator(PractitionerCdaAt legalAuthenticator)