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.CaseRegulatedAuthorization.Case.Builder. build()Build theRegulatedAuthorization.CaseRegulatedAuthorization.CaseRegulatedAuthorization. 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.BuilderRegulatedAuthorization.Builder. _case(RegulatedAuthorization.Case _case)The case or regulatory procedure for granting or amending a regulated authorization.RegulatedAuthorization.Case.BuilderRegulatedAuthorization.Case.Builder. application(RegulatedAuthorization.Case... application)A regulatory submission from an organization to a regulator, as part of an assessing case.protected RegulatedAuthorization.Case.BuilderRegulatedAuthorization.Case.Builder. from(RegulatedAuthorization.Case _case)protected voidRegulatedAuthorization.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.BuilderRegulatedAuthorization.Case.Builder. application(java.util.Collection<RegulatedAuthorization.Case> application)A regulatory submission from an organization to a regulator, as part of an assessing case.
-