Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Profile |
build() |
Profile.Builder |
copy(Profile model) |
Profile.Builder |
documentType(String documentType)
Document type EHR Or Utterance
|
Profile.Builder |
domain(String domain)
For PHI API this field can be PII/PHI/ALL and by default PII will be used.
|
Profile.Builder |
speciality(String speciality)
Document speciality like paediatrics, internal medicine etc.
|
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.
domain
- the value to setpublic Profile.Builder documentType(String documentType)
Document type EHR Or Utterance
documentType
- the value to setpublic Profile.Builder speciality(String speciality)
Document speciality like paediatrics, internal medicine etc.
speciality
- the value to setpublic Profile build()
public Profile.Builder copy(Profile model)
Copyright © 2016–2024. All rights reserved.