Uses of Enum Class
org.projecthusky.communication.enums.HpdAttributeName
Packages that use HpdAttributeName
Package
Description
-
Uses of HpdAttributeName in org.projecthusky.communication.enums
Methods in org.projecthusky.communication.enums that return HpdAttributeNameModifier and TypeMethodDescriptionstatic HpdAttributeName
Returns the enum constant of this class with the specified name.static HpdAttributeName[]
HpdAttributeName.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HpdAttributeName in org.projecthusky.communication.requests.hpd
Methods in org.projecthusky.communication.requests.hpd with parameters of type HpdAttributeNameModifier and TypeMethodDescriptionvoid
HpdSearchQuery.addResultAttributeName
(HpdAttributeName attributeName) Method parameters in org.projecthusky.communication.requests.hpd with type arguments of type HpdAttributeNameModifier and TypeMethodDescriptionvoid
HpdAddFeed.createHCProfessional
(String dn, String uid, List<String> hcIdentifier, List<String> objectClass, Map<HpdAttributeName, List<String>> optionalAttributes, List<String> cn, String sn, String givenName, List<String> hcProfession, String displayName, List<String> hcRegistrationStatus) Responsible for filling the HPD Individual Provider Attributesvoid
HpdAddFeed.createHCRegulatedOrganization
(String dn, String uid, List<String> hcIdentifier, List<String> objectClass, Map<HpdAttributeName, List<String>> optionalAttributes, List<String> businessCategory, List<String> hcRegisteredName, List<String> organizations) Responsible for filling the HPD Organizational Provider Attributesvoid
HpdAddFeed.createHCRelationshipAttributes
(String owner, String commonName, String dn, List<String> objectClass, Map<HpdAttributeName, List<String>> optionalAttributes) Responsible for filling the HPD Relationship Attributes -
Uses of HpdAttributeName in org.projecthusky.communication.requests.hpd.data
Methods in org.projecthusky.communication.requests.hpd.data with parameters of type HpdAttributeNameModifier and TypeMethodDescriptionHpdOperationParameters.createAttributePresentParameters
(HpdAttributeName attributeName) static HpdExtensibleMatchParameters
HpdOperationParameters.createExtensibleMatchParameters
(HpdAttributeName attributeName, String value, String matchingRule, boolean dnAttributes) static HpdSimpleParameters
HpdOperationParameters.createSimpleParameters
(HpdAttributeName name, String value) static HpdSubstringParameters
HpdOperationParameters.createSubstringParameters
(HpdAttributeName attributeName, String startsWith, String endsWith) Constructors in org.projecthusky.communication.requests.hpd.data with parameters of type HpdAttributeNameModifierConstructorDescriptionHpdCommonParameter
(HpdAttributeName attributeName) HpdSimpleParameters
(HpdAttributeName attributeName, String value) Constructor parameters in org.projecthusky.communication.requests.hpd.data with type arguments of type HpdAttributeNameModifierConstructorDescriptionHpdEntity
(String dn, List<String> objectClass, Map<HpdAttributeName, List<String>> optionalAttributes) HpdHCProfessional
(String dn, String uid, List<String> hcIdentifier, List<String> objectClass, Map<HpdAttributeName, List<String>> optionalAttributes, List<String> cn, String sn, String givenName, List<String> hcProfession, String displayName, List<String> hcRegistrationStatus) HpdHCRegulatedOrganization
(String dn, String uid, List<String> hcIdentifier, List<String> objectClass, Map<HpdAttributeName, List<String>> optionalAttributes, List<String> businessCategory, List<String> hcRegisteredName, List<String> organizations) HpdHCRelationshipAttributes
(String owner, String commonName, String dn, List<String> objectClass, Map<HpdAttributeName, List<String>> optionalAttributes) -
Uses of HpdAttributeName in org.projecthusky.communication.utils
Methods in org.projecthusky.communication.utils with parameters of type HpdAttributeNameModifier and TypeMethodDescriptionstatic void
HpdUtils.addHpdAttribute
(org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.AddRequest addRequest, HpdAttributeName attributeName, String value) static void
HpdUtils.addHpdAttributes
(org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.AddRequest addRequest, HpdAttributeName attributeName, List<String> values) Method parameters in org.projecthusky.communication.utils with type arguments of type HpdAttributeNameModifier and TypeMethodDescriptionstatic void
HpdUtils.setOptionalAttributes
(org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.AddRequest addRequest, Map<HpdAttributeName, List<String>> optionalAttributes)