Uses of Class
com.ibm.fhir.model.resource.DocumentReference.RelatesTo
-
Packages that use DocumentReference.RelatesTo Package Description com.ibm.fhir.model.resource -
-
Uses of DocumentReference.RelatesTo in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return DocumentReference.RelatesTo Modifier and Type Method Description DocumentReference.RelatesTo
DocumentReference.RelatesTo.Builder. build()
Build theDocumentReference.RelatesTo
Methods in com.ibm.fhir.model.resource that return types with arguments of type DocumentReference.RelatesTo Modifier and Type Method Description List<DocumentReference.RelatesTo>
DocumentReference. getRelatesTo()
Relationships that this document has with other document references that already exist.Methods in com.ibm.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type DocumentReference.RelatesTo Modifier and Type Method Description DocumentReference.Builder
DocumentReference.Builder. relatesTo(Collection<DocumentReference.RelatesTo> relatesTo)
Relationships that this document has with other document references that already exist.
-