Uses of Class
org.projecthusky.common.model.Author
Packages that use Author
Package
Description
-
Uses of Author in org.projecthusky.common.at
Subclasses of Author in org.projecthusky.common.atMethods in org.projecthusky.common.at with parameters of type AuthorModifier and TypeMethodDescriptionstatic org.openehealth.ipf.commons.ihe.xds.core.metadata.AuthorAuthorAt.getIpfAuthor(Author author) -
Uses of Author in org.projecthusky.common.ch
Subclasses of Author in org.projecthusky.common.chModifier and TypeClassDescriptionclassThe Swis derivation of an Author (adds features for GLN).Constructors in org.projecthusky.common.ch with parameters of type Author -
Uses of Author in org.projecthusky.common.communication
Methods in org.projecthusky.common.communication that return types with arguments of type AuthorModifier and TypeMethodDescriptionSubmissionSetMetadata.getAuthor()Gets the Author of this SubmissionDocumentMetadata.getAuthors()Returns an (optional) author element.Methods in org.projecthusky.common.communication with parameters of type Author -
Uses of Author in org.projecthusky.common.model
Constructors in org.projecthusky.common.model with parameters of type Author -
Uses of Author in org.projecthusky.common.utils
Methods in org.projecthusky.common.utils that return AuthorModifier and TypeMethodDescriptionstatic AuthorXdsMetadataUtil.convertIpfAuthor(org.openehealth.ipf.commons.ihe.xds.core.metadata.Author at) Converts an IPF Author to eHC AuthorMethods in org.projecthusky.common.utils with parameters of type AuthorModifier and TypeMethodDescriptionstatic org.openehealth.ipf.commons.ihe.xds.core.metadata.AuthorXdsMetadataUtil.converteHCAuthor(Author at) Converts an eHC Author to IPF Authorstatic POCDMT000040AuthenticatorUtil.createAuthenticatorFromAuthor(Author author) Deprecated, for removal: This API element is subject to removal in a future version.Creates the authenticator from author.Util.createLegalAuthenticatorFromAuthor(Author author) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new MDHT LegalAuthor object from an MDHT Author object. -
Uses of Author in org.projecthusky.communication.at
Methods in org.projecthusky.communication.at with parameters of type AuthorModifier and TypeMethodDescriptionvoidConvenienceCommunicationAt.generateSubmissionSetMetadata(Author author, Code contentTypeCode) Generate missing Submission Set attributesvoidorg.openehealth.ipf.commons.ihe.xds.core.responses.ResponseConvenienceCommunicationAt.submit(Author author, Code codeContentType, SecurityHeaderElement security, String messageId) Submission of the previously prepared document(s) to the repository IHE [ITI-41] Provide and Register Document Set – b in the role of the IHE ITI Document Source actor -
Uses of Author in org.projecthusky.communication.at.xd.storedquery
Constructors in org.projecthusky.communication.at.xd.storedquery with parameters of type AuthorModifierConstructorDescriptionFindDocumentsQueryAt(Identificator patientId, ClassCode[] classCodes, DateTimeRange[] dateTimeRanges, PracticeSettingCode[] practiceSettingCodes, HealthcareFacilityTypeCode[] healthCareFacilityCodes, ConfidentialityCode[] confidentialityCodes, FormatCode[] formatCodes, Author authorPerson, org.openehealth.ipf.commons.ihe.xds.core.metadata.AvailabilityStatus status) Constructs a FindDocuments Query -
Uses of Author in org.projecthusky.communication.ch.xd.storedquery
Constructors in org.projecthusky.communication.ch.xd.storedquery with parameters of type AuthorModifierConstructorDescriptionFindDocumentsQuery(Identificator patientId, ClassCode[] classCodes, DateTimeRange[] dateTimeRanges, PracticeSettingCode[] practiceSettingCodes, HealthcareFacilityTypeCode[] healthCareFacilityCodes, ConfidentialityCode[] confidentialityCodes, FormatCode[] formatCodes, Author authorPerson, AvailabilityStatus status) Constructs a FindDocuments Query -
Uses of Author in org.projecthusky.fhir.communication
Methods in org.projecthusky.fhir.communication that return AuthorModifier and TypeMethodDescriptionFhirXdTransaction.getAuthor(org.hl7.fhir.r4.model.DocumentManifest fhirObject) Gets an eHC author object from the FHIR DocumentManifest objectFhirXdTransaction.getAuthor(org.hl7.fhir.r4.model.DocumentReference fhirObject) Gets an eHC author object from the FHIR DocumentReference object -
Uses of Author in org.projecthusky.fhir.structures.gen
Methods in org.projecthusky.fhir.structures.gen that return AuthorModifier and TypeMethodDescriptionstatic AuthorFhirCommon.getAuthor(org.hl7.fhir.instance.model.api.IBaseResource res) Gets an eHC Author from FHIR base resource.static AuthorFhirCommon.getAuthor(org.hl7.fhir.r4.model.Organization fhirObject) Gets an eHC Author from FHIR Organization.static AuthorFhirCommon.getAuthor(org.hl7.fhir.r4.model.Person fhirObject) Gets an eHC Author from FHIR Person.static AuthorFhirCommon.getAuthor(org.hl7.fhir.r4.model.Practitioner fhirObject) Gets an eHC Author from FHIR Practitioner.static AuthorFhirCommon.getAuthor(org.hl7.fhir.r4.model.Reference ref) Gets an eHC Author from FHIR resource reference.