Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Methods
  • Enum Constants
  • Terminally Deprecated Elements
    Element
    Description
    org.projecthusky.common.utils.DateUtil
     
    org.projecthusky.common.utils.FileUtil.combinePath(String, String)
    (at next version)
    org.projecthusky.common.utils.time.DateTimes.getZonedDateTime(Instant)
    use DateTimes.getZonedDateTime(Instant, ZoneId) instead, to control the time zone.
    org.projecthusky.common.utils.time.DateTimes.toDatetimeTs(TemporalAccessor)
    use DateTimes.toDatetimeTs(TemporalAccessor, ZoneId) instead, to control the time zone.
    org.projecthusky.common.utils.time.DateTimes.toDateTs(TemporalAccessor)
    use DateTimes.toDateTs(TemporalAccessor, ZoneId) instead, to control the time zone.
    org.projecthusky.common.utils.time.DateTimes.toHl7Dtm(Instant)
    use DateTimes.toHl7Dtm(Instant, ZoneId) instead, to control the time zone.
    org.projecthusky.common.utils.Util
     
    org.projecthusky.fhir.emed.ch.epr.util.References.createReference(Resource)
    Use Reference(IAnyResource) directly instead.
  • Deprecated Classes
    Class
    Description
    org.projecthusky.common.utils.DateUtil
     
    org.projecthusky.common.utils.Util
     
  • Deprecated Methods
    Method
    Description
    org.projecthusky.common.communication.SubmissionSetMetadata.setAuthor(Author)
    org.projecthusky.common.utils.DateUtil.date2Ivlts(Date)
     
    org.projecthusky.common.utils.DateUtil.date2IvltsDateOnly(Date)
     
    org.projecthusky.common.utils.DateUtil.date2IvltsTzon(Date)
     
    org.projecthusky.common.utils.DateUtil.date2Ts(Date)
     
    org.projecthusky.common.utils.DateUtil.date2TsDateOnly(ZonedDateTime)
     
    org.projecthusky.common.utils.DateUtil.date2TsDateOnly(Date)
     
    org.projecthusky.common.utils.DateUtil.date2TsTzon(Date)
     
    org.projecthusky.common.utils.DateUtil.equalsDateOnly(Date, Date)
     
    org.projecthusky.common.utils.DateUtil.formatDateOnly(ZonedDateTime)
     
    org.projecthusky.common.utils.DateUtil.formatDateOnly(Date)
     
    org.projecthusky.common.utils.DateUtil.formatDateTime(ZonedDateTime)
     
    org.projecthusky.common.utils.DateUtil.formatDateTime(Date)
     
    org.projecthusky.common.utils.DateUtil.formatDateTimeTzon(ZonedDateTime)
     
    org.projecthusky.common.utils.DateUtil.formatDateTimeTzon(Date)
     
    org.projecthusky.common.utils.DateUtil.parseDate(String)
     
    org.projecthusky.common.utils.DateUtil.parseDateAndTime(String)
     
    org.projecthusky.common.utils.DateUtil.parseDateyyyyMM(String)
     
    org.projecthusky.common.utils.DateUtil.parseDateyyyyMMdd(String)
     
    org.projecthusky.common.utils.DateUtil.parseDateyyyyMMdd2(String)
     
    org.projecthusky.common.utils.DateUtil.parseDateyyyyMMddHHmm(String)
     
    org.projecthusky.common.utils.DateUtil.parseDateyyyyMMddHHmmss(String)
     
    org.projecthusky.common.utils.DateUtil.parseDateyyyyMMddHHmmZ(String)
     
    org.projecthusky.common.utils.DateUtil.parseDateyyyyMMddHHmmZZZZ(String)
     
    org.projecthusky.common.utils.DateUtil.parseDateyyyyMMddTHHmmss(String)
     
    org.projecthusky.common.utils.FileUtil.combinePath(String, String)
    (at next version)
    org.projecthusky.common.utils.time.DateTimes.getZonedDateTime(Instant)
    use DateTimes.getZonedDateTime(Instant, ZoneId) instead, to control the time zone.
    org.projecthusky.common.utils.time.DateTimes.toDatetimeTs(TemporalAccessor)
    use DateTimes.toDatetimeTs(TemporalAccessor, ZoneId) instead, to control the time zone.
    org.projecthusky.common.utils.time.DateTimes.toDateTs(TemporalAccessor)
    use DateTimes.toDateTs(TemporalAccessor, ZoneId) instead, to control the time zone.
    org.projecthusky.common.utils.time.DateTimes.toHl7Dtm(Instant)
    use DateTimes.toHl7Dtm(Instant, ZoneId) instead, to control the time zone.
    org.projecthusky.common.utils.Util.convertIds(List<II>)
    (replaced by Identificator.getIdentificatorList(List)
    org.projecthusky.common.utils.Util.createAssignedAuthorFromOrganization(Organization)
    (it will be replace by method Organization.createHl7CdaR2Pocdmt000040AssignedAuthor()
    org.projecthusky.common.utils.Util.createReference(int, String)
    moved to Reference.createReference(int, String)
    org.projecthusky.common.utils.Util.createReference(String)
    moved to Reference.createReference(String)
    org.projecthusky.common.utils.Util.createReference(String, String)
    moved to Reference.createReference(String, String)
    org.projecthusky.common.utils.Util.createReference(ED, String)
    moved to Reference.createReference(ED, String)
    org.projecthusky.common.utils.Util.createReferenceTel(String)
    moved to Reference.createReferenceTel(String)
    org.projecthusky.communication.ch.camel.chpharm5.requests.ChPharm5FindMedicationCardSearchParameters.getOperation()
    org.projecthusky.communication.mpi.impl.PixPdqQueryControlActProcess.setCustodian(String, String)
    org.projecthusky.communication.mpi.impl.PixPdqQueryControlActProcess.setProviderOrganization(String, String, String)
    org.projecthusky.communication.mpi.impl.PixPdqQueryControlActProcess.setScopingOrganization(String, String, String)
    use PixPdqQueryControlActProcess.setProviderOrganization(List, String, String) instead
    org.projecthusky.communication.mpi.impl.PixPdqSubjectPatient.setProviderOrganization(String, String, String)
    use PixPdqSubjectPatient.setProviderOrganization(List, String, String) instead to ensure all Identifiers are considered
    org.projecthusky.communication.requests.pix.PixAddPatientRequest.setScopingOrganization(String, String, String)
    use BaseRequest.setProviderOrganization(List, String, String) instead
    org.projecthusky.communication.utils.PixPdqV3Utils.createRegistrationCustodian(String, String)
    Use PixPdqV3Utils.createRegistrationCustodian(List, String) instead
    org.projecthusky.fhir.emed.ch.epr.util.References.createReference(Resource)
    Use Reference(IAnyResource) directly instead.
  • Deprecated Enum Constants
    Enum Constant
    Description
    org.projecthusky.fhir.emed.ch.epr.model.emediplan.enums.EMediplanType.POLYMEDICATION_CHECK

Copyright © 2025 Husky. All rights reserved.