Uses of Class
org.linuxforhealth.fhir.model.resource.DocumentReference.RelatesTo
-
Packages that use DocumentReference.RelatesTo Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of DocumentReference.RelatesTo in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return DocumentReference.RelatesTo Modifier and Type Method Description DocumentReference.RelatesToDocumentReference.RelatesTo.Builder. build()Build theDocumentReference.RelatesToMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type DocumentReference.RelatesTo Modifier and Type Method Description java.util.List<DocumentReference.RelatesTo>DocumentReference. getRelatesTo()Relationships that this document has with other document references that already exist.Methods in org.linuxforhealth.fhir.model.resource with parameters of type DocumentReference.RelatesTo Modifier and Type Method Description protected DocumentReference.RelatesTo.BuilderDocumentReference.RelatesTo.Builder. from(DocumentReference.RelatesTo relatesTo)DocumentReference.BuilderDocumentReference.Builder. relatesTo(DocumentReference.RelatesTo... relatesTo)Relationships that this document has with other document references that already exist.protected voidDocumentReference.RelatesTo.Builder. validate(DocumentReference.RelatesTo relatesTo)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type DocumentReference.RelatesTo Modifier and Type Method Description DocumentReference.BuilderDocumentReference.Builder. relatesTo(java.util.Collection<DocumentReference.RelatesTo> relatesTo)Relationships that this document has with other document references that already exist.
-