Uses of Class
org.projecthusky.fhir.emed.ch.epr.validator.ValidationResult
Packages that use ValidationResult
Package
Description
-
Uses of ValidationResult in org.projecthusky.fhir.emed.ch.epr.model.emediplan
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan that return ValidationResultModifier and TypeMethodDescriptionEMediplanHealthcareOrganization.validate
(@Nullable String basePath, EMediplanType mediplanType) EMediplanHealthcarePerson.validate
(@Nullable String basePath, EMediplanType mediplanType) EMediplanMedicament.validate
(@Nullable String basePath, EMediplanType mediplanType) Context-aware validation, that takes into account whether the eMediplan document is a treatment plan or a prescription.default ValidationResult
EMediplanObject.validate()
Validates the eMediplan object, without any further context than its own content, against the eMediplan specs.Validates the eMediplan object, without any further context than its JSON path and its own content, against the eMediplan specs.EMediplanPatient.validate
(@Nullable String basePath, EMediplanType mediplanType, Instant timestamp) Validates the patient object taking into account which type of eMediplan document it belongs to.Performs context-aware validation of the object, including the base context-unaware validation.protected ValidationResult
EMediplanMedicament.validateBase
(@Nullable String basePath, boolean contextAwareCaller) protected ValidationResult
EMediplanPatient.validateBase
(@Nullable String basePath, boolean contextAwareCaller) Base validation that performs or skips certain validation checks depending on whether the caller is context-aware or not. -
Uses of ValidationResult in org.projecthusky.fhir.emed.ch.epr.model.emediplan.posology
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan.posology that return ValidationResultModifier and TypeMethodDescriptionEMediplanPosology.validate
(@Nullable String basePath, EMediplanType mediplanType) Performs validation of the eMediplan object taking into account whether it belongs to an eMediplan medication plan document or to an eMediplan prescription document. -
Uses of ValidationResult in org.projecthusky.fhir.emed.ch.epr.model.emediplan.posology.detail
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan.posology.detail that return ValidationResultModifier and TypeMethodDescription -
Uses of ValidationResult in org.projecthusky.fhir.emed.ch.epr.model.emediplan.posology.detail.application
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan.posology.detail.application that return ValidationResultModifier and TypeMethodDescription -
Uses of ValidationResult in org.projecthusky.fhir.emed.ch.epr.model.emediplan.posology.detail.dose
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan.posology.detail.dose that return ValidationResultModifier and TypeMethodDescription -
Uses of ValidationResult in org.projecthusky.fhir.emed.ch.epr.model.emediplan.posology.detail.sequence
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan.posology.detail.sequence that return ValidationResultModifier and TypeMethodDescription -
Uses of ValidationResult in org.projecthusky.fhir.emed.ch.epr.model.emediplan.posology.detail.timed
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan.posology.detail.timed that return ValidationResultModifier and TypeMethodDescription -
Uses of ValidationResult in org.projecthusky.fhir.emed.ch.epr.model.emediplan.repetition
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan.repetition that return ValidationResult -
Uses of ValidationResult in org.projecthusky.fhir.emed.ch.epr.validator
Methods in org.projecthusky.fhir.emed.ch.epr.validator that return ValidationResultModifier and TypeMethodDescriptionValidationResult.add
(List<@NonNull ValidationIssue> issues) ValidationResult.add
(ValidationIssue... issues) ValidationResult.add
(ValidationResult... results) static ValidationResult
ValidationResult.concat
(ValidationResult... results) ChEmedEprValidator.validateDocumentBundle
(InputStream documentStream, ChEmedEprDocument document, org.hl7.fhir.r5.elementmodel.Manager.FhirFormat streamFormat) Validates a CH-EMED-EPR document Bundle.ChEmedEprValidator.validateDocumentBundle
(org.hl7.fhir.r4.model.Bundle bundle, String profile) Methods in org.projecthusky.fhir.emed.ch.epr.validator with parameters of type ValidationResultModifier and TypeMethodDescriptionValidationResult.add
(ValidationResult... results) static ValidationResult
ValidationResult.concat
(ValidationResult... results)