Uses of Class
org.linuxforhealth.fhir.model.resource.RegulatedAuthorization.Case
-
Packages that use RegulatedAuthorization.Case Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of RegulatedAuthorization.Case in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return RegulatedAuthorization.Case Modifier and Type Method Description RegulatedAuthorization.Case
RegulatedAuthorization.Case.Builder. build()
Build theRegulatedAuthorization.Case
RegulatedAuthorization.Case
RegulatedAuthorization. getCase()
The case or regulatory procedure for granting or amending a regulated authorization.Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type RegulatedAuthorization.Case Modifier and Type Method Description java.util.List<RegulatedAuthorization.Case>
RegulatedAuthorization.Case. getApplication()
A regulatory submission from an organization to a regulator, as part of an assessing case.Methods in org.linuxforhealth.fhir.model.resource with parameters of type RegulatedAuthorization.Case Modifier and Type Method Description RegulatedAuthorization.Builder
RegulatedAuthorization.Builder. _case(RegulatedAuthorization.Case _case)
The case or regulatory procedure for granting or amending a regulated authorization.RegulatedAuthorization.Case.Builder
RegulatedAuthorization.Case.Builder. application(RegulatedAuthorization.Case... application)
A regulatory submission from an organization to a regulator, as part of an assessing case.protected RegulatedAuthorization.Case.Builder
RegulatedAuthorization.Case.Builder. from(RegulatedAuthorization.Case _case)
protected void
RegulatedAuthorization.Case.Builder. validate(RegulatedAuthorization.Case _case)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type RegulatedAuthorization.Case Modifier and Type Method Description RegulatedAuthorization.Case.Builder
RegulatedAuthorization.Case.Builder. application(java.util.Collection<RegulatedAuthorization.Case> application)
A regulatory submission from an organization to a regulator, as part of an assessing case.
-