Uses of Class
org.linuxforhealth.fhir.model.resource.DocumentManifest.Related
-
Packages that use DocumentManifest.Related Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of DocumentManifest.Related in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return DocumentManifest.Related Modifier and Type Method Description DocumentManifest.Related
DocumentManifest.Related.Builder. build()
Build theDocumentManifest.Related
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type DocumentManifest.Related Modifier and Type Method Description java.util.List<DocumentManifest.Related>
DocumentManifest. getRelated()
Related identifiers or resources associated with the DocumentManifest.Methods in org.linuxforhealth.fhir.model.resource with parameters of type DocumentManifest.Related Modifier and Type Method Description protected DocumentManifest.Related.Builder
DocumentManifest.Related.Builder. from(DocumentManifest.Related related)
DocumentManifest.Builder
DocumentManifest.Builder. related(DocumentManifest.Related... related)
Related identifiers or resources associated with the DocumentManifest.protected void
DocumentManifest.Related.Builder. validate(DocumentManifest.Related related)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type DocumentManifest.Related Modifier and Type Method Description DocumentManifest.Builder
DocumentManifest.Builder. related(java.util.Collection<DocumentManifest.Related> related)
Related identifiers or resources associated with the DocumentManifest.
-