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 HpdAttributeNameReturns 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 TypeMethodDescriptionvoidHpdSearchQuery.addResultAttributeName(HpdAttributeName attributeName) Method parameters in org.projecthusky.communication.requests.hpd with type arguments of type HpdAttributeNameModifier and TypeMethodDescriptionvoidHpdAddFeed.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 AttributesvoidHpdAddFeed.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 AttributesvoidHpdAddFeed.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 HpdExtensibleMatchParametersHpdOperationParameters.createExtensibleMatchParameters(HpdAttributeName attributeName, String value, String matchingRule, boolean dnAttributes) static HpdSimpleParametersHpdOperationParameters.createSimpleParameters(HpdAttributeName name, String value) static HpdSubstringParametersHpdOperationParameters.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 voidHpdUtils.addHpdAttribute(org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.AddRequest addRequest, HpdAttributeName attributeName, String value) static voidHpdUtils.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 voidHpdUtils.setOptionalAttributes(org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.AddRequest addRequest, Map<HpdAttributeName, List<String>> optionalAttributes)