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.RelatesTo
DocumentReference.RelatesTo.Builder. build()
Build theDocumentReference.RelatesTo
Methods 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.Builder
DocumentReference.RelatesTo.Builder. from(DocumentReference.RelatesTo relatesTo)
DocumentReference.Builder
DocumentReference.Builder. relatesTo(DocumentReference.RelatesTo... relatesTo)
Relationships that this document has with other document references that already exist.protected void
DocumentReference.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.Builder
DocumentReference.Builder. relatesTo(java.util.Collection<DocumentReference.RelatesTo> relatesTo)
Relationships that this document has with other document references that already exist.
-