Uses of Class
org.linuxforhealth.fhir.model.resource.TestScript.Origin
-
Packages that use TestScript.Origin Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of TestScript.Origin in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return TestScript.Origin Modifier and Type Method Description TestScript.OriginTestScript.Origin.Builder. build()Build theTestScript.OriginMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type TestScript.Origin Modifier and Type Method Description java.util.List<TestScript.Origin>TestScript. getOrigin()An abstract server used in operations within this test script in the origin element.Methods in org.linuxforhealth.fhir.model.resource with parameters of type TestScript.Origin Modifier and Type Method Description protected TestScript.Origin.BuilderTestScript.Origin.Builder. from(TestScript.Origin origin)TestScript.BuilderTestScript.Builder. origin(TestScript.Origin... origin)An abstract server used in operations within this test script in the origin element.protected voidTestScript.Origin.Builder. validate(TestScript.Origin origin)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type TestScript.Origin Modifier and Type Method Description TestScript.BuilderTestScript.Builder. origin(java.util.Collection<TestScript.Origin> origin)An abstract server used in operations within this test script in the origin element.
-