Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
PatientId |
PatientId.clone() |
PatientId |
PatientId.set(String fieldName,
Object value) |
PatientId |
PatientId.setType(String type)
ID type.
|
PatientId |
PatientId.setValue(String value)
The patient's unique identifier.
|
Modifier and Type | Method and Description |
---|---|
List<PatientId> |
Message.getPatientIds()
All patient IDs listed in the PID-2, PID-3, and PID-4 segments of this message.
|
Modifier and Type | Method and Description |
---|---|
Message |
Message.setPatientIds(List<PatientId> patientIds)
All patient IDs listed in the PID-2, PID-3, and PID-4 segments of this message.
|
Copyright © 2011–2024 Google. All rights reserved.