* Is this participant required to be present at the meeting. This covers a use-case where 2 doctors need to meet to discuss the results for a specific patient, and the patient is not required to be present.
* </p>
*/
public CodeDt getRequired() {
if (myRequired == null) {
myRequired = new CodeDt();
}
return myRequired;
}