Class Profile.Builder

  • Enclosing class:
    Profile

    public static class Profile.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • domain

        public Profile.Builder domain​(String domain)
        For PHI API this field can be PII/PHI/ALL and by default PII will be used.

        For other APIs Healthcare or Financial etc.

        Parameters:
        domain - the value to set
        Returns:
        this builder
      • documentType

        public Profile.Builder documentType​(String documentType)
        Document type EHR Or Utterance
        Parameters:
        documentType - the value to set
        Returns:
        this builder
      • speciality

        public Profile.Builder speciality​(String speciality)
        Document speciality like paediatrics, internal medicine etc.
        Parameters:
        speciality - the value to set
        Returns:
        this builder